Searched refs:au_cond (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_notify.c61 static int au_cond = AUC_UNSET; /* <bsm/audit.h> */ variable
78 if (audit_get_cond(&au_cond) != 0) {
100 * On error of any notify(3) call, reset 'au_cond' to ensure we re-run
118 if (au_cond == AUC_UNSET) {
125 return (au_cond);
130 au_cond = AUC_UNSET;
135 return (au_cond);
138 if (audit_get_cond(&au_cond) != 0) {
139 /* XXX Reset au_cond to AUC_UNSET? */
147 switch (au_cond) {
[all...]
/freebsd-11-stable/usr.bin/login/
H A Dlogin_audit.c70 int au_cond; local
73 if (auditon(A_GETCOND, &au_cond, sizeof(au_cond)) < 0) {
78 if (au_cond == AUC_NOAUDIT)
118 int au_cond; local
124 if (auditon(A_GETCOND, &au_cond, sizeof(au_cond)) < 0) {
129 if (au_cond == AUC_NOAUDIT)
178 int au_cond; local
181 if (auditon(A_GETCOND, &au_cond, sizeo
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c134 int au_cond; local
136 if (audit_get_cond(&au_cond) < 0) {
143 if (au_cond == AUC_NOAUDIT || au_cond == AUC_DISABLED)
H A Dauditd_darwin.c179 int au_cond; local
181 if (audit_get_cond(&au_cond) < 0) {
188 if (au_cond == AUC_NOAUDIT || au_cond == AUC_DISABLED)
/freebsd-11-stable/sys/security/audit/
H A Daudit_syscalls.c367 if (uap->length != sizeof(udata.au_cond))
370 udata.au_cond = AUC_AUDITING;
372 udata.au_cond = AUC_NOAUDIT;
388 if (uap->length != sizeof(udata.au_cond))
390 if (udata.au_cond == AUC_NOAUDIT)
392 if (udata.au_cond == AUC_AUDITING)
394 if (udata.au_cond == AUC_DISABLED) {
H A Daudit_private.h138 int au_cond; member in union:auditon_udata
H A Daudit_bsm.c416 tok = au_to_arg32(2, "setcond", ar->ar_arg_auditon.au_cond);

Completed in 129 milliseconds