Searched refs:gIODeviceMemoryKey (Results 1 – 3 of 3) sorted by relevance
118 const OSSymbol * gIODeviceMemoryKey; variable494 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" ); in initialize()592 assert( gIOServicePlane && gIODeviceMemoryKey in initialize()8024 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryCount()8040 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryWithIndex()8070 return OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemory()8077 setProperty( gIODeviceMemoryKey, array); in setDeviceMemory()
1395 regEntry->setProperty( gIODeviceMemoryKey, array); in IODTResolveAddressing()
173 extern const OSSymbol * gIODeviceMemoryKey;