Searched refs:api (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.101.15/tests/ |
| H A D | audit_session.c | 384 auditpinfo_t api = {}; in new_session_flow() local 385 api.ap_pid = getpid(); in new_session_flow() 386 api.ap_mask.am_success = test_fin_mask_success; in new_session_flow() 387 api.ap_mask.am_failure = test_fin_mask_failure; in new_session_flow() 388 T_ASSERT_POSIX_SUCCESS(auditon(A_SETPMASK, &api, sizeof(api)), "auditon(2) A_SETPMASK succeeds"); in new_session_flow() 573 auditpinfo_t api = {}; in new_session_flow() local 574 api.ap_pid = getpid(); in new_session_flow() 576 …T_ASSERT_POSIX_SUCCESS(auditon(A_GETPINFO, &api, sizeof(api)), "auditon(2) A_GETPINFO succeeds for… in new_session_flow() 577 T_EXPECT_EQ(api.ap_pid, getpid(), NULL); in new_session_flow() 578 T_EXPECT_EQ(api.ap_asid, aia3c.ai_asid, NULL); in new_session_flow() [all …]
|
| /xnu-11417.101.15/libkern/libkern/image4/ |
| H A D | Makefile | 12 PRIVATE_KERNELFILES = api.h dlxk.h interface.h
|
| /xnu-11417.101.15/iokit/DriverKit/ |
| H A D | IOServiceStateNotificationDispatchSource.iig | 48 …onDispatchSource for notification of IOService state events sent by the StateNotificationSet() api.
|
| /xnu-11417.101.15/osfmk/tests/ |
| H A D | README.md | 90 …ric panic and for assertion handling. For example if you wish to check for api foo(int arg) { asse…
|
| /xnu-11417.101.15/libkern/zlib/ |
| H A D | README | 41 http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html
|