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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h673 extern struct lctx *lcfind(pid_t); /* Find a login context by id */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c1517 lcfind(pid_t lcid) function
1546 while ((l = lcfind(lastlcid)) != NULL) {
1663 l = lcfind((pid_t)name[0]);
H A Dkern_prot.c2164 l = lcfind(uap->lcid);
/darwin-on-arm/xnu/security/
H A Dmac_base.c1519 l = lcfind(uap->lcid);

Completed in 40 milliseconds