Home
last modified time | relevance | path

Searched refs:tms_stime (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dtimes.h43 clock_t tms_stime; /* system time */ member
55 clock32_t tms_stime; /* system time */ member
/titanic_41/usr/src/lib/libast/common/features/
H A Dmmap88 rdtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);
115 mmtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);
284 rdtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);
311 mmtm = (etm.tms_utime-stm.tms_utime) + (etm.tms_stime-stm.tms_stime);
H A Dtime25 clock_t tms_stime;
/titanic_41/usr/src/uts/common/syscall/
H A Dtimes.c56 p_time.tms_stime = (clock_t)NSEC_TO_TICK( in times()
86 p_time.tms_stime = (clock32_t)NSEC_TO_TICK( in times32()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtimes.h35 clock_t tms_stime; /* system time */ member
/titanic_41/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_41/usr/src/lib/libc/port/gen/
H A Dclock.c38 #define TIMES(B) (B.tms_utime+B.tms_stime+B.tms_cutime+B.tms_cstime)
/titanic_41/usr/src/cmd/bnu/
H A Daccount.c339 rval = ((tbuf.tms_utime-utime) + (tbuf.tms_stime-stime))*1000/HZ; in cpucycle()
341 stime = tbuf.tms_stime; in cpucycle()
H A Dperfstat.c554 ltemp = mintms->tms_stime
555 - subtms->tms_stime
1060 tmsp->tms_stime = scale60(&ru.ru_stime);
/titanic_41/usr/src/cmd/sh/
H A Dservice.c651 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
/titanic_41/usr/src/lib/libast/common/misc/
H A Derror.c484 …05lu.%05lu.%05lu ", d - error_info.time, (unsigned long)us.tms_utime, (unsigned long)us.tms_stime); in errorv()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c1921 before.tms_stime = before.tms_cstime = 0; in sh_exec()
1947 tm[2] = after.tms_stime - before.tms_stime; in sh_exec()
H A Dpath.c1373 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in sh_accend()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c353 tms.tms_stime = (unsigned)tms32.tms_stime; in show_times()
362 tms.tms_stime, in show_times()