Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtimes.h45 clock_t tms_cstime; /* system time, children */ member
57 clock32_t tms_cstime; /* system time, children */ member
/titanic_44/usr/src/uts/common/syscall/
H A Dtimes.c59 p_time.tms_cstime = p->p_cstime; in times()
89 p_time.tms_cstime = (clock32_t)p->p_cstime; in times32()
/titanic_44/usr/src/cmd/csh/
H A Dwait3.c93 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in csh_wait3()
/titanic_44/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c125 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
/titanic_44/usr/src/cmd/time/
H A Dtime.c129 (double)buffer.tms_cstime/clock_tick); in main()
133 printt("sys ", buffer.tms_cstime); in main()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dwaitpid.c172 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
H A Dclock.c38 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime)
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c226 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtimes.h37 clock_t tms_cstime; /* system time, children */ member
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dclock.c37 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime)
/titanic_44/usr/src/cmd/sa/
H A Dtimex.c153 printt("sys ", buffer.tms_cstime - obuffer.tms_cstime); in main()
/titanic_44/usr/src/lib/libast/common/features/
H A Dtime27 clock_t tms_cstime;
/titanic_44/usr/src/cmd/bnu/
H A Dperfstat.c556 + mintms->tms_cstime
557 - subtms->tms_cstime;
1064 tmsp->tms_cstime = scale60(&ru.ru_stime);
/titanic_44/usr/src/cmd/sh/
H A Dbltin.c93 prt(tms.tms_cstime); in builtin()
H A Dservice.c651 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c1921 before.tms_stime = before.tms_cstime = 0; in sh_exec()
1948 tm[2] += after.tms_cstime - before.tms_cstime; in sh_exec()
H A Dpath.c1373 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in sh_accend()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c355 tms.tms_cstime = (unsigned)tms32.tms_cstime; in show_times()
364 tms.tms_cstime, in show_times()