Searched refs:refcon0 (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,
60 void * refcon0; 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
194 IOService * service = (IOService *) refcon0;
225 entry->refcon0 = service;

Completed in 26 milliseconds