|
DEVCLASS_GET_MAXUNIT (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
devclass_get_maxunit - find the maximum unit number in the class
CONTENTS
Synopsis Description See Also Authors Bugs
SYNOPSIS
.In sys/param.h .In sys/bus.h int devclass_get_maxunit "devclass_t dc"
DESCRIPTION
Returns the next unit number to be allocated to device instances in the devclass. This is one greater than the highest currently allocated unit.
SEE ALSO
devclass(9), device(9)
AUTHORS
BUGS
|