Searched refs:root_opt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c618 int root_opt)
626 assert(root_opt == 0 || root_opt == 1);
628 (void) snprintf(opt, sizeof (opt), "%d", root_opt);
693 } else if (root_opt) {
721 bam_add_findroot(menu_t *mp, char *grubsign, char *grubroot, int root_opt) argument
734 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt);
741 grubroot, root_opt);
785 root_opt);
798 bam_add_hv(menu_t *mp, char *grubsign, char *grubroot, int root_opt) argument
614 find_matching_entry( entry_t *estart, char *grubsign, char *grubroot, int root_opt) argument
829 bam_add_dboot( menu_t *mp, char *osroot, char *grubsign, char *grubroot, int root_opt) argument
[all...]
H A Dbootadm.c8398 * Note that, if root_opt is non-zero, the absence of
8409 int root_opt,
8484 root_opt = 0);
8486 root_opt = 1);
8488 if (root_opt == 0) {
8551 char *kernel, char *mod_kernel, char *module, int root_opt)
8563 root_opt, &i);
8571 MULTIBOOT_ARCHIVE, root_opt, &i);
8722 int root_opt; local
8741 root_opt
8402 find_boot_entry( menu_t *mp, char *title, char *kernel, char *findroot, char *root, char *module, int root_opt, int *entry_num) argument
8550 update_boot_entry(menu_t *mp, char *title, char *findroot, char *root, char *kernel, char *mod_kernel, char *module, int root_opt) argument
[all...]

Completed in 78 milliseconds