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

/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dsunpc.c181 grub_partition_t bootslicepart = NULL; local
276 grub_memcpy (bootslicepart, p, sizeof (*p));
277 bootslicepart->partmap = &grub_sun_pc_partition_map;
320 bootslicepart = (grub_partition_t) grub_zalloc (sizeof (struct grub_partition));
321 if (bootslicepart == NULL)
334 grub_free(bootslicepart);
351 disk->partition = bootslicepart;

Completed in 18 milliseconds