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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h536 extern struct lctx *lcfind(pid_t); /* Find a login context by id */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c1440 lcfind(pid_t lcid) function
1469 while ((l = lcfind(lastlcid)) != NULL) {
1586 l = lcfind((pid_t)name[0]);
H A Dkern_prot.c2113 l = lcfind(uap->lcid);
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1476 l = lcfind(uap->lcid);

Completed in 44 milliseconds