Searched defs:gpt_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c519 int entry, type, gpt_count, gpt_size; local
540 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr))
601 unsigned long long *gpt_offset, int *gpt_count,
759 *gpt_count = hdr->maxpart;
838 if (*entry >= *gpt_count)
915 int gpt_count; local
929 &gpt_offset, &gpt_count, &gpt_size, buf);
596 next_partition(unsigned long drive, unsigned long dest, unsigned long *partition, int *type, unsigned long long *start, unsigned long long *len, unsigned long long *offset, int *entry, unsigned long long *ext_offset, unsigned long long *gpt_offset, int *gpt_count, int *gpt_size, char *buf) argument
H A Dbuiltins.c1677 int type, entry, gpt_count, gpt_size;
1708 &gpt_count, &gpt_size, buf))
3426 int entry, type, gpt_count, gpt_size;
3463 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr))
1658 int type, entry, gpt_count, gpt_size; local
3387 int entry, type, gpt_count, gpt_size; local

Completed in 56 milliseconds