Home
last modified time | relevance | path

Searched refs:mod_getsysnum (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h637 extern int mod_getsysnum(const char *);
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c77 extern int mod_getsysnum(const char *);
1401 if ((sysnum = mod_getsysnum(mod_name)) == -1) { in mod_getsysent()
H A Dmodsubr.c795 mod_getsysnum(const char *name) in mod_getsysnum() function