Home
last modified time | relevance | path

Searched refs:audit (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/bsm/
H A Daudit.h327 int audit(const void *, int);
/f-stack/tools/compat/include/bsm/
H A Daudit.h307 int audit(const void *, int);
/f-stack/freebsd/contrib/libsodium/
H A DTHANKS91 - Private Internet Access for having sponsored a complete security audit.
/f-stack/freebsd/security/audit/
H A Daudit.c84 FEATURE(audit, "BSM audit support");
93 static SYSCTL_NODE(_security, OID_AUTO, audit, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/f-stack/freebsd/sys/
H A Dsyscall.mk297 audit.o \
/f-stack/freebsd/kern/
H A Dkern_descrip.c110 struct thread *td, bool holdleaders, bool audit);
1247 bool audit) in closefp_impl() argument
1270 if (AUDITING_TD(td) && audit) in closefp_impl()
1288 bool holdleaders, bool audit) in closefp_hl() argument
1306 error = closefp_impl(fdp, fd, fp, td, audit); in closefp_hl()
1322 bool holdleaders, bool audit) in closefp() argument
1328 return (closefp_hl(fdp, fd, fp, td, holdleaders, audit)); in closefp()
1330 return (closefp_impl(fdp, fd, fp, td, audit)); in closefp()
/f-stack/freebsd/netinet/
H A Dsctp_input.c3210 unsigned int audit; in process_chunk_drop() local
3212 audit = 0; in process_chunk_drop()
3215 audit++; in process_chunk_drop()
3220 audit++; in process_chunk_drop()
3222 if (audit != stcb->asoc.sent_queue_retran_cnt) { in process_chunk_drop()
3224 audit, stcb->asoc.sent_queue_retran_cnt); in process_chunk_drop()
3226 stcb->asoc.sent_queue_retran_cnt = audit; in process_chunk_drop()