Searched refs:p_stime (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.h72 time_t p_stime; /* system time */ member in struct:process
77 clock_t p_stime; /* system time */ member in struct:process
H A Dsh.proc.c309 pp->p_stime = proctimes.tms_cstime - shtimes.tms_cstime;
341 (fp->p_utime + fp->p_stime) / HZ
343 (fp->p_utime + fp->p_stime) / clk_tck
1134 lru.tms_stime = pp->p_stime;
1261 s_time += pp->p_stime;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dcrash.d168 printf(" Sys: %d ticks\n", self->procp->p_stime);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dcrash.d168 printf(" Sys: %d ticks\n", self->procp->p_stime);

Completed in 63 milliseconds