Searched refs:IOConnectSetNotificationPort (Results 1 - 7 of 7) sorted by path

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp418 kr = IOConnectSetNotificationPort(fConnection, kIOHIDLibUserClientDeviceValidPortType, fDeviceValidPort, NULL);
684 return IOConnectSetNotificationPort(fConnection, kIOHIDLibUserClientAsyncPortType, IONotificationPortGetMachPort(fAsyncPort), NULL);
H A DIOHIDEventServiceClass.cpp690 IOReturn ret = IOConnectSetNotificationPort(_connect, 0, _asyncPort, NULL);
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1552 IOConnectSetNotificationPort( function
H A DIOKitLib.h619 /*! @function IOConnectSetNotificationPort
629 IOConnectSetNotificationPort(
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c4374 IOConnectSetNotificationPort( connect, 0,
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.c372 IOConnectSetNotificationPort(device->connect, 0, CFMachPortGetPort(device->queue.port), (uintptr_t)NULL);
388 IOConnectSetNotificationPort(device->connect, 0, MACH_PORT_NULL, (uintptr_t)NULL);
436 IOConnectSetNotificationPort(device->connect, 0, CFMachPortGetPort(device->queue.port), (uintptr_t)NULL);
454 IOConnectSetNotificationPort(device->connect, 0, MACH_PORT_NULL, (uintptr_t)NULL);
/macosx-10.10/IOKitUser-1050.1.21/network.subproj/
H A Dmonitorlink.c388 kr = IOConnectSetNotificationPort(con,
391 printf("Error: IOConnectSetNotificationPort %x\n", kr);

Completed in 398 milliseconds