Searched refs:gIODeviceMemoryKey (Results 1 – 3 of 3) sorted by relevance
121 const OSSymbol * gIODeviceMemoryKey; variable510 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" ); in initialize()619 assert( gIOServicePlane && gIODeviceMemoryKey in initialize()8265 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryCount()8281 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryWithIndex()8311 return OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemory()8318 setProperty( gIODeviceMemoryKey, array); in setDeviceMemory()
1424 regEntry->setProperty( gIODeviceMemoryKey, array); in IODTResolveAddressing()
176 extern const OSSymbol * gIODeviceMemoryKey;