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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp92 const OSSymbol * gIODeviceMemoryKey; variable
295 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" );
351 assert( gIOServicePlane && gIODeviceMemoryKey
5102 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey));
5116 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey));
5142 return( OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)));
5148 setProperty( gIODeviceMemoryKey, array);
H A DIODeviceTreeSupport.cpp1152 regEntry->setProperty( gIODeviceMemoryKey, array);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h139 extern const OSSymbol * gIODeviceMemoryKey;

Completed in 87 milliseconds