Home
last modified time | relevance | path

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

/netbsd-src/bin/ps/
H A Dkeyword.c118 VAR6("ctime", "CTIME", 0, putimeval, POFF(p_uctime_sec), TIMEVAL),
122 VAR6("etime", "ELAPSED", 0, elapsed, POFF(p_ustart_sec), TIMEVAL),
198 VAR6("stime", "STIME", 0, putimeval, POFF(p_ustime_sec), TIMEVAL),
217 VAR6("utime", "UTIME", 0, putimeval, POFF(p_uutime_sec), TIMEVAL),
H A Dps.h47 TIMEVAL, CPUTIME, PCPU, VSIZE, PROCFLAG, PROCACFLAG, enumerator
H A Dps.c726 case TIMEVAL: in pscomp()