Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/Kernel/
H A DIOPlatformActions.cpp44 typedef kern_return_t (*iocpu_platform_action_t)(void * refcon0, void * refcon1, uint32_t priority,
54 void * refcon1; 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
241 const OSSymbol * function = (const OSSymbol *) refcon1; in IOServicePlatformAction()
309 entry->refcon1 = (void *) key; in IOInstallServicePlatformAction()