Lines Matching refs:bootfs
258 menu_active_on_boot(be_node_list_t *be_nodes, const char *bootfs) in menu_active_on_boot() argument
265 if (strcmp(be_node->be_root_ds, bootfs) == 0) { in menu_active_on_boot()
278 menu_active_next(be_node_list_t *be_nodes, const char *bootfs) in menu_active_next() argument
285 if (strcmp(be_node->be_root_ds, bootfs) == 0) { in menu_active_next()
302 char *bootfs; in menu_read() local
321 bootfs = NULL; in menu_read()
355 if (value == NULL || (bootfs = strdup(value)) == NULL) { in menu_read()
366 mp->me_bootfs = bootfs; in menu_read()
367 mp->me_active = menu_active_on_boot(be_nodes, bootfs); in menu_read()
368 mp->me_active_next = menu_active_next(be_nodes, bootfs); in menu_read()
373 bootfs = NULL; in menu_read()
379 free(bootfs); in menu_read()