Searched refs:refcon (Results 1 - 25 of 189) sorted by relevance

12345678

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dacpi.h46 typedef void (*acpi_sleep_callback)(void * refcon);
48 extern void acpi_sleep_kernel(acpi_sleep_callback func, void * refcon);
49 extern void acpi_idle_kernel(acpi_sleep_callback func, void * refcon);
H A Dacpi.c69 extern void acpi_sleep_cpu(acpi_sleep_callback, void * refcon);
91 void *refcon; member in struct:acpi_hibernate_callback_data
103 acpi_hibernate(void *refcon) argument
108 (acpi_hibernate_callback_data_t *)refcon;
142 (data->func)(data->refcon);
155 acpi_sleep_kernel(acpi_sleep_callback func, void *refcon) argument
187 data.refcon = refcon;
222 acpi_sleep_cpu(func, refcon);
361 acpi_idle_kernel(acpi_sleep_callback func, void *refcon) argument
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIODataQueueClientPrivate.h33 typedef uint32_t (*IODataQueueClientEnqueueReadBytesCallback)(void * refcon, void *data, uint32_t dataSize);
36 _IODataQueueEnqueueWithReadCallback(IODataQueueMemory *dataQueue, uint32_t dataSize, IODataQueueClientEnqueueReadBytesCallback callback, void * refcon);
H A DIOMIGMachPort.h43 typedef void (*IOMIGMachPortTerminationCallback)(IOMIGMachPortRef client, void * refcon);
44 typedef Boolean (*IOMIGMachPortDemuxCallback)(IOMIGMachPortRef client, mach_msg_header_t * request, mach_msg_header_t * reply, void *refcon);
57 void IOMIGMachPortRegisterTerminationCallback(IOMIGMachPortRef client, IOMIGMachPortTerminationCallback callback, void *refcon);
60 void IOMIGMachPortRegisterDemuxCallback(IOMIGMachPortRef client, IOMIGMachPortDemuxCallback callback, void *refcon);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTPixelBuffer.h84 static void releaseCallback(void* refcon);
85 static void retainCallback(void* refcon);
88 static void imageQueueReleaseCallback(unsigned int type, uint64_t id, void* refcon);
91 static void dataProviderReleaseBytePointerCallback(void* refcon, const void* pointer);
92 static const void* dataProviderGetBytePointerCallback(void* refcon);
93 static size_t dataProviderGetBytesAtPositionCallback(void* refcon, void* buffer, size_t position, size_t count);
94 static void dataProviderReleaseInfoCallback(void* refcon);
H A DQTPixelBuffer.cpp216 void QTPixelBuffer::retainCallback(void* refcon) argument
218 CVPixelBufferRetain(static_cast<CVPixelBufferRef>(refcon));
221 void QTPixelBuffer::releaseCallback(void* refcon) argument
223 CVPixelBufferRelease(static_cast<CVPixelBufferRef>(refcon));
226 void QTPixelBuffer::imageQueueReleaseCallback(unsigned int type, uint64_t id, void* refcon) argument
228 CVPixelBufferRelease(static_cast<CVPixelBufferRef>(refcon));
231 void QTPixelBuffer::dataProviderReleaseBytePointerCallback(void* refcon, const void* pointer) argument
233 CVPixelBufferUnlockBaseAddress(static_cast<CVPixelBufferRef>(refcon), 0);
236 const void* QTPixelBuffer::dataProviderGetBytePointerCallback(void* refcon) argument
238 CVPixelBufferLockBaseAddress(static_cast<CVPixelBufferRef>(refcon),
242 dataProviderGetBytesAtPositionCallback(void* refcon, void* buffer, size_t position, size_t count) argument
253 dataProviderReleaseInfoCallback(void* refcon) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWDelayCommand.cpp46 UInt32 delay, FWBusCallback completion, void *refcon)
48 if(!IOFWBusCommand::initWithController(control, completion, refcon))
58 IOReturn IOFWDelayCommand::reinit(UInt32 delay, FWBusCallback completion, void *refcon) argument
61 res = IOFWBusCommand::reinit(completion, refcon);
45 initWithDelay(IOFireWireController *control, UInt32 delay, FWBusCallback completion, void *refcon) argument
H A DIOFWCommand.h79 typedef void (*FWDeviceCallback)(void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd);
82 typedef void (*FWBusCallback)(void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd);
85 typedef void (*FWAsyncStreamCallback)(void *refcon, IOReturn status, IOFireWireBus *bus, IOFWAsyncStreamCommand *fwCmd);
88 typedef void (*FWAsyncPHYCallback)(void *refcon, IOReturn status, IOFireWireBus *bus, IOFWAsyncPHYCommand *fwCmd );
91 typedef void (*FWAsyncStreamReceiveCallback)(void *refcon, const void *buf);
206 void setFWIMRefCon( void * refcon )
208 fMembers->fFWIMRefCon = refcon;
251 FWBusCallback completion=NULL, void *refcon=NULL);
252 virtual IOReturn reinit(FWBusCallback completion, void *refcon);
286 FWBusCallback completion, void *refcon);
[all...]
H A DIOFWBusCommand.cpp46 bool IOFWBusCommand::initWithController(IOFireWireController *control, FWBusCallback completion, void *refcon) argument
53 fRefCon = refcon;
61 IOReturn IOFWBusCommand::reinit(FWBusCallback completion, void *refcon) argument
68 fRefCon = refcon;
H A DIOFWPseudoAddressSpace.h35 typedef void (*IOFWARxReqIntCompleteHandler)( void * refcon );
46 * refcon is passed back as the first argument of read and write callbacks.
92 @param refcon Client's callback object.
95 virtual void setARxReqIntCompleteHandler( void * refcon, IOFWARxReqIntCompleteHandler handler );
151 @param refcon Client's callback object.
161 void* refcon,
172 @param refcon Client's callback object.
181 void* refcon,
206 void* refcon);
269 @param refcon Clien
360 setARxReqIntCompleteHandler( void * refcon, IOFWARxReqIntCompleteHandler handler ) argument
[all...]
H A DIOFWAsyncStreamCommand.cpp58 void * refcon)
60 return initAll( control, generation, channel, sync, tag, hostMem, size, speed, completion, refcon, false);
73 void * refcon,
87 fRefCon = refcon;
128 void * refcon)
134 fRefCon = refcon;
159 void * refcon,
167 return reinit( generation, channel, sync, tag, hostMem, size, speed, completion, refcon );
48 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
63 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
119 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
150 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
H A DIOFWPHYPacketListener.h31 typedef void (*FWPHYPacketCallback)( void *refcon, UInt32 data1, UInt32 data2 );
59 virtual void setRefCon( void * refcon );
H A DIOFWReadCommand.cpp86 void *refcon, bool failOnReset)
89 hostMem, completion, refcon, failOnReset);
99 void *refcon)
102 hostMem, completion, refcon);
111 FWDeviceCallback completion, void *refcon, bool failOnReset)
114 hostMem, completion, refcon, failOnReset);
119 FWDeviceCallback completion, void *refcon)
122 hostMem, completion, refcon);
84 initAll(IOFireWireNub *device, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
96 initAll(IOFireWireController *control, UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
109 reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
117 reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
H A DIOFWUserVectorCommand.h64 void asyncCompletion( void * refcon,
69 void asyncPHYCompletion( void * refcon,
H A DIOFWWriteCommand.cpp72 void * refcon,
80 completion, refcon, failOnReset);
101 void * refcon )
108 hostMem, completion, refcon);
193 void * refcon,
199 refcon,
211 void * refcon )
217 refcon );
68 initAll( IOFireWireNub * device, FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
190 reinit( FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
H A DIOFWUserCommand.h66 void * refcon,
71 void * refcon,
82 void setRefCon( mach_vm_address_t refcon )
83 { fRefCon = refcon; }
148 static void asyncPHYCommandCompletion( void * refcon,
182 static void asyncCompletion( void* refcon, IOReturn status, IOFireWireNub* device,
196 static void asyncStreamCommandCompletion(void *refcon,
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDUserDevice.h37 typedef IOReturn (*IOHIDUserDeviceReportCallback)(void * refcon, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength);
38 typedef IOReturn (*IOHIDUserDeviceReportWithReturnLengthCallback)(void * refcon, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex * pReportLength);
39 typedef IOReturn (*IOHIDUserDeviceHandleReportAsyncCallback)(void * refcon, IOReturn result);
105 @param refcon pointer to a reference object of your choosing
108 void IOHIDUserDeviceRegisterGetReportCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportCallback callback, void * refcon);
116 @param refcon pointer to a reference object of your choosing
119 void IOHIDUserDeviceRegisterGetReportWithReturnLengthCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportWithReturnLengthCallback callback, void * refcon);
126 @param refcon pointer to a reference object of your choosing
129 void IOHIDUserDeviceRegisterSetReportCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportCallback callback, void * refcon);
149 @param refcon pointe
[all...]
H A DIOHIDUserDevice.c47 static void __IOHIDUserDeviceHandleReportAsyncCallback(void *refcon, IOReturn result);
78 void * refcon; member in struct:__IOHIDUserDevice::__anon2396
83 void * refcon; member in struct:__IOHIDUserDevice::__anon2397
109 void * refcon; member in struct:__IOHIDDeviceHandleReportAsyncContext
423 void IOHIDUserDeviceRegisterGetReportCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportCallback callback, void * refcon) argument
426 device->getReport.refcon = refcon;
432 void IOHIDUserDeviceRegisterGetReportWithReturnLengthCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportWithReturnLengthCallback callback, void * refcon) argument
435 device->getReportWithReturnLength.refcon = refcon;
442 IOHIDUserDeviceRegisterSetReportCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportCallback callback, void * refcon) argument
513 __IOHIDUserDeviceHandleReportAsyncCallback(void *refcon, IOReturn result) argument
526 IOHIDUserDeviceHandleReportAsyncWithTimeStamp(IOHIDUserDeviceRef device, uint64_t timestamp, uint8_t *report, CFIndex reportLength, IOHIDUserDeviceHandleReportAsyncCallback callback, void * refcon) argument
566 IOHIDUserDeviceHandleReportAsync(IOHIDUserDeviceRef device, uint8_t * report, CFIndex reportLength, IOHIDUserDeviceHandleReportAsyncCallback callback, void * refcon) argument
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/network.subproj/
H A DIOUserEthernetController.h34 typedef void (*IOEthernetControllerCallback)(IOEthernetControllerRef controller, void * refcon);
107 void * refcon);
113 void * refcon);
119 void * refcon);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.h37 @param refcon refcon supplied to the IOFireWireFCPSpace when a client is registered
44 typedef void (*IOFireWirePCRCallback)(void *refcon, UInt16 nodeID, UInt32 plug, UInt32 oldVal, UInt32 newVal);
59 void * refcon; member in struct:IOFireWirePCRSpace::Client
79 const void *buf, IOFWRequestRefCon refcon);
81 virtual IOReturn allocatePlug(void *refcon, IOFireWirePCRCallback func, UInt32 &plug, Client* head);
106 @param refcon arbitrary value passed back as first argument of callback.
110 virtual IOReturn allocateInputPlug(void *refcon, IOFireWirePCRCallback func, UInt32 &plug);
134 @param refcon arbitrary value passed back as first argument of callback.
138 virtual IOReturn allocateOutputPlug(void *refcon, IOFireWirePCRCallbac
[all...]
H A DIOFireWirePCRSpace.cpp149 const void *buf, IOFWRequestRefCon refcon)
160 if(!fControl->isLockRequest(refcon))
173 (fClients[offset].func)(fClients[offset].refcon, nodeID, (offset-1) & 31, oldVal, OSSwapBigToHostInt32(newVal));
211 IOReturn IOFireWirePCRSpace::allocatePlug(void *refcon, IOFireWirePCRCallback func, UInt32 &plug, Client* head) argument
222 head[i].refcon = refcon;
276 IOReturn IOFireWirePCRSpace::allocateInputPlug(void *refcon, IOFireWirePCRCallback func, UInt32 &plug) argument
280 return allocatePlug(refcon, func, plug, fClients+33);
306 IOReturn IOFireWirePCRSpace::allocateOutputPlug(void *refcon, IOFireWirePCRCallback func, UInt32 &plug) argument
312 result = allocatePlug(refcon, fun
148 doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, const void *buf, IOFWRequestRefCon refcon) argument
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOBSDConsole.h58 void * refcon);
64 void * refcon);
/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-kll.c48 KLRefCon refcon; local
89 ret = KLGetIdleCallback(&idlecall, &refcon);
93 ret = KLSetIdleCallback(NULL, refcon);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.h152 static void _hidReportCallback(void *refcon, IOReturn result, uint32_t bufferSize);
154 static void _hidReportHandlerCallback(void * refcon, IOReturn result, void * sender);
176 IOHIDReportCallback callback, void * refcon, IOOptionBits options);
178 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options);
180 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options);
182 uint32_t timeout, IOHIDValueCallback callback, void * refcon, IOOptionBits options);
184 uint32_t timeout, IOHIDValueCallback callback, void * refcon, IOOptionBits options);
225 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options = 0);
227 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options = 0);
229 virtual IOReturn setInterruptReportCallback(uint8_t * report, CFIndex reportLength, IOHIDReportCallback callback, void * refcon, IOOptionBit
[all...]
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h91 UInt32 cmdLen,FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset);
100 FWDeviceCallback completion, void *refcon, bool failOnReset,
104 FWDeviceCallback completion, void *refcon, bool failOnReset,
108 FWDeviceCallback completion, void *refcon, bool failOnReset,
239 void *refcon);
251 void *refcon);

Completed in 297 milliseconds

12345678