Lines Matching defs:root_opt
8139 * Note that, if root_opt is non-zero, the absence of
8150 int root_opt,
8225 root_opt = 0);
8227 root_opt = 1);
8229 if (root_opt == 0) {
8292 char *kernel, char *mod_kernel, char *module, int root_opt)
8304 root_opt, &i);
8312 MULTIBOOT_ARCHIVE, root_opt, &i);
8463 int root_opt;
8482 root_opt = (strcmp(osroot, menu_root) == 0);
8512 root_opt = (strcmp(ospecial, mspecial) == 0);
8518 INJECT_ERROR1("ROOT_OPTIONAL_NO", root_opt = 0);
8519 INJECT_ERROR1("ROOT_OPTIONAL_YES", root_opt = 1);
8520 if (root_opt) {
8526 return (root_opt);