Searched refs:IMAGEBOOT_ROOT_ARG (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimageboot.h37 #define IMAGEBOOT_ROOT_ARG "root-dmg" macro
/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c90 PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN))) {
226 if (PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN) == FALSE) {
228 panic("%s specified without %s?\n", IMAGEBOOT_CONTAINER_ARG, IMAGEBOOT_ROOT_ARG);
H A Dnetboot.c409 if (PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN)

Completed in 14 milliseconds