Lines Matching defs:bootfs
249 * Get the be_active_on_boot for bootfs.
252 menu_active_on_boot(be_node_list_t *be_nodes, const char *bootfs)
259 if (strcmp(be_node->be_root_ds, bootfs) == 0) {
276 char *bootfs;
290 * menu.lst entry is on two lines, one for title, one for bootfs
295 bootfs = NULL;
324 if ((bootfs = strdup(value)) == NULL) {
335 mp->me_bootfs = bootfs;
336 mp->me_active = menu_active_on_boot(be_nodes, bootfs);
341 bootfs = NULL;
347 free(bootfs);
794 if (strcmp(entry->me_type, "bootfs") != 0 ||
885 else if (strcasecmp(setting, "bootfs") == 0) {
1046 (void) fprintf(fp, "bootfs %s\n", be_node->be_root_ds);