Home
last modified time | relevance | path

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

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