Searched defs:SLCNUM_FIRST (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libgrubmgmt/common/ | ||
H A D | libgrub_impl.h | 58 #define SLCNUM_FIRST 'a' macro 61 #define IS_SLCNUM_VALID(x) ((x) >= SLCNUM_FIRST && (x) < SLCNUM_WHOLE_DISK) |
Completed in 58 milliseconds