Lines Matching refs:root_opt
7531 * Note that, if root_opt is non-zero, the absence of
7542 int root_opt,
7614 root_opt = 0);
7616 root_opt = 1);
7618 if (root_opt == 0) {
7679 char *kernel, char *mod_kernel, char *module, int root_opt)
7691 root_opt, &i);
7699 MULTIBOOT_ARCHIVE, root_opt, &i);
7843 int root_opt;
7861 root_opt = (strcmp(osroot, menu_root) == 0);
7887 root_opt = (strcmp(ospecial, mspecial) == 0);
7893 INJECT_ERROR1("ROOT_OPTIONAL_NO", root_opt = 0);
7894 INJECT_ERROR1("ROOT_OPTIONAL_YES", root_opt = 1);
7895 if (root_opt) {
7901 return (root_opt);