Home
last modified time | relevance | path

Searched refs:p_stime (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.proc.h71 time_t p_stime; /* system time */ member
76 clock_t p_stime; /* system time */ member
H A Dsh.proc.c308 pp->p_stime = proctimes.tms_cstime - shtimes.tms_cstime; in pchild()
340 (fp->p_utime + fp->p_stime) / HZ in pchild()
342 (fp->p_utime + fp->p_stime) / clk_tck in pchild()
1162 lru.tms_stime = pp->p_stime; in pprint()
1290 s_time += pp->p_stime; in ptprint()