Searched refs:gpt_count (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 522 int entry, type, gpt_count, gpt_size; in set_partition_hidden_flag() local 543 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in set_partition_hidden_flag() 604 unsigned long long *gpt_offset, int *gpt_count, in next_partition() argument 762 *gpt_count = hdr->maxpart; in next_partition() 841 if (*entry >= *gpt_count) in next_partition() 918 int gpt_count; in real_open_partition() local 932 &gpt_offset, &gpt_count, &gpt_size, buf); in real_open_partition()
|
H A D | shared.h | 1028 unsigned long long *gpt_offset, int *gpt_count,
|
H A D | builtins.c | 1661 int type, entry, gpt_count, gpt_size; in find_common() local 1692 &gpt_count, &gpt_size, buf)) in find_common() 3390 int entry, type, gpt_count, gpt_size; in parttype_func() local 3427 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in parttype_func()
|