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

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_bootargs.c35 return ((boot_args *)PE_state.bootArgs)->CommandLine;
H A Dpe_init.c156 (void) StartIOKit( PE_state.deviceTreeHead, PE_state.bootArgs, gPEEFIRuntimeServices, NULL);
167 PE_state.bootArgs = _args;
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_bootargs.c35 return((char *)((boot_args*)PE_state.bootArgs)->CommandLine);
H A Dpe_init.c147 ret = StartIOKit( PE_state.deviceTreeHead, PE_state.bootArgs, (void *)0, (void *)0);
163 PE_state.bootArgs = _args;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dhibernate_i386.c64 boot_args * args = (boot_args *) PE_state.bootArgs;
169 boot_args * args = (boot_args *) PE_state.bootArgs;
188 boot_args * args = (boot_args *) PE_state.bootArgs;
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpexpert.h210 void *bootArgs; member in struct:PE_state
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1174 OSString *tmpString, *bootCommand, *bootArgs = 0; local
1187 bootArgs = tmpString;
1212 bootArgsData = (const UInt8 *)bootArgs->getCStringNoCopy();
1213 bootArgsDataLength = bootArgs->getLength();
1231 bootArgs = OSString::withCString((const char *)(bootCommandData + cnt));
1232 if (bootArgs != 0) {
1233 _ofDict->setObject("boot-args", bootArgs);
1234 bootArgs->release();
H A DIOHibernateIO.cpp2235 boot_args *args = (boot_args *) PE_state.bootArgs;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c462 boot_args *args = (boot_args *)PE_state.bootArgs;
508 boot_args *args = (boot_args *)PE_state.bootArgs;

Completed in 103 milliseconds