Lines Matching refs:refCon
440 void * refCon,
2265 IOServiceInterestHandlerToBlock( void * target __unused, void * refCon, in IOServiceInterestHandlerToBlock() argument
2269 return ((IOServiceInterestHandlerBlock) refCon)(messageType, provider, messageArgument, argSize); in IOServiceInterestHandlerToBlock()
4693 void * refCon, in systemPowerChange() argument
6269 _IOServiceMatchingNotificationHandler( void * target, void * refCon, in _IOServiceMatchingNotificationHandler() argument
6273 return (*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService); in _IOServiceMatchingNotificationHandler()
6379 void * target, void * refCon, in installNotification() argument
6385 ref.ref = refCon; in installNotification()
6428 void * target, void * refCon, in addNotification() argument
6435 ref.ref = refCon; in addNotification()
6488 IOServiceMatchingNotificationHandlerToBlock( void * target __unused, void * refCon, in IOServiceMatchingNotificationHandlerToBlock() argument
6492 return ((IOServiceMatchingNotificationHandlerBlock) refCon)(newService, notifier); in IOServiceMatchingNotificationHandlerToBlock()
8698 void *refCon) in registerInterrupt() argument
8711 refCon); in registerInterrupt()
8715 IOServiceInterruptActionToBlock( OSObject * target, void * refCon, in IOServiceInterruptActionToBlock() argument
8718 ((IOInterruptActionBlock)(refCon))(nub, source); in IOServiceInterruptActionToBlock()