Home
last modified time | relevance | path

Searched refs:IS_PC_SLICE_TYPE_BSD (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c881 if ((*partition != 0xFFFFFF && IS_PC_SLICE_TYPE_BSD (*type & 0xff)) in next_partition()
997 if (! IS_PC_SLICE_TYPE_BSD (current_slice) && in real_open_partition()
1048 else if (! IS_PC_SLICE_TYPE_BSD (current_slice) && in real_open_partition()
1616 && ! IS_PC_SLICE_TYPE_BSD (current_slice)) in print_completions()
H A Dpc_slice.h160 #define IS_PC_SLICE_TYPE_BSD(type) IS_PC_SLICE_TYPE_BSD_WITH_FS(type,0) macro
H A Dbuiltins.c1695 && ! IS_PC_SLICE_TYPE_BSD (type) in find_common()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog7872 (IS_PC_SLICE_TYPE_BSD): Likewise.
7881 (real_open_partition): Use the macro IS_PC_SLICE_TYPE_BSD instead