man.bsd.lv manual page server

Manual Page Search Parameters

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 man page was written by Doug Rabson.

June 16, 1998 DragonFly-5.6.1