Searched defs:menu_root (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c914 upgrade_menu(menu_t *mp, char *osroot, char *menu_root) argument
925 assert(menu_root);
927 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, menu_root));
960 grubroot = get_grubroot(osroot, osdev, menu_root);
966 grubroot, root_optional(osroot, menu_root));
973 root_optional(osroot, menu_root));
981 grubroot, root_optional(osroot, menu_root));
H A Dbootadm_hyper.c1013 cvt_to_metal(menu_t *mp, char *osroot, char *menu_root) argument
H A Dbootadm_loader.c336 char menu_root[PATH_MAX]; local
360 (void) strlcpy(menu_root, bam_root, sizeof (menu_root));
382 if (stat(menu_root, &sb) == -1) {
387 if (!is_zfs(menu_root)) {
392 assert(strcmp(menu_root, bam_root) == 0);
393 special = get_special(menu_root);
397 menu_root);
404 bam_error(_("cant find pool for mount-point %s\n"), menu_root);
418 (void) strlcpy(menu_root, zmntp
928 list_entry(struct menu_lst *menu, char *menu_root, char *opt) argument
979 update_entry(struct menu_lst *menu, char *menu_root, char *osdev) argument
[all...]
H A Dbootadm.c249 static int menu_on_bootdisk(char *os_root, char *menu_root);
259 static error_t update_entry(menu_t *mp, char *menu_root, char *opt);
1286 char menu_root[PATH_MAX]; local
1316 (void) strlcpy(menu_root, bam_root, sizeof (menu_root));
1347 if (stat(menu_root, &sb) == -1) {
1352 BAM_DPRINTF(("%s: menu root is %s\n", fcn, menu_root));
1372 if (is_zfs(menu_root)) {
1373 assert(strcmp(menu_root, bam_root) == 0);
1374 special = get_special(menu_root);
5510 get_grubroot(char *osroot, char *osdev, char *menu_root) argument
8202 get_physical(char *menu_root, char ***physarray, int *n) argument
8311 menu_on_bootdisk(char *osroot, char *menu_root) argument
8717 root_optional(char *osroot, char *menu_root) argument
8790 update_entry(menu_t *mp, char *menu_root, char *osdev) argument
[all...]

Completed in 57 milliseconds