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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1175 const UInt8 *bootCommandData, *bootArgsData; local
1192 bootCommandData = (const UInt8 *)bootCommand->getCStringNoCopy();
1195 if (bootCommandData == 0) return;
1198 if ((bootCommandData[cnt] == 'b') &&
1199 !strncmp("bootr", (const char *)bootCommandData + cnt, 5)) {
1201 while (bootCommandData[cnt] == ' ') cnt++;
1220 cnt -= strlcpy((char *)tmpData, (const char *)bootCommandData, cnt);
1231 bootArgs = OSString::withCString((const char *)(bootCommandData + cnt));

Completed in 26 milliseconds