Home
last modified time | relevance | path

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

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