Home
last modified time | relevance | path

Searched refs:gptentry (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c827 struct grub_gpt_partentry *gptentry = (struct grub_gpt_partentry *) buf; in next_partition() local
849 } while (! (gptentry->type1 && gptentry->type2)); in next_partition()
852 *start = gptentry->start; in next_partition()
853 *len = gptentry->end - gptentry->start + 1; in next_partition()