Home
last modified time | relevance | path

Searched defs:IN_RANGE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/common/
H A Dpcfs_common.h47 #define IN_RANGE(n, x, y) (((n) >= (x)) && ((n) <= (y))) macro
/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/uts/intel/io/pci/
H A Dpci_memlist.c152 #define IN_RANGE(a, b, e) ((a) >= (b) && (a) <= (e)) macro
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_main.c69 #define IN_RANGE(n, x, y) (((n) >= (x)) && ((n) <= (y))) macro