Searched refs:enterlctx (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h540 extern void enterlctx(struct proc *p, struct lctx *l, int create);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c1047 enterlctx(child, parent->p_lctx, 0);
H A Dkern_prot.c2124 enterlctx(p, l, (uap->lcid == LCID_CREATE) ? 1 : 0);
H A Dkern_proc.c1499 enterlctx (proc_t p, struct lctx *l, __unused int create) function

Completed in 17 milliseconds