logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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