Home
last modified time | relevance | path

Searched refs:tms_cstime (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/sys/
H A Dtimes.h29 clock_t tms_cstime; /* System CPU time of terminated child procs */ member
/original-bsd/lib/libc/gen/
H A Dtimes.c37 tp->tms_cstime = CONVTCK(ru.ru_stime);
/original-bsd/old/berknet/
H A Dmach.h396 long tms_cstime; /* system time, children */ member
H A Dnetdaemon.c967 stime = tbf.tms_stime + tbf.tms_cstime;
/original-bsd/local/toolchest/ksh/sh/
H A Dxec.c784 at += after.tms_cstime - before.tms_cstime;
H A Dservice.c883 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c2079 atms.tms_cstime = hpuxscale(&p->p_stats->p_cru.ru_stime);