| /xnu-12377.61.12/EXTERNAL_HEADERS/ |
| H A D | AssertMacros.h | 591 #define __Verify_noErr_Action(errorCode, action) \ argument 597 #define __Verify_noErr_Action(errorCode, action) \ argument 631 #define __Verify_Action(assertion, action) \ argument 637 #define __Verify_Action(assertion, action) \ argument 719 #define __Require_Action(assertion, exceptionLabel, action) \ argument 731 #define __Require_Action(assertion, exceptionLabel, action) \ argument 749 #define __nRequire_Action(assertion, exceptionLabel, action) \ argument 801 #define __Require_Action_Quiet(assertion, exceptionLabel, action) \ argument 815 #define __nRequire_Action_Quiet(assertion, exceptionLabel, action) \ argument 898 #define __Require_Action_String(assertion, exceptionLabel, action, message) \ argument [all …]
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | process_policy.c | 113 int action = uap->action; in process_policy() local 242 handle_lowresource(__unused int scope, int action, __unused int policy, int policy_subtype, __unuse… in handle_lowresource() 265 handle_cpuuse(int action, user_addr_t attrp, proc_t proc, __unused uint64_t target_threadid) in handle_cpuuse() 367 int action, in handle_applifecycle() 444 int action, in handle_apptype() 505 int action, in handle_boost() 573 handle_no_smt(int scope, int action, proc_t target_proc, uint64_t target_threadid) in handle_no_smt() 598 handle_no_smt(__unused int scope, __unused int action, __unused proc_t target_proc, __unused uint64… in handle_no_smt() 605 handle_tecs(int scope, int action, proc_t target_proc, uint64_t target_threadid) in handle_tecs() 713 proc_apply_resource_actions(void * bsdinfo, __unused int type, int action) in proc_apply_resource_actions() [all …]
|
| H A D | kern_authorization.c | 372 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, in kauth_authorize_action() 417 …orize_allow(__unused kauth_cred_t credential, __unused void *idata, __unused kauth_action_t action, in kauth_authorize_allow() 448 kauth_authorize_process(kauth_cred_t credential, kauth_action_t action, struct proc *process, uintp… in kauth_authorize_process() 454 …th_authorize_process_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, in kauth_authorize_process_callback() 523 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t ar… in kauth_authorize_fileop() 574 kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action) in kauth_authorize_generic() 584 …th_authorize_generic_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, in kauth_authorize_generic_callback()
|
| /xnu-12377.61.12/security/ |
| H A D | mac_mach.c | 386 mac_exc_label(struct exception_action *action) in mac_exc_label() 392 mac_exc_set_label(struct exception_action *action, struct label *label) in mac_exc_set_label() 400 mac_exc_create_label(struct exception_action *action) in mac_exc_create_label() 419 mac_exc_associate_action_label(struct exception_action *action, struct label *label) in mac_exc_associate_action_label() 426 mac_exc_free_action_label(struct exception_action *action) in mac_exc_free_action_label() 435 mac_exc_update_action_label(struct exception_action *action, in mac_exc_update_action_label() 485 mac_exc_action_check_exception_send(struct task *victim_task, struct exception_action *action) in mac_exc_action_check_exception_send()
|
| H A D | mac_necp.c | 56 mac_necp_check_client_action(proc_t proc, struct fileglob *fg, uint32_t action) in mac_necp_check_client_action()
|
| /xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc_macros.h | 79 #define cc_require_action(assertion, exceptionLabel, action) \ argument 91 #define cc_require_action(assertion, exceptionLabel, action) \ argument 104 #define cc_require_action(assertion, exceptionLabel, action) \ argument
|
| /xnu-12377.61.12/osfmk/corecrypto/ |
| H A D | cc_macros.h | 107 #define cc_require_action(assertion, exceptionLabel, action) \ argument 119 #define cc_require_action(assertion, exceptionLabel, action) \ argument 132 #define cc_require_action(assertion, exceptionLabel, action) \ argument
|
| /xnu-12377.61.12/iokit/IOKit/ |
| H A D | IOEventSource.h | 125 union { Action action; ActionBlock actionBlock; }; member 127 Action action; variable
|
| H A D | IOReportMacros.h | 167 #define SIMPLEREPORT_UPDATERES(action, result) \ argument 345 #define STATEREPORT_UPDATERES(state_buf, action, result) \ argument 530 #define SIMPLEARRAY_UPDATERES(array_buf, action, result) \ argument 693 #define HISTREPORT_UPDATERES(hist_buf, action, result) \ argument
|
| /xnu-12377.61.12/osfmk/kperf/ |
| H A D | action.c | 65 struct action { struct 75 static struct action *actionv = NULL; argument
|
| /xnu-12377.61.12/tests/vm_memory_tests_src/ |
| H A D | main.c | 22 spawn_process(char *action, char *serviceName, char *extraArg, in spawn_process() 134 struct sigaction action = { variable
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOReporter.cpp | 52 IOReportConfigureAction action, in configureAllReports() 103 IOReportConfigureAction action, in updateAllReports() 356 IOReportConfigureAction action, in configureReport() 374 IOReportConfigureAction action, in updateReport() 607 IOReportConfigureAction action, in handleConfigureReport() 671 IOReportConfigureAction action, in handleUpdateReport()
|
| H A D | IOUserServer.cpp | 264 IOService::UpdateReport_Impl(OSData *channels, uint32_t action, in UpdateReport_Impl() 273 IOService::ConfigureReport_Impl(OSData *channels, uint32_t action, uint32_t *outCount) in ConfigureReport_Impl() 281 IOReportConfigureAction action, in _ConfigureReport() 314 IOReportUpdateAction action, in _UpdateReport() 1242 …id, uint64_t msgid, size_t referenceSize, OSString * typeName, bool fromKernel, OSAction ** action) in OSActionCreateWithTypeNameInternal() 1346 OSAction ** action) in Create_Impl() 1358 OSAction ** action) in CreateWithTypeName_Impl() 1458 OSAction * action; member 1575 OSAction * action) in SetHandler_Impl() 1712 OSAction * action, in InterruptOccurred_Impl() [all …]
|
| /xnu-12377.61.12/iokit/System/ |
| H A D | IODataQueueDispatchSourceShared.h | 137 OSAction ** action) in CopyDataAvailableHandler_Impl() 156 OSAction ** action) in CopyDataServicedHandler_Impl() 174 OSAction * action) in SetDataAvailableHandler_Impl() 197 OSAction * action) in SetDataServicedHandler_Impl()
|
| /xnu-12377.61.12/tests/nvram_tests/ |
| H A D | run_tests.py | 82 action = parsed_args.br variable
|
| /xnu-12377.61.12/tests/workq/ |
| H A D | workq_sigmask.c | 95 struct sigaction action = { variable
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | pmap.py | 1221 def FindMappingAtLevelARM64(pmap, tt, nttes, level, va, action): argument 1263 def ScanPageTables(action, targetPmap=None): argument 1269 def ScanPmap(pmap, action): argument
|
| /xnu-12377.61.12/tests/ |
| H A D | kqueue_port_tests.c | 55 fill_kevent(struct kevent *ke, uint16_t action, mach_port_t mp) in fill_kevent()
|
| H A D | proc_rlimit.c | 100 change_rlimits(int limit_type, rlim_t amount, int action) in change_rlimits()
|
| H A D | shared_cache_reslide_test.c | 52 posix_spawn_file_actions_t action; in get_current_slide_address() local
|
| H A D | proc_info.c | 89 #define WAIT_FOR_CHILDREN(pipefd, action, child_count) \ argument 230 int action = 0; variable 375 send_action_to_child_processes(proc_config_t proc_config, int action) in send_action_to_child_processes() 413 int action = 0; in spawn_child_processes() local
|
| /xnu-12377.61.12/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn.c | 1433 _ps_port_action_t action = { in posix_spawnattr_setspecialport_np() local 1465 _ps_port_action_t action = { in posix_spawnattr_setexceptionports_np() local 1493 _ps_port_action_t action = { in posix_spawnattr_setauditsessionport_np() local 2238 _ps_port_action_t action = { in posix_spawnattr_set_importancewatch_port_np() local 2261 _ps_port_action_t action = { in posix_spawnattr_set_registered_ports_np() local 2279 _ps_port_action_t action = { in posix_spawnattr_set_ptrauth_task_port_np() local
|
| /xnu-12377.61.12/libsyscall/mach/ |
| H A D | vm_reclaim.c | 179 mach_vm_reclaim_action_t action, in mach_vm_reclaim_try_enter() 370 mach_vm_reclaim_action_t action, in mach_vm_reclaim_query_state()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_cprotect.c | 471 cp_key_store_action(cp_key_store_action_t action) in cp_key_store_action() 498 cp_key_store_action_for_volume(uuid_t volume_uuid, cp_key_store_action_t action) in cp_key_store_action_for_volume()
|
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | pmap_internal.h | 681 pmap_pagetable_corruption_action_t action; member 701 pmap_pagetable_corruption_action_t action, pmap_t pmap, vm_map_offset_t vaddr, pt_entry_t *ptep, in pmap_pagetable_corruption_log() 740 pmap_pagetable_corruption_action_t action = PMAP_ACTION_ASSERT; in pmap_classify_pagetable_corruption() local 837 pmap_pagetable_corruption_action_t action = PMAP_ACTION_IGNORE; in pmap_compressed_pte_corruption_repair() local
|