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

/macosx-10.10/xnu-2782.1.97/pexpert/i386/
H A Dpe_bootargs.c35 return ((boot_args *)PE_state.bootArgs)->CommandLine;
H A Dpe_init.c181 (void) StartIOKit( PE_state.deviceTreeHead, PE_state.bootArgs, gPEEFIRuntimeServices, NULL);
192 PE_state.bootArgs = _args;
322 boot_args *args = (boot_args *)PE_state.bootArgs;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_csr.c71 boot_args *args = (boot_args *)PE_state.bootArgs;
137 boot_args *args = (boot_args *)PE_state.bootArgs;
151 boot_args *args = (boot_args *)PE_state.bootArgs;
/macosx-10.10/kext_tools-384.1.4/
H A Dbrtest.c111 CFStringRef bootArgs = NULL; local
172 // rootDMGURLStr when creating bootArgs.
178 bootArgs = CFStringCreateWithFormat(nil, nil, CFSTR("root-dmg=%@"),
180 // fputc('\t', stderr); CFShow(bootArgs);
182 if (!bootArgs) goto finish;
187 CFDictionarySetValue(plistOverrides, CFSTR(kKernelFlagsKey), bootArgs);
267 if (bootArgs) CFRelease(bootArgs);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp69 boot_args *args = (boot_args *)PE_state.bootArgs;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.cpp198 CFTypeRef bootArgs = nil; local
206 bootArgs = IORegistryEntryCreateCFProperty(entry, CFSTR("boot-args"), nil, 0);
207 if (bootArgs){
208 if (CFGetTypeID(bootArgs) == CFStringGetTypeID()){
210 CFStringRef bootArgsString = (CFStringRef)bootArgs;
217 CFRelease(bootArgs);
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dhibernate_i386.c66 boot_args * args = (boot_args *) PE_state.bootArgs;
200 boot_args * args = (boot_args *) PE_state.bootArgs;
214 boot_args * args = (boot_args *) PE_state.bootArgs;
H A Dpanic_hooks.c175 const boot_args *args = PE_state.bootArgs;
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/
H A Dpexpert.h246 void *bootArgs; member in struct:PE_state
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIONVRAM.cpp1069 OSString *tmpString, *bootCommand, *bootArgs = 0; local
1082 bootArgs = tmpString;
1107 bootArgsData = (const UInt8 *)bootArgs->getCStringNoCopy();
1108 bootArgsDataLength = bootArgs->getLength();
1126 bootArgs = OSString::withCString((const char *)(bootCommandData + cnt));
1127 if (bootArgs != 0) {
1128 _ofDict->setObject("boot-args", bootArgs);
1129 bootArgs->release();
/macosx-10.10/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c484 boot_args *args = (boot_args *)PE_state.bootArgs;
550 boot_args *args = (boot_args *)PE_state.bootArgs;
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2426 if (kBootArgsFlagBlack & ((boot_args *) PE_state.bootArgs)->flags) return;
2899 if (kBootArgsFlagBlack & ((boot_args *) PE_state.bootArgs)->flags) break;
2902 vc_progress_white = (0 != (kBootArgsFlagBlackBg & ((boot_args *) PE_state.bootArgs)->flags));
2962 & ((boot_args *) PE_state.bootArgs)->flags));
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py568 bootargs = Cast(kern.GetGlobalVariable('PE_state').bootArgs, 'boot_args *')
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c473 boot_args *args = (boot_args *)PE_state.bootArgs;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2722 gIOFBBlackBoot = (0 != (kBootArgsFlagBlack & ((boot_args *) PE_state.bootArgs)->flags));
2723 gIOFBBlackBootTheme = (0 != (kBootArgsFlagBlackBg & ((boot_args *) PE_state.bootArgs)->flags));

Completed in 298 milliseconds