Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dtimes.h28 clock_t tms_cutime; /* User CPU time of terminated child procs */ member
/original-bsd/lib/libc/gen/
H A Dtimes.c36 tp->tms_cutime = CONVTCK(ru.ru_utime);
/original-bsd/old/berknet/
H A Dmach.h395 long tms_cutime; /* user time, children */ member
H A Dnetdaemon.c966 utime = tbf.tms_utime + tbf.tms_cutime;
/original-bsd/local/toolchest/ksh/sh/
H A Dxec.c780 at += after.tms_cutime - before.tms_cutime;
H A Dservice.c882 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); in doacct()
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c2078 atms.tms_cutime = hpuxscale(&p->p_stats->p_cru.ru_utime);