Query: devclass
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVCLASS(9) BSD Kernel Developer's Manual DEVCLASS(9)NAMEdevclass -- object representing a class of devicesSYNOPSIStypedef struct devclass *devclass_t;DESCRIPTIONThe devclass object has two main functions in the system. The first is to manage the allocation of unit numbers for device instances and the second is to hold the list of device drivers for a particular bus type. Each devclass has a name and there cannot be two devclasses with the same name. This ensures that unique unit numbers are allocated to device instances. Beware that this means devclass must be the same for different bus attachments of the same device driver.SEE ALSOdevclass_add_driver(9), devclass_delete_driver(9), devclass_find(9), devclass_find_driver(9), devclass_get_device(9), devclass_get_devices(9), devclass_get_maxunit(9), devclass_get_name(9), devclass_get_softc(9), device(9), driver(9)AUTHORSThis manual page was written by Doug Rabson.BSDJune 16, 1998 BSD
Related Man Pages |
---|
device(9) - debian |
device(9) - centos |
device(9) - minix |
devclass(9) - linux |
devclass(9) - osx |
Similar Topics in the Unix Linux Community |
---|
TSM capacity |
[Shell/Perl(?)] Prepending timestamps to console output & writing results to a file |