HomeSort by: relevance | last modified time | path
    Searched defs:emul_path (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
subr_emul.c 78 const char *emul_path; local in function:emul_find_root
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)
subr_emul.c 78 const char *emul_path; local in function:emul_find_root
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)
vfs_lookup.c 642 const char *emul_path; local in function:namei_ktrace
655 emul_path = ndp->ni_next;
657 emul_path = self->l_proc->p_emul->e_path;
658 ktrnamei2(emul_path, strlen(emul_path),
vfs_lookup.c 642 const char *emul_path; local in function:namei_ktrace
655 emul_path = ndp->ni_next;
657 emul_path = self->l_proc->p_emul->e_path;
658 ktrnamei2(emul_path, strlen(emul_path),

Completed in 25 milliseconds