Searched refs:emul_path (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/kern/
H A Dsubr_emul.c78 const char *emul_path; local
84 emul_path = epp->ep_esch->es_emul->e_path;
85 if (emul_path == NULL)
89 if (namei_simple_kernel(emul_path, NSM_FOLLOW_NOEMULROOT, &vp) != 0)
H A Dvfs_lookup.c632 const char *emul_path; local
645 emul_path = ndp->ni_next;
647 emul_path = self->l_proc->p_emul->e_path;
648 ktrnamei2(emul_path, strlen(emul_path),

Completed in 261 milliseconds