Home
last modified time | relevance | path

Searched refs:clean_menu_root (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c371 char clean_menu_root[PATH_MAX]; in bam_loader_menu() local
457 elide_trailing_slash(menu_root, clean_menu_root, in bam_loader_menu()
458 sizeof (clean_menu_root)); in bam_loader_menu()
460 BAM_DPRINTF(("%s: cleaned menu root is <%s>\n", fcn, clean_menu_root)); in bam_loader_menu()
462 (void) strlcpy(menu_path, clean_menu_root, sizeof (menu_path)); in bam_loader_menu()
571 fcn, clean_menu_root)); in bam_loader_menu()
H A Dbootadm.c1280 char clean_menu_root[PATH_MAX]; in bam_menu() local
1402 elide_trailing_slash(menu_root, clean_menu_root, in bam_menu()
1403 sizeof (clean_menu_root)); in bam_menu()
1405 BAM_DPRINTF(("%s: cleaned menu root is <%s>\n", fcn, clean_menu_root)); in bam_menu()
1407 (void) strlcpy(menu_path, clean_menu_root, sizeof (menu_path)); in bam_menu()
1517 fcn, clean_menu_root)); in bam_menu()
1518 ret = menu_write(clean_menu_root, menu); in bam_menu()