Home
last modified time | relevance | path

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

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