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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp658 if ((service->getProperty(gIOInterruptControllersKey) != 0) &&
678 service->setProperty(gIOInterruptControllersKey, controller);
H A DIODeviceTreeSupport.cpp617 controllers = OSDynamicCast(OSArray, regEntry->getProperty(gIOInterruptControllersKey));
750 ok = regEntry->setProperty( gIOInterruptControllersKey, controllers);
H A DIOService.cpp93 const OSSymbol * gIOInterruptControllersKey; variable
296 gIOInterruptControllersKey
352 && gIOInterruptControllersKey && gIOInterruptSpecifiersKey
5359 array = OSDynamicCast(OSArray, nub->getProperty(gIOInterruptControllersKey));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h140 extern const OSSymbol * gIOInterruptControllersKey;

Completed in 69 milliseconds