Searched refs:ap_pid (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/bsm/
H A Daudit.h216 pid_t ap_pid; /* ID of target process. */ member in struct:auditpinfo
225 pid_t ap_pid; /* ID of target process. */ member in struct:auditpinfo_addr
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_syscalls.c564 IS_NOT_VALID_PID(udata.au_aupinfo.ap_pid))
566 if ((tp = proc_find(udata.au_aupinfo.ap_pid)) == NULL)
595 IS_NOT_VALID_PID(udata.au_aupinfo.ap_pid))
597 if ((tp = proc_find(udata.au_aupinfo.ap_pid)) == NULL)
635 IS_NOT_VALID_PID(udata.au_aupinfo_addr.ap_pid))
637 if ((tp = proc_find(udata.au_aupinfo.ap_pid)) == NULL)

Completed in 26 milliseconds