man.bsd.lv manual page server

Manual Page Search Parameters

DEVICE_GET_SOFTC(9) Kernel Developer's Manual DEVICE_GET_SOFTC(9)

device_get_softcaccess driver private instance variables

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

void *
device_get_softc(device_t dev);

Return the driver-specific instance variables of a device.

The pointer to the driver-specific instance variable is returned.

device(9)

This man page was written by Doug Rabson.

June 16, 1998 DragonFly-5.6.1