Searched refs:gIOInterruptControllersKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp282 device->getProperty(gIOInterruptControllersKey));
324 device->setProperty(gIOInterruptControllersKey, controllers);
655 controllers = OSDynamicCast(OSArray, device->getProperty(gIOInterruptControllersKey));
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp701 if ((service->getProperty(gIOInterruptControllersKey) != 0) &&
721 service->setProperty(gIOInterruptControllersKey, controller);
H A DIODeviceTreeSupport.cpp617 controllers = OSDynamicCast(OSArray, regEntry->getProperty(gIOInterruptControllersKey));
750 ok = regEntry->setProperty( gIOInterruptControllersKey, controllers);
H A DIOService.cpp96 const OSSymbol * gIOInterruptControllersKey; variable
307 gIOInterruptControllersKey
371 && gIOInterruptControllersKey && gIOInterruptSpecifiersKey
5686 array = OSDynamicCast(OSArray, nub->getProperty(gIOInterruptControllersKey));
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h142 extern const OSSymbol * gIOInterruptControllersKey;

Completed in 111 milliseconds