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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp69 const OSSymbol * gIODTPersistKey; variable
112 gIODTPersistKey = OSSymbol::withCStringNoCopy( "IODTPersist" );
117 && gIODTPersistKey );
925 regEntry->setProperty( gIODTPersistKey, prop);
1033 prop = (OSData *) regEntry->getProperty( gIODTPersistKey );
1179 prop = (OSData *) parent->getProperty( gIODTPersistKey );

Completed in 122 milliseconds