Searched refs:mod_getsysent (Results 1 – 1 of 1) sorted by relevance
260 static struct sysent *mod_getsysent(struct modlinkage *, struct sysent *);730 if ((sysp = mod_getsysent(modlp, table)) == NULL) in mod_infosysnum()766 if ((sysp = mod_getsysent(modlp, table)) == NULL) in mod_installsys_sysent()813 if ((sysp = mod_getsysent(modlp, table)) == NULL || in mod_removesys_sysent()1381 mod_getsysent(struct modlinkage *modlp, struct sysent *se) in mod_getsysent() function