Home
last modified time | relevance | path

Searched refs:ap_pid (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/bsm/
H A Daudit.h224 pid_t ap_pid; /* ID of target process. */ member
233 pid_t ap_pid; /* ID of target process. */ member
/f-stack/tools/compat/include/bsm/
H A Daudit.h214 pid_t ap_pid; /* ID of target process. */ member
223 pid_t ap_pid; /* ID of target process. */ member
/f-stack/freebsd/security/audit/
H A Daudit_syscalls.c448 if (udata.au_aupinfo.ap_pid < 1) in sys_auditon()
450 if ((tp = pfind(udata.au_aupinfo.ap_pid)) == NULL) in sys_auditon()
477 if (udata.au_aupinfo.ap_pid < 1) in sys_auditon()
480 if ((tp = pfind(udata.au_aupinfo.ap_pid)) == NULL) { in sys_auditon()
519 if (udata.au_aupinfo_addr.ap_pid < 1) in sys_auditon()
521 if ((tp = pfind(udata.au_aupinfo_addr.ap_pid)) == NULL) in sys_auditon()