NAME
devclass_get_maxunit
—
find the maximum unit number in the
class
SYNOPSIS
#include
<sys/param.h>
#include <sys/bus.h>
int
devclass_get_maxunit
(devclass_t
dc);
DESCRIPTION
Returns the maximum unit number allocated to device instances in the specifieddevclass
.
SEE ALSO
AUTHORS
This man page was written by Doug Rabson.