Searched defs:stage2 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.h | 65 ig_stage2_t stage2; member in struct:_ig_data 78 #define STAGE2_MEMADDR (0x8000) /* loading addr of stage2 */ 95 * Maximum size of stage2 on EFI-labeled disks. Must not be larger than
|
H A D | installgrub.c | 267 * Install a new stage1/stage2 pair on the specified device. handle_install() 268 * expects argv to contain 3 parameters (the path to stage1, the path to stage2, 299 BOOT_DEBUG("stage1 path: %s, stage2 path: %s, device: %s\n", 308 /* read in stage1 and stage2. */ 359 * installed stage2. 370 ig_stage2_t *stage2 = &data.stage2; local 401 ret = read_stage2_from_disk(device->part_fd, stage2, device->type); 403 (void) fprintf(stderr, gettext("Error reading stage2 from " 416 einfo = find_einfo(stage2 718 cleanup_stage2(ig_stage2_t *stage2) argument 940 prepare_fake_multiboot(ig_stage2_t *stage2) argument 963 add_stage2_einfo(ig_stage2_t *stage2, char *updt_str) argument 983 ig_stage2_t *stage2 = &install->stage2; local 1105 ig_stage2_t *stage2 = &dest->stage2; local 1225 read_stage2_from_disk(int dev_fd, ig_stage2_t *stage2, int type) argument 1351 ig_stage2_t *stage2 = &install->stage2; local [all...] |
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 875 char *stage2, uint16_t flags) 952 stage1, stage2, diskname); 956 stage1, stage2, diskname); 966 "%s %s %s %s", BE_INSTALL_BOOT, flag, stage2, diskname); 1220 char stage2[MAXPATHLEN]; local 1263 (void) snprintf(stage2, sizeof (stage2), "%s%s", 1268 (void) snprintf(stage2, sizeof (stage2), "%s%s", 1283 (void) snprintf(stage2, sizeo 874 be_do_installboot_helper(zpool_handle_t *zphp, nvlist_t *child, char *stage1, char *stage2, uint16_t flags) argument [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 2340 else if (grub_memcmp ("--stage2=", arg, sizeof ("--stage2=") - 1) == 0) 2342 stage2_os_file = arg + sizeof ("--stage2=") - 1; 2467 grub_printf ("Error: stage2 first sector must be below 2TB\n"); 2767 "install [--stage2=STAGE2_FILE] [--force-lba] STAGE1 [d] DEVICE STAGE2 [ADDR] [p] [CONFIG_FILE] [REAL_CONFIG_FILE]", 2780 " for LBA mode. If the option `--stage2' is specified, rewrite the Stage" 4573 char stage2[64]; 4688 else if (grub_memcmp ("--stage2=", arg, sizeof ("--stage2=") - 1) == 0) 4736 grub shell, since that affects `--stage2' 4520 char stage2[64]; local [all...] |
Completed in 257 milliseconds