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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp659 (service->getProperty(gIOInterruptSpecifiersKey) != 0))
679 service->setProperty(gIOInterruptSpecifiersKey, specifier);
H A DIODeviceTreeSupport.cpp227 array = OSDynamicCast(OSArray, child->getProperty( gIOInterruptSpecifiersKey ));
618 specifiers = OSDynamicCast(OSArray, regEntry->getProperty(gIOInterruptSpecifiersKey));
751 ok &= regEntry->setProperty( gIOInterruptSpecifiersKey, mapped);
H A DIOService.cpp94 const OSSymbol * gIOInterruptSpecifiersKey; variable
298 gIOInterruptSpecifiersKey
352 && gIOInterruptControllersKey && gIOInterruptSpecifiersKey
5382 array = OSDynamicCast(OSArray, nub->getProperty(gIOInterruptSpecifiersKey));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h141 extern const OSSymbol * gIOInterruptSpecifiersKey;

Completed in 85 milliseconds