Searched refs:refcon0 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 44 typedef kern_return_t (*iocpu_platform_action_t)(void * refcon0, void * refcon1, uint32_t priority, 53 void * refcon0; member 122 …ret = (*next->action)(next->refcon0, next->refcon1, pri, param1, param2, param3, next->name, platf… in iocpu_run_platform_actions() 125 …ret = (*next->action)(next->refcon0, next->refcon1, pri, param1, param2, param3, next->name, platf… in iocpu_run_platform_actions() 235 IOServicePlatformAction(void * refcon0, void * refcon1, uint32_t priority, in IOServicePlatformAction() argument 240 IOService * service = (IOService *) refcon0; in IOServicePlatformAction() 294 if (service == entry->refcon0) { in IOInstallServicePlatformAction() 308 entry->refcon0 = service; in IOInstallServicePlatformAction() 357 if (service == entry->refcon0) { in IORemoveServicePlatformActions()
|