Searched refs:gpt_offset (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 518 unsigned long start, len, offset, ext_offset, gpt_offset; in set_partition_hidden_flag() local 540 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in set_partition_hidden_flag() 543 if (gpt_offset != 0) in set_partition_hidden_flag() 601 unsigned long *gpt_offset, int *gpt_count, in next_partition() argument 758 *gpt_offset = hdr->partitions; in next_partition() 775 *gpt_offset = 0; in next_partition() 844 …if (! rawread (drive, (*gpt_offset) + GPT_ENTRY_SECTOR (*gpt_size, *entry), GPT_ENTRY_INDEX (*gpt_… in next_partition() 873 if (*partition != 0xFFFFFF && *gpt_offset != 0) in next_partition() 914 unsigned long gpt_offset; in real_open_partition() local 929 &gpt_offset, &gpt_count, &gpt_size, buf); in real_open_partition()
|
H A D | builtins.c | 1657 unsigned long start, len, offset, ext_offset, gpt_offset; in find_common() local 1688 &ext_offset, &gpt_offset, in find_common() 3382 unsigned long start, len, offset, ext_offset, gpt_offset; in parttype_func() local 3420 &ext_offset, &gpt_offset, &gpt_count, &gpt_size, mbr)) in parttype_func() 3423 if (gpt_offset != 0) in parttype_func()
|
H A D | shared.h | 1025 unsigned long *gpt_offset, int *gpt_count,
|