DEVCLASS_GET_MAXUNI... FreeBSD Kernel Developer's ManualDEVCLASS_GET_MAXUNI...
      devclass_get_maxunit -- find the maximum unit number in the class
      #include <sys/param.h>
     #include <sys/bus.h>
     int
     devclass_get_maxunit(devclass_t dc);
     Returns the maximum unit number allocated to device instances in the
     specified devclass.
     devclass(9), device(9)
     This man page was written by Doug Rabson.
FreeBSD 5.2.1			 June 16, 1998			 FreeBSD 5.2.1  [ Back ] |