Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/Kernel/
H A DIOPlatformActions.cpp46 const char * name, uint64_t platform_action_flags);
109 void * param1, void * param2, void * param3, uint64_t platform_action_flags) in iocpu_run_platform_actions() argument
114 …boolean_t allow_nested_callouts = (platform_action_flags & PLATFORM_ACTION_FLAGS_ALLOW_NESTED_CALL… in iocpu_run_platform_actions()
122 …ion)(next->refcon0, next->refcon1, pri, param1, param2, param3, next->name, platform_action_flags); in iocpu_run_platform_actions()
125 …ion)(next->refcon0, next->refcon1, pri, param1, param2, param3, next->name, platform_action_flags); in iocpu_run_platform_actions()
171 uint64_t platform_action_flags = 0; in IOCPURunPlatformPanicActions() local
174 platform_action_flags = PLATFORM_ACTION_FLAGS_NO_LOGGING; in IOCPURunPlatformPanicActions()
177 (void *)(uintptr_t) message, (void *)(uintptr_t) details, NULL, platform_action_flags); in IOCPURunPlatformPanicActions()
237 const char * service_name, uint64_t platform_action_flags) in IOServicePlatformAction() argument
243 if (!(platform_action_flags & PLATFORM_ACTION_FLAGS_NO_LOGGING)) { in IOServicePlatformAction()