Symbol: ig_stage2_t
usr/src/cmd/boot/installgrub/installgrub.c
101
static void cleanup_stage2(ig_stage2_t *);
usr/src/cmd/boot/installgrub/installgrub.c
1105
ig_stage2_t *stage2 = &dest->stage2;
usr/src/cmd/boot/installgrub/installgrub.c
114
static int read_stage2_from_disk(int, ig_stage2_t *, int);
usr/src/cmd/boot/installgrub/installgrub.c
117
static void prepare_fake_multiboot(ig_stage2_t *);
usr/src/cmd/boot/installgrub/installgrub.c
118
static void add_stage2_einfo(ig_stage2_t *, char *updt_str);
usr/src/cmd/boot/installgrub/installgrub.c
1225
read_stage2_from_disk(int dev_fd, ig_stage2_t *stage2, int type)
usr/src/cmd/boot/installgrub/installgrub.c
1295
ig_stage2_t stage2_disk;
usr/src/cmd/boot/installgrub/installgrub.c
1296
ig_stage2_t *stage2_file = &data->stage2;
usr/src/cmd/boot/installgrub/installgrub.c
1303
bzero(&stage2_disk, sizeof (ig_stage2_t));
usr/src/cmd/boot/installgrub/installgrub.c
1351
ig_stage2_t *stage2 = &install->stage2;
usr/src/cmd/boot/installgrub/installgrub.c
370
ig_stage2_t *stage2 = &data.stage2;
usr/src/cmd/boot/installgrub/installgrub.c
457
ig_stage2_t *stage2_curr = &curr_data.stage2;
usr/src/cmd/boot/installgrub/installgrub.c
458
ig_stage2_t *stage2_attach = &attach_data.stage2;
usr/src/cmd/boot/installgrub/installgrub.c
581
ig_stage2_t *src_stage2 = &source->stage2;
usr/src/cmd/boot/installgrub/installgrub.c
582
ig_stage2_t *dest_stage2 = &target->stage2;
usr/src/cmd/boot/installgrub/installgrub.c
718
cleanup_stage2(ig_stage2_t *stage2)
usr/src/cmd/boot/installgrub/installgrub.c
722
bzero(stage2, sizeof (ig_stage2_t));
usr/src/cmd/boot/installgrub/installgrub.c
940
prepare_fake_multiboot(ig_stage2_t *stage2)
usr/src/cmd/boot/installgrub/installgrub.c
963
add_stage2_einfo(ig_stage2_t *stage2, char *updt_str)
usr/src/cmd/boot/installgrub/installgrub.c
983
ig_stage2_t *stage2 = &install->stage2;
usr/src/cmd/boot/installgrub/installgrub.h
65
ig_stage2_t stage2;