Searched refs:refCon (Results 176 - 200 of 200) sorted by relevance

12345678

/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.cpp181 /* refCon */ this,
369 void * refCon __unused,
H A DIONetworkInterface.cpp2314 void * refCon )
2326 _peqRefcon = refCon;
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibUnit.cpp665 static void setMessageCallback( void * self, void * refCon, argument
670 me->fMessageCallbackRefCon = refCon;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDUPSClass.cpp1186 void *refCon)
1188 IOHIDUPSClass * self = (IOHIDUPSClass *)refCon;
1184 _timerCallbackFunction( CFRunLoopTimerRef timer __unused, void *refCon) argument
H A DIOHIDDeviceClass.cpp402 // private data as the refCon which will be passed to the notification callback.
577 void IOHIDDeviceClass::_deviceNotification(void *refCon, io_service_t service __unused, natural_t messageType, void * messageArgument ) argument
580 MyPrivateData * privateDataRef = (MyPrivateData *) refCon;
2143 // private data as the refCon which will be passed to the notification callback.
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.cpp465 io_user_reference_t refCon)
474 return super::registerNotificationPort(port, type, refCon);
H A DIOHIKeyboard.cpp1164 void * refCon __unused,
H A DIOHIDSystem.cpp161 static bool keySwitchNotificationHandler(void *target __unused, void *refCon __unused, IOService *service, IONotifier * /* ignored */)
996 IOReturn IOHIDSystem::powerStateHandler( void *target, void *refCon __unused,
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageUFISubclass.cpp100 IOUSBMassStorageUFIDevice::sProcessPoll ( void * theUFIDriver, void * refCon )
102 UNUSED( refCon );
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify2.c908 unsigned char *bitmap = (unsigned char *) ((BTreeExtensionsRec*)btcb->refCon)->BTCBMPtr;
1175 sbtmP = ((BTreeExtensionsRec*)calculatedBTCB->refCon)->BTCBMPtr;
H A DSRepair.c746 mapSize = ((BTreeExtensionsRec*)calculatedBTCB->refCon)->BTCBMSize;
755 sbtmP = ((BTreeExtensionsRec*)calculatedBTCB->refCon)->BTCBMPtr;
6503 unsigned char *bitmap = (unsigned char *) ((BTreeExtensionsRec*)btcb->refCon)->BTCBMPtr;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp4055 static bool _IOServiceMatchingNotificationHandler( void * target, void * refCon, argument
4059 return ((*((_IOServiceNotifier *) notifier)->compatHandler)(target, refCon, newService));
4158 void * target, void * refCon,
4164 ref.ref = refCon;
4198 void * target, void * refCon,
4205 ref.ref = refCon;
5754 void *refCon)
5765 refCon);
4156 installNotification(const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority, OSIterator ** existing ) argument
4195 addNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority ) argument
5752 registerInterrupt(int source, OSObject *target, IOInterruptAction handler, void *refCon) argument
H A DIOPMrootDomain.cpp2565 void * target, void * refCon,
5357 void * target, void * refCon,
5423 void * refCon,
5442 void * refCon,
5473 void * refCon,
2564 sysPowerDownHandler( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgs, vm_size_t argSize ) argument
5356 displayWranglerNotification( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgument, vm_size_t argSize ) argument
5421 displayWranglerMatchPublished( void * target, void * refCon, IOService * newService, IONotifier * notifier __unused) argument
5440 IONVRAMMatchPublished( void * target, void * refCon, IOService * newService, IONotifier * notifier) argument
5471 IONVRAMMatchPublished( void * target, void * refCon, IOService * newService, IONotifier * notifier __unused) argument
H A DIOUserClient.cpp1232 UInt32 /* refCon */)
1240 io_user_reference_t refCon)
1242 return (registerNotificationPort(port, type, (UInt32) refCon));
1237 registerNotificationPort( mach_port_t port, UInt32 type, io_user_reference_t refCon) argument
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9604 globHdl = (IsochComponentGlobalsHandle) GetComponentRefcon((Component) self); // Try and get our refCon
955 refConHdl = (IsochComponentGlobalsHandle) NewHandleSysClear(sizeof(IsochComponentGlobals)); // Try and allocate refCon data
1583 pb->refCon = deviceDescriptionPtr;
1917 pb->refCon = deviceDescriptionPtr;
2552 result = (*readRequest->completionProc)( (IDHGenericEvent *) readRequest, readRequest->refCon);
3125 result = (*readRequest->completionProc)( (IDHGenericEvent *) readRequest, readRequest->refCon);
3136 result = (*writeRequest->completionProc)( (IDHGenericEvent *) writeRequest, writeRequest->refCon);
3204 result = (*writeRequest->completionProc)( (IDHGenericEvent *) writeRequest, writeRequest->refCon);
3223 result = (*writeRequest->completionProc)( (IDHGenericEvent *) writeRequest, writeRequest->refCon);
3545 pDeviceDescription = (DeviceDescriptionPtr) pInitIsochPortParams->fwClientIsochPortParams.refCon;
[all...]
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A Dpmconfigd.c584 static void UPSDeviceAdded(void *refCon, io_iterator_t iterator) argument
H A DPMAssertions.c966 IOServiceInterestCallback callback, void *refCon)
988 callback, refCon,
964 _RegisterForNotification( const io_string_t path, const io_name_t interestType, IOServiceInterestCallback callback, void *refCon) argument
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c210 raidSetDetected(void *refCon, io_iterator_t iterator) argument
290 logicalVolumeDetected(void *refCon, io_iterator_t iterator) argument
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp1387 IOReturn IOFireWireController::systemShutDownHandler( void * target, void * refCon, argument
4306 IOReturn IOFireWireController::consoleLockInterestHandler( void * target, void * refCon, argument
4351 bool IOFireWireController::serverKeyswitchCallback( void * target, void * refCon, IOService * service, IONotifier * notifier ) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp523 void * refCon __unused,
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c1363 err = pb->completionProc((IDHGenericEvent *)pb, pb->refCon);
1585 err = pb->completionProc((IDHGenericEvent *)pb, pb->refCon);
H A DDVLib.c543 void AVCUnitMessageCallback(void * refCon, UInt32 type, void * arg ) argument
545 DVDevice *pDVDevice = (DVDevice*) refCon;
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp1817 void IOFWIPBusInterface::rxAsyncStream(void *refCon, const void *buffer) argument
1819 IOFWIPBusInterface *fwIPPriv = (IOFWIPBusInterface*)refCon;
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp1283 IOBlockStorageDriver::handlePowerEvent(void *target,void *refCon, argument
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp5821 IOReturn IOFramebuffer::agcMessage( void * target, void * refCon, argument
5901 IOReturn IOFramebuffer::systemPowerChange( void * target, void * refCon, argument
6248 UInt32 refCon )

Completed in 706 milliseconds

12345678