Searched refs:IN_RANGE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.h46 #define IN_RANGE(n, x, y) (((n) >= (x)) && ((n) <= (y))) macro
H A Dbpb.c224 IN_RANGE(TheBIOSParameterBlock.bpb.sectors_per_cluster,
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_memlist.c149 #define IN_RANGE(a, b, e) ((a) >= (b) && (a) <= (e)) macro
172 begin_in_chunk = IN_RANGE(rem_begin, chunk_begin, chunk_end);
173 end_in_chunk = IN_RANGE(rem_end, chunk_begin, chunk_end);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h125 #define IN_RANGE(_var, _min, _max) ( ((_var) >= (_min)) && ((_var) <= (_max)) ) macro
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c55 #define IN_RANGE(v, n) ((-(1<<((n)-1))) <= (v) && (v) < (1<<((n)-1))) macro
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c56 #define IN_RANGE(n, x, y) (((n) >= (x)) && ((n) <= (y))) macro
1857 IN_RANGE(wbpb->bpb.bytes_sector, 1, BPSEC * 8))) {
1875 IN_RANGE(wbpb->bpb.sectors_per_cluster, 1, 128))) {
3416 IN_RANGE(SecPerClust, 1, 128))) {

Completed in 77 milliseconds