Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dpc_slice.h100 #define PC_SLICE_TYPE_HIDDEN_FLAG 0x10 macro
129 ({ int _type = (type) & ~PC_SLICE_TYPE_HIDDEN_FLAG; \
H A Ddisk_io.c556 PC_SLICE_TYPE (mbr, entry) |= PC_SLICE_TYPE_HIDDEN_FLAG; in set_partition_hidden_flag()
558 PC_SLICE_TYPE (mbr, entry) &= ~PC_SLICE_TYPE_HIDDEN_FLAG; in set_partition_hidden_flag()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5203 * stage2/pc_slice.h (PC_SLICE_TYPE_HIDDEN_FLAG): Move the
7719 * stage2/pc_slice.h (PC_SLICE_TYPE_HIDDEN_FLAG): New macro.