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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIONVRAM.cpp1069 OSString *tmpString, *bootCommand, *bootArgs = 0; local
1079 bootCommand = tmpString;
1083 bootCommand = OSDynamicCast(OSString, _ofDict->getObject("boot-command"));
1084 if (bootCommand == 0) return;
1087 bootCommandData = (const UInt8 *)bootCommand->getCStringNoCopy();
1088 bootCommandDataLength = bootCommand->getLength();
1118 bootCommand = OSString::withCString((const char *)tmpData);
1119 if (bootCommand != 0) {
1120 _ofDict->setObject("boot-command", bootCommand);
1121 bootCommand
[all...]

Completed in 121 milliseconds