Home
last modified time | relevance | path

Searched refs:gIODeviceMemoryKey (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIOService.cpp119 const OSSymbol * gIODeviceMemoryKey; variable
505 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()
H A DIODeviceTreeSupport.cpp1395 regEntry->setProperty( gIODeviceMemoryKey, array); in IODTResolveAddressing()
/xnu-8796.121.2/iokit/IOKit/
H A DIOService.h176 extern const OSSymbol * gIODeviceMemoryKey;