Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c486 if (PC_SLICE_FLAG (mbr, part) != PC_SLICE_FLAG_BOOTABLE) in make_saved_active()
492 PC_SLICE_FLAG (mbr, i) = 0; in make_saved_active()
495 PC_SLICE_FLAG (mbr, part) = PC_SLICE_FLAG_BOOTABLE; in make_saved_active()
1311 PC_SLICE_FLAG (BOOT_PART_TABLE, i) = 0; in set_bootdev()
H A Dpc_slice.h47 #define PC_SLICE_FLAG(mbr_ptr, part) \ macro
H A Dbuiltins.c3343 PC_SLICE_FLAG (mbr, entry) = 0; in partnew_func()