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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp67 const OSSymbol * gIODTPersistKey; variable
111 gIODTPersistKey = OSSymbol::withCStringNoCopy( "IODTPersist" );
116 && gIODTPersistKey );
923 regEntry->setProperty( gIODTPersistKey, prop);
1001 prop = (OSData *) regEntry->getProperty( gIODTPersistKey );
1129 prop = (OSData *) parent->getProperty( gIODTPersistKey );

Completed in 7 milliseconds