Lines Matching refs:root_opt
7824 * Note that, if root_opt is non-zero, the absence of
7835 int root_opt,
7907 root_opt = 0);
7909 root_opt = 1);
7911 if (root_opt == 0) {
7972 char *kernel, char *mod_kernel, char *module, int root_opt)
7984 root_opt, &i);
7992 MULTIBOOT_ARCHIVE, root_opt, &i);
8136 int root_opt;
8154 root_opt = (strcmp(osroot, menu_root) == 0);
8180 root_opt = (strcmp(ospecial, mspecial) == 0);
8186 INJECT_ERROR1("ROOT_OPTIONAL_NO", root_opt = 0);
8187 INJECT_ERROR1("ROOT_OPTIONAL_YES", root_opt = 1);
8188 if (root_opt) {
8194 return (root_opt);