Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c265 static struct sysent *mod_getsysent(struct modlinkage *, struct sysent *);
733 if ((sysp = mod_getsysent(modlp, table)) == NULL) in mod_infosysnum()
769 if ((sysp = mod_getsysent(modlp, table)) == NULL) in mod_installsys_sysent()
816 if ((sysp = mod_getsysent(modlp, table)) == NULL || in mod_removesys_sysent()
1384 mod_getsysent(struct modlinkage *modlp, struct sysent *se) in mod_getsysent() function