Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dpc_slice.h281 #define SOL_PART_EXISTS(l_ptr, p) (SOL_PART_LENGTH(l_ptr, p) != 0) macro
H A Ddisk_io.c705 if (SOL_PART_EXISTS (buf, i)) in next_partition()