Searched refs:grubroot (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/boot/bootadm/ |
| H A D | bootadm_upgrade.c | 634 char *grubroot, in find_matching_entry() argument 647 grubroot, opt)); in find_matching_entry() 672 == 0 && strcmp(line->arg, grubroot) == 0) { in find_matching_entry() 738 bam_add_findroot(menu_t *mp, char *grubsign, char *grubroot, int root_opt) in bam_add_findroot() argument 751 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt); in bam_add_findroot() 758 grubroot, root_opt); in bam_add_findroot() 801 entry = find_matching_entry(entry->next, grubsign, grubroot, in bam_add_findroot() 815 bam_add_hv(menu_t *mp, char *grubsign, char *grubroot, int root_opt) in bam_add_hv() argument 822 entry = find_matching_entry(mp->entries, grubsign, grubroot, root_opt); in bam_add_hv() 829 entry = find_matching_entry(entry->next, grubsign, grubroot, in bam_add_hv() [all …]
|
| H A D | bootadm.c | 5663 char *grubroot; /* (hd#,#,#) */ local 5732 grubroot = s_calloc(1, 10); 5739 (void) snprintf(grubroot, 10, "(hd%s,%d,%c)", 5742 (void) snprintf(grubroot, 10, "(hd%s,%d)", 5746 assert(strncmp(grubroot, "(hd", strlen("(hd")) == 0); 5747 return (grubroot); 8188 char *grubroot; local 8208 grubroot = get_grubroot(osroot, physical, NULL); 8210 INJECT_ERROR1("IS_BOOTDISK_GRUBROOT", grubroot = NULL); 8211 if (grubroot == NULL) { [all …]
|