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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp52 typedef kern_return_t (*iocpu_platform_action_t)(void * refcon0, void * refcon1, uint32_t priority,
61 void * refcon1; member in struct:iocpu_platform_action_entry
165 ret = (*next->action)(next->refcon0, next->refcon1, pri, param1, param2, param3);
190 IOServicePlatformAction(void * refcon0, void * refcon1, uint32_t priority, argument
195 const OSSymbol * function = (const OSSymbol *) refcon1;
226 entry->refcon1 = (void *) key;

Completed in 19 milliseconds