Searched refs:gpt_count (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 519 int entry, type, gpt_count, gpt_size; in set_partition_hidden_flag() local 540 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in set_partition_hidden_flag() 601 unsigned long *gpt_offset, int *gpt_count, in next_partition() argument 759 *gpt_count = hdr->maxpart; in next_partition() 838 if (*entry >= *gpt_count) in next_partition() 915 int gpt_count; in real_open_partition() local 929 &gpt_offset, &gpt_count, &gpt_size, buf); in real_open_partition()
|
H A D | shared.h | 1025 unsigned long *gpt_offset, int *gpt_count,
|
H A D | builtins.c | 1658 int type, entry, gpt_count, gpt_size; in find_common() local 1689 &gpt_count, &gpt_size, buf)) in find_common() 3383 int entry, type, gpt_count, gpt_size; in parttype_func() local 3420 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in parttype_func()
|