Lines Matching refs:MAXPATHLEN
126 if (!(PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) || in imageboot_desired()
128 PE_parse_boot_argn("arp0", root_path, MAXPATHLEN) || in imageboot_desired()
130 PE_parse_boot_argn("rp", root_path, MAXPATHLEN) || in imageboot_desired()
131 PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN) || in imageboot_desired()
132 PE_parse_boot_argn(IMAGEBOOT_AUTHROOT_ARG, root_path, MAXPATHLEN))) { in imageboot_desired()
167 if (!(PE_parse_boot_argn("rp1", root_path, MAXPATHLEN) || in imageboot_needed()
168 PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN))) { in imageboot_needed()
1065 if (PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN) == TRUE) { in imageboot_setup_new()
1075 if (PE_parse_boot_argn(IMAGEBOOT_AUTHROOT_ARG, root_path, MAXPATHLEN) == FALSE && in imageboot_setup_new()
1076 PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN) == FALSE) { in imageboot_setup_new()
1181 if (PE_parse_boot_argn("arp0", root_path, MAXPATHLEN)) { in imageboot_setup()
1195 if ((PE_parse_boot_argn("rp", root_path, MAXPATHLEN) == FALSE) && in imageboot_setup()
1196 (PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) == FALSE)) { in imageboot_setup()
1210 if (PE_parse_boot_argn("rp1", root_path, MAXPATHLEN) == FALSE) { in imageboot_setup()