Home | History | Annotate | Download | only in kern

Lines Matching defs:em

65 	const struct emul *em;
84 em = l->l_proc->p_emul;
85 code = sy - em->e_sysent;
87 if ((auto_list = em->e_sc_autoload) != NULL)
107 syscall_establish(const struct emul *em, const struct syscall_package *sp)
114 if (em == NULL) {
115 em = &emul_netbsd;
117 sy = em->e_sysent;
145 syscall_disestablish(const struct emul *em, const struct syscall_package *sp)
154 if (em == NULL) {
155 em = &emul_netbsd;
157 sy = em->e_sysent;
158 sb = em->e_nomodbits;