Home
last modified time | relevance | path

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

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