Searched refs:PC_SLICE_TYPE_HIDDEN_FLAG (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dpc_slice.h100 #define PC_SLICE_TYPE_HIDDEN_FLAG 0x10 macro
128 ({ int _type = (type) & ~PC_SLICE_TYPE_HIDDEN_FLAG; \
H A Ddisk_io.c545 PC_SLICE_TYPE (mbr, entry) |= PC_SLICE_TYPE_HIDDEN_FLAG;
547 PC_SLICE_TYPE (mbr, entry) &= ~PC_SLICE_TYPE_HIDDEN_FLAG;

Completed in 34 milliseconds