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

/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp67 const OSSymbol * gIODTRangeKey; variable
111 gIODTRangeKey = OSSymbol::withCStringNoCopy( "ranges" );
116 && gIODTSizeCellKey && gIODTAddressCellKey && gIODTRangeKey
1017 prop = OSDynamicCast( OSData, regEntry->getProperty( gIODTRangeKey ));

Completed in 22 milliseconds