Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dpc_slice.h121 #define PC_SLICE_TYPE_GPT 0xee macro
H A Ddisk_io.c747 if (*entry == -1 && *offset == 0 && PC_SLICE_TYPE (buf, 0) == PC_SLICE_TYPE_GPT) in next_partition()