DragonFly On-Line Manual Pages

Search: Section:  


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

NAME

device_get_softc -- access driver private instance variables

SYNOPSIS

#include <sys/param.h> #include <sys/bus.h> void * device_get_softc(device_t dev);

DESCRIPTION

Return the driver-specific instance variables of a device.

RETURN VALUES

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

SEE ALSO

device(9)

AUTHORS

This man page was written by Doug Rabson. DragonFly 3.5 June 16, 1998 DragonFly 3.5

Search: Section: