Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/Kernel/
H A DIODeviceTreeSupport.cpp86 const OSSymbol * gIODTAddressCellKey; variable
142 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" ); in IODeviceTreeAlloc()
150 && gIODTSizeCellKey && gIODTAddressCellKey && gIODTRangeKey in IODeviceTreeAlloc()
608 if (!GetUInt32( regEntry, gIODTAddressCellKey, aCellCount)) { in IODTGetICellCounts()
1203 if (!GetUInt32( regEntry, gIODTAddressCellKey, addressCount)) { in IODTGetCellCounts()