HomeSort by: relevance | last modified time | path
    Searched refs:ep_emul_root (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_emul.c 80 if (epp->ep_emul_root != NULL)
93 epp->ep_emul_root = vp;
115 if (epp->ep_esch->es_emul->e_path != 0 && epp->ep_emul_root == NULL)
123 if (epp->ep_emul_root == NULL)
126 nd.ni_erootdir = epp->ep_emul_root;
kern_exec.c 536 if (epp->ep_emul_root != NULL) {
537 vrele(epp->ep_emul_root);
538 epp->ep_emul_root = NULL;
839 epp->ep_emul_root = NULL;
914 if (epp->ep_emul_root != NULL)
915 vrele(epp->ep_emul_root);
1012 if (epp->ep_emul_root != NULL)
1013 vrele(epp->ep_emul_root);
1142 epp->ep_emul_root == NULL)
1147 p->p_cwdi->cwdi_edir = epp->ep_emul_root;
    [all...]
  /src/sys/sys/
exec.h 217 struct vnode *ep_emul_root; /* base of emulation filesystem */ member in struct:exec_package

Completed in 77 milliseconds