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

12345678

/macosx-10.10/PowerManagement-494.1.2/ioupsd/
H A Dupsd.c92 static void UPSDeviceAdded(void *refCon, io_iterator_t iterator);
93 static void DeviceNotification(void *refCon, io_service_t service,
285 // this device using the refCon field to store a pointer to our private data.
286 // When we get called with this interest notification, we can grab the refCon
290 void UPSDeviceAdded(void *refCon, io_iterator_t iterator) { argument
399 upsDataRef, // refCon
441 void DeviceNotification(void *refCon, io_service_t service, argument
443 UPSDataRef upsDataRef = (UPSDataRef) refCon;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1188 // refCon - unused
1196 IOReturn AppleUSBCDCDMM::acquirePort(bool sleep, void *refCon) argument
1200 XTRACEP(this, refCon, 0, "acquirePort");
1315 // Inputs: refCon - unused
1323 IOReturn AppleUSBCDCDMM::releasePort(void *refCon) argument
1411 // Inputs: refCon - unused
1419 UInt32 AppleUSBCDCDMM::getState(void *refCon) argument
1494 // refCon - unused
1502 IOReturn AppleUSBCDCDMM::setState(UInt32 state, UInt32 mask, void *refCon) argument
1631 // refCon
1639 watchState(UInt32 *state, UInt32 mask, void *refCon) argument
1812 nextEvent(void *refCon) argument
1843 executeEvent(UInt32 event, UInt32 data, void *refCon) argument
2109 requestEvent(UInt32 event, UInt32 *data, void *refCon) argument
2255 enqueueEvent(UInt32 event, UInt32 data, bool sleep, void *refCon) argument
2288 dequeueEvent(UInt32 *event, UInt32 *data, bool sleep, void *refCon) argument
2327 enqueueData(UInt8 *buffer, UInt32 size, UInt32 *count, bool sleep, void *refCon) argument
2465 dequeueData(UInt8 *buffer, UInt32 size, UInt32 *count, UInt32 min, void *refCon) argument
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Login.cpp1032 // get / set refCon
1034 void IOFireWireSBP2Login::setRefCon( void * refCon )
1036 fRefCon = refCon;
1059 void IOFireWireSBP2Login::setLoginCompletion( void * refCon, FWSBP2LoginCallback completion ) argument
1061 fLoginCompletionRefCon = refCon;
1065 void IOFireWireSBP2Login::setLogoutCompletion( void * refCon, FWSBP2LogoutCallback completion ) argument
1067 fLogoutCompletionRefCon = refCon;
1085 void IOFireWireSBP2Login::setStatusNotifyProc( void * refCon, FWSBP2NotifyCallback callback ) argument
1088 fStatusNotifyRefCon = refCon;
1091 void IOFireWireSBP2Login::getStatusNotifyProc( void ** refCon, FWSBP2NotifyCallbac argument
1099 setUnsolicitedStatusNotifyProc( void * refCon, FWSBP2NotifyCallback callback ) argument
1105 getUnsolicitedStatusNotifyProc( void ** refCon, FWSBP2NotifyCallback * callback ) argument
3042 setFetchAgentWriteCompletion( void * refCon, FWSBP2FetchAgentWriteCallback completion ) argument
3239 setFetchAgentResetCompletion( void * refCon, FWSBP2StatusCallback completion ) argument
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibProtocol.c576 static void setMessageCallback( void * self, void * refCon, argument
584 me->fMessageCallbackRefCon = refCon;
592 void *refCon, IOFWAVCRequestCallback callback)
874 void *refCon,
891 params[3] = (unsigned long)refCon;
935 void *refCon,
954 params[4] = (unsigned long)refCon;
591 setAVCRequestCallback( void *self, UInt32 subUnitType, UInt32 subUnitID, void *refCon, IOFWAVCRequestCallback callback) argument
871 installAVCCommandHandler(void *self, UInt32 subUnitTypeAndID, UInt32 opCode, void *refCon, IOFWAVCCommandHandlerCallback callback) argument
931 addSubunit(void *self, UInt32 subunitType, UInt32 numSourcePlugs, UInt32 numDestPlugs, void *refCon, IOFWAVCSubunitPlugHandlerCallback callback, UInt32 *pSubunitTypeAndID) argument
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEHandler.c108 static pascal OSErr Tclaealis2TEXTHandler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc);
109 static pascal OSErr Tclaefsrf2TEXTHandler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc);
110 static pascal OSErr TclaeTEXT2alisHandler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc);
112 static pascal OSErr Tclaefss_2TEXTHandler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc);
113 static pascal OSErr TclaeTEXT2fss_Handler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc);
115 static pascal OSErr TclaeWILD2TEXTHandler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc);
1172 long refCon,
1281 long refCon,
1355 long refCon,
1168 TclaeTEXT2alisHandler(DescType dataType, const void * dataPtr, Size dataSize, DescType toType, long refCon, AEDesc * resultDesc) argument
1277 TclaeTEXT2fsrfHandler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc) argument
1351 TclaeTEXT2fss_Handler(DescType dataType, const void *dataPtr, Size dataSize, DescType toType, long refCon, AEDesc *resultDesc) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.cpp90 UInt32 refCon __unused )
331 UInt32 refCon __unused )
641 UInt32 refCon __unused )
H A DIOHIDSecurePromptClient.h62 io_user_reference_t refCon);
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCProtocolUserClient.cpp701 IOReturn IOFireWireAVCProtocolUserClient::installAVCCommandHandler(io_user_reference_t *asyncRef, uint64_t subUnitTypeAndID, uint64_t opCode, uint64_t callback, uint64_t refCon) argument
705 return fAVCTargetSpace->installAVCCommandHandler(this, avcTargetCommandHandler, asyncRef, subUnitTypeAndID, opCode, callback, refCon);
713 uint64_t refCon,
728 refCon,
708 addSubunit(io_user_reference_t *asyncRef, uint64_t subunitType, uint64_t numSourcePlugs, uint64_t numDestPlugs, uint64_t callBack, uint64_t refCon, uint64_t *subUnitTypeAndID) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.h161 void * refCon);
H A DIOHIDResourceUserClient.h219 virtual IOReturn registerNotificationPort(mach_port_t port, UInt32 type, io_user_reference_t refCon);
H A DIOHIDInterface.cpp240 void * refCon)
254 _interruptRefCon = refCon;
236 open( IOService * client, IOOptionBits options, InterruptReportAction action, void * refCon) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDUPSClass.h146 void * refCon);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp744 void *refCon)
766 vector->refCon = refCon;
815 IOReturn IOCPUInterruptController::handleInterrupt(void */*refCon*/,
825 vector->handler(vector->target, vector->refCon,
740 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/
H A Dpexpert.h135 void *target, IOInterruptHandler handler, void *refCon);
/macosx-10.10/IOATAFamily-253.0.1/
H A DATADeviceNub.cpp323 // set the refCon so the callback knows what to do.
327 cmd->refCon = (void*) completion;
607 completionInfo* completer = (completionInfo*) command->refCon;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireIRM.cpp547 void IOFireWireIRMAllocation::SetRefCon(void* refCon) argument
549 fLostProcRefCon = refCon;
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPHYPacketListener.cpp160 void PHYPacketListener::SSetRefCon( IOFireWireLibPHYPacketListenerRef self, void* refCon )
163 me->mRefCon = refCon;
H A DIOFireWireLibCommand.cpp204 mParams->refCon = (mach_vm_address_t)this;
349 create_params.refCon = (mach_vm_address_t)OSSwapInt64( (UInt64)create_params.refCon );
401 submit_params->refCon = (mach_vm_address_t)OSSwapInt64( (UInt64)submit_params->refCon );
465 submit_params->refCon = (mach_vm_address_t)OSSwapInt64( (UInt64)submit_params->refCon );
727 void* refCon)
729 IOFireWireIUnknown::InterfaceMap<Cmd>::GetThis(self)->mRefCon = refCon ;
725 SSetRefCon( IOFireWireLibCommandRef self, void* refCon) argument
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIPrivate.h312 void *refCon);
321 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAPConn.cpp1361 void TIrLAPConn::TimerComplete(ULong refCon) argument
1363 //#pragma unused(refCon)
1364 XASSERT(refCon == kIrConnWatchdogExpiredEvent || refCon == kIdleDisconnectEvent);
1366 if (refCon == kIrConnWatchdogExpiredEvent) { // one second timer has fired
1378 if (refCon == kIdleDisconnectEvent) // the idle disconnect timer has fired
1380 NextState(refCon);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h204 static IOReturn systemPowerChange( void * target, void * refCon,
207 static IOReturn agcMessage( void * target, void * refCon,
267 UInt32 refCon );
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c1155 btcb->refCon = AllocateClearMemory( sizeof(BTreeExtensionsRec) ); // allocate space for our BTCB extensions
1156 if ( btcb->refCon == nil ) {
1161 ((BTreeExtensionsRec*)btcb->refCon)->BTCBMPtr = AllocateClearMemory(size); // get precleared bitmap
1162 if ( ((BTreeExtensionsRec*)btcb->refCon)->BTCBMPtr == nil )
1168 ((BTreeExtensionsRec*)btcb->refCon)->BTCBMSize = size; // remember how long it is
1169 ((BTreeExtensionsRec*)btcb->refCon)->realFreeNodeCount = header.freeNodes;// keep track of real free nodes for progress
1517 btcb->refCon = AllocateClearMemory( sizeof(BTreeExtensionsRec) ); // allocate space for our BTCB extensions
1518 if ( btcb->refCon == nil ) {
1523 ((BTreeExtensionsRec*)btcb->refCon)->BTCBMPtr = AllocateClearMemory(size); // get precleared bitmap
1524 if ( ((BTreeExtensionsRec*)btcb->refCon)
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1835 // refCon - unused
1843 IOReturn AppleUSBCDCACMData::acquirePort(bool sleep, void *refCon) argument
1847 XTRACEP(this, refCon, 0, "acquirePort");
2053 // Inputs: refCon - unused
2061 IOReturn AppleUSBCDCACMData::releasePort(void *refCon) argument
2210 // Inputs: refCon - unused
2218 UInt32 AppleUSBCDCACMData::getState(void *refCon) argument
2293 // refCon - unused
2301 IOReturn AppleUSBCDCACMData::setState(UInt32 state, UInt32 mask, void *refCon) argument
2479 // refCon
2487 watchState(UInt32 *state, UInt32 mask, void *refCon) argument
2664 nextEvent(void *refCon) argument
2695 executeEvent(UInt32 event, UInt32 data, void *refCon) argument
2974 requestEvent(UInt32 event, UInt32 *data, void *refCon) argument
3120 enqueueEvent(UInt32 event, UInt32 data, bool sleep, void *refCon) argument
3153 dequeueEvent(UInt32 *event, UInt32 *data, bool sleep, void *refCon) argument
3192 enqueueData(UInt8 *buffer, UInt32 size, UInt32 *count, bool sleep, void *refCon) argument
3330 dequeueData(UInt8 *buffer, UInt32 size, UInt32 *count, UInt32 min, void *refCon) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c144 * @member refCon Passed to the @method method as the refCon argument.
150 void *refCon; member in struct:pmc_config
1675 * @param refCon User specified reference constant.
1677 static void pmc_reservation_interrupt(void *target, void *refCon) { argument
1720 (void)reservation->config->method(reservation, refCon);
2025 tmp->refCon = NULL;
2087 * @refCon (which may be NULL) as the second.
2094 uint64_t threshold, pmc_interrupt_method_t method, void *refCon) {
2122 config->refCon
2093 pmc_config_set_interrupt_threshold(pmc_t pmc, pmc_config_t config, uint64_t threshold, pmc_interrupt_method_t method, void *refCon) argument
[all...]
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp396 void PCSCDMonitor::ioServiceChange(void *refCon, io_service_t service, argument
400 secdebug("pcsc", "Processing ioServiceChange notice: 0x%08X [refCon=0x%08lX, service=0x%08X, arg=0x%08lX]",
401 messageType, (uintptr_t)refCon, service, messageArg);
1013 void TerminationNoticeReceiver::ioServiceChange(void *refCon, io_service_t service, argument
1017 secdebug("pcsc", " [TerminationNoticeReceiver] processing ioServiceChange notice: 0x%08X [refCon=0x%08lX, service=0x%08X, arg=0x%08lX]",
1018 messageType, (uintptr_t)refCon, service, messageArg);
1019 parent().ioServiceChange(refCon, service, messageType, messageArgument);

Completed in 201 milliseconds

12345678