DOKK / manpages / debian 10 / freebsd-manpages / devclass_get_softc.9freebsd.en
DEVCLASS_GET_SOFTC(9) Kernel Developer's Manual DEVCLASS_GET_SOFTC(9)

devclass_get_softctranslate unit number to driver private structure

#include <sys/param.h>
#include <sys/bus.h>

void *
devclass_get_softc(devclass_t dc, int unit);

This function retrieves the driver private instance variables for the device with the given unit number and returns it.

If the device exists, its driver-private variables are returned, otherwise NULL is returned.

device(9)

This manual page was written by Doug Rabson.

June 16, 1998 Debian