Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dps.h83 #define INF127 0x10 /* values >127 displayed as 127 */ macro
H A Dkeyword.c164 {"re", {NULL}, "RE", "residency-time", INF127, kvar, KOFF(ki_swtime),
185 {"sl", {NULL}, "SL", "sleep-time", INF127, kvar, KOFF(ki_slptime),
H A Dprint.c747 #define CHKINF127(n) (((n) > 127) && (v->flag & INF127) ? 127 : (n)) in printval()