Searched refs:gIODeviceMemoryKey (Results 1 – 3 of 3) sorted by relevance
119 const OSSymbol * gIODeviceMemoryKey; variable505 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" ); in initialize()611 assert( gIOServicePlane && gIODeviceMemoryKey in initialize()8171 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryCount()8187 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryWithIndex()8217 return OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemory()8224 setProperty( gIODeviceMemoryKey, array); in setDeviceMemory()
1395 regEntry->setProperty( gIODeviceMemoryKey, array); in IODTResolveAddressing()
176 extern const OSSymbol * gIODeviceMemoryKey;