Home
last modified time | relevance | path

Searched defs:PREV_INDEX (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c89 #define PREV_INDEX ((vs_i == 0) ? 1 : 0) /* Opposite of CUR_INDEX */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h258 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h329 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \ macro