|
DEVCLASS_FIND (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
devclass_find - search for a devclass
CONTENTS
Synopsis Description Return Values See Also Authors
SYNOPSIS
.In sys/param.h .In sys/bus.h devclass_t devclass_find "const char *classname"
DESCRIPTION
Search for the .Vt devclass with the specified name.
RETURN VALUES
If the .Vt devclass exists, it is returned, otherwise NULL is returned.
SEE ALSO
devclass(9)
AUTHORS
|