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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp95 const OSSymbol * gIODeviceMemoryKey; variable
306 gIODeviceMemoryKey = OSSymbol::withCStringNoCopy( "IODeviceMemory" );
370 assert( gIOServicePlane && gIODeviceMemoryKey
5427 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey));
5441 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey));
5467 return( OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)));
5473 setProperty( gIODeviceMemoryKey, array);
H A DIODeviceTreeSupport.cpp1164 regEntry->setProperty( gIODeviceMemoryKey, array);
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp759 array = (OSArray *) getProperty( gIODeviceMemoryKey);
H A DIOPCIBridge.cpp2308 array = (OSArray *) regEntry->copyProperty(gIODeviceMemoryKey);
2337 regEntry->setProperty( gIODeviceMemoryKey, array);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h141 extern const OSSymbol * gIODeviceMemoryKey;
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp446 obj = provider->copyProperty(gIODeviceMemoryKey);

Completed in 281 milliseconds