Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_impl.h61 #define IS_SLCNUM_VALID(x) ((x) >= SLCNUM_FIRST && (x) < SLCNUM_WHOLE_DISK) macro
H A Dlibgrub_fs.c218 if (!IS_SLCNUM_VALID(slcnum) && !IS_PRTNUM_VALID(prtnum)) { in get_one_physpath()
390 if (!IS_SLCNUM_VALID(name[0]) || name[1] != 0) in ufs_bootsign()
H A Dlibgrub_cmd.c410 !IS_SLCNUM_VALID(barg->gb_slcnum = pos[1]) || in findroot()