Searched refs:proc_self (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dproc.h261 extern proc_t proc_self(void);
/xnu-2782.1.97/bsd/kern/
H A Dprocess_policy.c113 target_proc = proc_self();
H A Dkern_resource.c1892 targetp = proc_self();
1897 /* proc_self() can return NULL for an exiting process */
H A Dkern_proc.c399 proc_self(void) function
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_usrreq.c1614 if ((caller = proc_self()) != PROC_NULL) {
H A Dtcp_input.c5514 if ((caller = proc_self()) != PROC_NULL) {

Completed in 88 milliseconds