Home
last modified time | relevance | path

Searched refs:gIODTInterruptParentKey (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp95 const OSSymbol * gIODTInterruptParentKey; variable
163 gIODTInterruptParentKey in IODeviceTreeAlloc()
184 && gIODTPHandleKey && gIODTInterruptParentKey in IODeviceTreeAlloc()
272 if (!intMap && child->getProperty( gIODTInterruptParentKey)) { in IODeviceTreeAlloc()
566 if ((data = OSDynamicCast( OSData, regEntry->getProperty( gIODTInterruptParentKey ))) in IODTFindInterruptParent()