Searched refs:tms_cstime (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dtimes.h52 clock_t tms_cstime; /* System CPU time of terminated child procs */ member in struct:tms
/freebsd-9.3-release/lib/libc/gen/
H A Dtimes.c62 tp->tms_cstime = CONVTCK(ru.ru_stime);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.time.c87 times0.tms_stime += times0.tms_cstime;
89 times0.tms_cstime = 0;
134 times_dol.tms_stime += times_dol.tms_cstime;
136 times_dol.tms_cstime = 0;
H A Dsh.proc.c309 pp->p_stime = proctimes.tms_cstime - shtimes.tms_cstime;
1136 lru.tms_cstime = 0;
1269 zts.tms_cstime = 0;
1273 rts.tms_cstime = 0;
/freebsd-9.3-release/contrib/gcc/
H A Dtimevar.c46 clock_t tms_cstime; member in struct:tms
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh3.c1099 prn((int)(tbuf.tms_cstime / MINS));
1101 prn((int)((tbuf.tms_cstime % MINS) / SECS));
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c666 l_clock_t tms_cstime; member in struct:l_times_argv
709 tms.tms_cstime = CONVTCK(cstime);
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c897 tms.tms_cstime = CONVTCK(ru.ru_stime);
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_misc.c880 tms.tms_cstime = timeval_to_clock_t(&cstime);

Completed in 144 milliseconds