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

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

Completed in 46 milliseconds