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

/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_notify.c63 static int au_cond = AUC_UNSET; /* <bsm/audit.h> */ variable
80 if (audit_get_cond(&au_cond) != 0) {
102 * On error of any notify(3) call, reset 'au_cond' to ensure we re-run
120 if (au_cond == AUC_UNSET) {
127 return (au_cond);
132 au_cond = AUC_UNSET;
137 return (au_cond);
140 if (audit_get_cond(&au_cond) != 0) {
141 /* XXX Reset au_cond to AUC_UNSET? */
149 switch (au_cond) {
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c136 int au_cond; local
138 if (audit_get_cond(&au_cond) < 0) {
145 if (au_cond == AUC_NOAUDIT || au_cond == AUC_DISABLED)
H A Dauditd_darwin.c181 int au_cond; local
183 if (audit_get_cond(&au_cond) < 0) {
190 if (au_cond == AUC_NOAUDIT || au_cond == AUC_DISABLED)
/freebsd-10.0-release/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 101 milliseconds