Home
last modified time | relevance | path

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

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