Home
last modified time | relevance | path

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

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