Searched refs:gIODeviceMemoryKey (Results 1 – 3 of 3) sorted by relevance
121 const OSSymbol * gIODeviceMemoryKey; variable519 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" ); in initialize()634 assert( gIOServicePlane && gIODeviceMemoryKey in initialize()8341 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryCount()8357 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryWithIndex()8387 return OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemory()8394 setProperty( gIODeviceMemoryKey, array); in setDeviceMemory()
1428 regEntry->setProperty( gIODeviceMemoryKey, array); in IODTResolveAddressing()
176 extern const OSSymbol * gIODeviceMemoryKey;