Searched refs:bootArgsData (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
1212 bootArgsData = (const UInt8 *)bootArgs->getCStringNoCopy();
1214 if (bootArgsData == 0) return;
1221 strlcat((char *)tmpData, (const char *)bootArgsData, cnt);

Completed in 29 milliseconds