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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1174 OSString *tmpString, *bootCommand, *bootArgs = 0; local
1184 bootCommand = tmpString;
1188 bootCommand = OSDynamicCast(OSString, _ofDict->getObject("boot-command"));
1189 if (bootCommand == 0) return;
1192 bootCommandData = (const UInt8 *)bootCommand->getCStringNoCopy();
1193 bootCommandDataLength = bootCommand->getLength();
1223 bootCommand = OSString::withCString((const char *)tmpData);
1224 if (bootCommand != 0) {
1225 _ofDict->setObject("boot-command", bootCommand);
1226 bootCommand
[all...]

Completed in 22 milliseconds