Lines Matching refs:sysent
260 static struct sysent *mod_getsysent(struct modlinkage *, struct sysent *);
726 mod_infosysnum(struct modlinkage *modlp, struct sysent table[]) in mod_infosysnum()
728 struct sysent *sysp; in mod_infosysnum()
742 struct sysent table[]) in mod_installsys_sysent()
744 struct sysent *sysp; in mod_installsys_sysent()
745 struct sysent *mp; in mod_installsys_sysent()
809 struct sysent table[]) in mod_removesys_sysent()
811 struct sysent *sysp; in mod_removesys_sysent()
853 *p0 = mod_infosysnum(modlp, sysent); in mod_infosys()
864 return (mod_installsys_sysent(modl, modlp, sysent)); in mod_installsys()
874 return (mod_removesys_sysent(modl, modlp, sysent)); in mod_removesys()
1380 static struct sysent *
1381 mod_getsysent(struct modlinkage *modlp, struct sysent *se) in mod_getsysent()