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

/freebsd-10.3-release/contrib/openbsm/sys/bsm/
H A Daudit.h212 pid_t ap_pid; /* ID of target process. */ member in struct:auditpinfo
221 pid_t ap_pid; /* ID of target process. */ member in struct:auditpinfo_addr
/freebsd-10.3-release/sys/bsm/
H A Daudit.h214 pid_t ap_pid; /* ID of target process. */ member in struct:auditpinfo
223 pid_t ap_pid; /* ID of target process. */ member in struct:auditpinfo_addr
/freebsd-10.3-release/sys/security/audit/
H A Daudit_syscalls.c417 if (udata.au_aupinfo.ap_pid < 1)
419 if ((tp = pfind(udata.au_aupinfo.ap_pid)) == NULL)
446 if (udata.au_aupinfo.ap_pid < 1)
449 if ((tp = pfind(udata.au_aupinfo.ap_pid)) == NULL) {
488 if (udata.au_aupinfo_addr.ap_pid < 1)
490 if ((tp = pfind(udata.au_aupinfo_addr.ap_pid)) == NULL)

Completed in 92 milliseconds