Home | History | Annotate | Download | only in config

Lines Matching refs:ROOT

186 %token	ROOT
650 | ROOT { $$ = NULL; }
907 /* the name in "config name root on ..." */
918 /* root fs specification */
920 ROOT on_opt dev_spec { setconf(&conf.cf_root, "root", $3); }
921 | ROOT on_opt dev_spec fs_spec { setconf(&conf.cf_root, "root", $3); }
924 /* device for root fs or dump */
943 /* filesystem type for root fs specification */
974 ROOT { $$ = NULL; }