Lines Matching refs:menu_root
406 char menu_root[PATH_MAX]; in bam_loader_menu() local
430 (void) strlcpy(menu_root, bam_root, sizeof (menu_root)); in bam_loader_menu()
452 if (stat(menu_root, &sb) == -1) { in bam_loader_menu()
457 if (!is_zfs(menu_root)) { in bam_loader_menu()
462 assert(strcmp(menu_root, bam_root) == 0); in bam_loader_menu()
463 special = get_special(menu_root); in bam_loader_menu()
467 menu_root); in bam_loader_menu()
474 bam_error(_("cant find pool for mount-point %s\n"), menu_root); in bam_loader_menu()
488 (void) strlcpy(menu_root, zmntpt, sizeof (menu_root)); in bam_loader_menu()
489 BAM_DPRINTF(("%s: zfs menu_root=%s\n", fcn, menu_root)); in bam_loader_menu()
491 elide_trailing_slash(menu_root, clean_menu_root, in bam_loader_menu()
538 ret = f(&menu, menu_root, osdev); in bam_loader_menu()
540 ret = f(&menu, bam_root, menu_root); in bam_loader_menu()
610 assert((is_zfs(menu_root)) ^ (pool == NULL)); in bam_loader_menu()
1016 list_entry(struct menu_lst *menu, char *menu_root, char *opt) in list_entry() argument
1067 update_entry(struct menu_lst *menu, char *menu_root, char *osdev) in update_entry() argument
1070 char *pool = menu_root + 1; in update_entry()
1075 (void) snprintf(path, PATH_MAX, "%s%s", menu_root, MENU); in update_entry()