Home
last modified time | relevance | path

Searched refs:CommandLine (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/pexpert/arm/
H A Dpe_bootargs.c11 return (char *)((boot_args *)PE_state.bootArgs)->CommandLine; in PE_boot_args()
/xnu-10063.141.1/pexpert/i386/
H A Dpe_bootargs.c35 return ((boot_args *)PE_state.bootArgs)->CommandLine; in PE_boot_args()
/xnu-10063.141.1/pexpert/pexpert/arm/
H A Dboot.h57 char CommandLine[BOOT_LINE_LENGTH]; /* Passed in command line */ member
/xnu-10063.141.1/pexpert/pexpert/arm64/
H A Dboot.h68 char CommandLine[BOOT_LINE_LENGTH]; /* Passed in command line */ member
/xnu-10063.141.1/pexpert/pexpert/i386/
H A Dboot.h158 char CommandLine[BOOT_LINE_LENGTH];/* Passed in command line */ member
/xnu-10063.141.1/osfmk/i386/
H A Di386_init.c727 DBG("command line %s\n", kernelBootArgs->CommandLine); in vstart()
/xnu-10063.141.1/tools/lldbmacros/
H A Dxnu.py1161 bootargs_cmd = bootargs.CommandLine