devclass_find — search for a devclass
Contents
Description
Search for the devclass with the specified name.
Name
devclass_find — search for a devclass
Return Values
If the devclass exists, it is returned, otherwise NULL is returned.
See Also
devclass(9)
Synopsis
#include<sys/param.h>#include<sys/bus.h>devclass_tdevclass_find(constchar*classname);
