Searched refs:audit (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/bsm/ |
| H A D | audit.h | 327 int audit(const void *, int);
|
| /f-stack/tools/compat/include/bsm/ |
| H A D | audit.h | 307 int audit(const void *, int);
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | THANKS | 91 - Private Internet Access for having sponsored a complete security audit.
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit.c | 84 FEATURE(audit, "BSM audit support"); 93 static SYSCTL_NODE(_security, OID_AUTO, audit, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| /f-stack/freebsd/sys/ |
| H A D | syscall.mk | 297 audit.o \
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 110 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 D | sctp_input.c | 3210 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()
|