Searched refs:auditon (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | invalid_setaudit_57414044.c | 23 int cond, ret = auditon(A_GETCOND, &cond, sizeof(cond)); 34 T_ASSERT_POSIX_SUCCESS(auditon(A_GETPINFO_ADDR, &pinfo_addr, sizeof(pinfo_addr)), NULL); 37 T_ASSERT_POSIX_SUCCESS(auditon(A_SETPMASK, &pinfo, sizeof(pinfo)), NULL);
|
| /xnu-8020.140.41/bsd/man/man2/ |
| H A D | Makefile | 29 auditon.2 \
|
| /xnu-8020.140.41/bsd/bsm/ |
| H A D | audit.h | 349 int auditon(int, void *, int)
|
| /xnu-8020.140.41/bsd/security/audit/ |
| H A D | audit_syscalls.c | 367 auditon(proc_t p, struct auditon_args *uap, __unused int32_t *retval) in auditon() function 422 AUDIT_ARG(auditon, &udata); in auditon() 1260 auditon(proc_t p, struct auditon_args *uap, int32_t *retval) in auditon() function
|