man.bsd.lv manual page server

Manual Page Search Parameters

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

devclass_get_maxunitfind 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.

June 16, 1998 DragonFly-5.6.1