Searched refs:refCon (Results 1 - 25 of 200) sorted by last modified time

12345678

/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/
H A Dpexpert.h135 void *target, IOInterruptHandler handler, void *refCon);
/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...]
H A Dpmc.h178 * @param refCon Any value as defined by the end-user who called <link>pmc_config_set_interrupt_threshold</link>
180 typedef void (*pmc_interrupt_method_t)(void *target, void *refCon);
195 * @param refCon A reference pointer to be used as the second argument to the callback method (may be NULL).
197 typedef kern_return_t (*pmc_config_set_interrupt_threshold_handler_method_t)(pmc_config_object_t config, void *target, pmc_interrupt_method_t method, void *refCon);
580 * the first argument when the interrupt handler is invoked, and the given @refCon (which may be NULL) as the second. This method is not interrupt safe.
582 kern_return_t pmc_config_set_interrupt_threshold(pmc_t pmc, pmc_config_t config, uint64_t threshold, pmc_interrupt_method_t method, 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
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/PowerManagement-494.1.2/pmconfigd/
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
H A Dpmconfigd.c584 static void UPSDeviceAdded(void *refCon, io_iterator_t iterator) argument
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1111 void *refCon = (void *) header->reference[kIOAsyncCalloutRefconIndex]; local
1114 ((IOAsyncCallback0) func)(refCon, asyncHdr->result);
1117 ((IOAsyncCallback1) func)(refCon, asyncHdr->result,
1121 ((IOAsyncCallback2) func)(refCon, asyncHdr->result,
1125 ((IOAsyncCallback) func)(refCon, asyncHdr->result,
/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
/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
H A DIOFireWireController.h657 virtual void readDeviceROM(IOFWNodeScan *refCon, IOReturn status);
878 static bool serverKeyswitchCallback( void * target, void * refCon, IOService * service, IONotifier * notifier );
943 static IOReturn systemShutDownHandler( void * target, void * refCon,
1079 static IOReturn consoleLockInterestHandler( void * target, void * refCon,
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Diodevices.cpp218 void NotificationPort::ioNotify(void *refCon, io_iterator_t iterator) argument
223 reinterpret_cast<Receiver *>(refCon)->ioChange(it);
229 void NotificationPort::ioDeviceNotification(void *refCon, io_service_t service, argument
241 reinterpret_cast<Receiver *>(refCon)->ioServiceChange(refCon, service, messageType, messageArgument);
H A Diodevices.h134 virtual void ioServiceChange(void *refCon, io_service_t service, //IOServiceInterestCallback argument
144 static void ioNotify(void *refCon, io_iterator_t iterator);
145 static void ioDeviceNotification(void *refCon, io_service_t service,
H A Dpowerwatch.cpp163 void IOPowerWatcher::ioCallback(void *refCon, io_service_t service, argument
166 IOPowerWatcher *me = (IOPowerWatcher *)refCon;
H A Dpowerwatch.h79 static void ioCallback(void *refCon, io_service_t service,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Diodevices.cpp218 void NotificationPort::ioNotify(void *refCon, io_iterator_t iterator) argument
223 reinterpret_cast<Receiver *>(refCon)->ioChange(it);
229 void NotificationPort::ioDeviceNotification(void *refCon, io_service_t service, argument
241 reinterpret_cast<Receiver *>(refCon)->ioServiceChange(refCon, service, messageType, messageArgument);
H A Diodevices.h134 virtual void ioServiceChange(void *refCon, io_service_t service, //IOServiceInterestCallback argument
144 static void ioNotify(void *refCon, io_iterator_t iterator);
145 static void ioDeviceNotification(void *refCon, io_service_t service,
H A Dpowerwatch.cpp163 void IOPowerWatcher::ioCallback(void *refCon, io_service_t service, argument
166 IOPowerWatcher *me = (IOPowerWatcher *)refCon;
H A Dpowerwatch.h79 static void ioCallback(void *refCon, io_service_t service,
/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 )
/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/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp523 void * refCon __unused,
H A DIOHIDResourceUserClient.cpp182 IOReturn IOHIDResourceDeviceUserClient::registerNotificationPort(mach_port_t port, UInt32 type __unused, io_user_reference_t refCon __unused)
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
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,

Completed in 367 milliseconds

12345678