logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

devclass_find — search for a devclass

Authors

       This manual page was written by Doug Rabson.

Debian                                            June 16, 1998                                 DEVCLASS_FIND(9)

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);

See Also