Home
last modified time | relevance | path

Searched refs:A_GETPINFO (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/bsd/bsm/
H A Daudit.h113 #define A_GETPINFO 24 macro
/xnu-10002.81.5/bsd/security/audit/
H A Daudit_syscalls.c410 case A_GETPINFO: in auditon()
740 case A_GETPINFO: in auditon()
967 case A_GETPINFO: in auditon()
H A Daudit_bsm_klib.c790 case A_GETPINFO: in auditon_command_event()
/xnu-10002.81.5/tests/
H A Daudit_session.c576 …T_ASSERT_POSIX_SUCCESS(auditon(A_GETPINFO, &api, sizeof(api)), "auditon(2) A_GETPINFO succeeds for… in new_session_flow()
585 …T_ASSERT_POSIX_FAILURE(auditon(A_GETPINFO, &api, sizeof(api)), EINVAL, "auditon(2) A_GETPINFO fail… in new_session_flow()