Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c404 struct tms tms; in main() local
570 epoch_start = times(&tms); in main()
597 epoch_end = times(&tms); in main()
688 struct termios tms; in baudrate() local
691 if (ioctl(1, TCGETS, &tms) < 0) { in baudrate()
698 speed = cfgetospeed(&tms); in baudrate()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dtimes.c58 extern int _times(struct tms *);
61 times(struct tms *tmsp) in times()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimes.h41 struct tms { struct
62 clock_t times(struct tms *);
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c87 struct tms tms; in builtin() local
89 times(&tms); in builtin()
90 prt(tms.tms_cutime); in builtin()
92 prt(tms.tms_cstime); in builtin()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h379 struct tms t_tbb; /* start execution times */
380 struct tms t_txfs; /* xfer start times */
381 struct tms t_txfe; /* xfer end times */
382 struct tms t_tga; /* garbage execution times */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtime22 struct tms
29 extern clock_t times(struct tms*);
H A Dmmap32 struct tms stm, etm;
253 struct tms stm, etm;
/illumos-gate/usr/src/cmd/latencytop/
H A Dutil.c113 struct tm tms; in lt_time_str() local
118 (void) gmtime_r(&t, &tms); in lt_time_str()
119 (void) asctime_r(&tms, buffer, len); in lt_time_str()
/illumos-gate/usr/src/uts/common/syscall/
H A Dtimes.c47 times(struct tms *tp) in times()
50 struct tms p_time; in times()
/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c61 struct tms before_tms; in csh_wait3()
62 struct tms after_tms; in csh_wait3()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c72 struct tms before_tms; in wait4()
73 struct tms after_tms; in wait4()
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h425 struct tms t_tbb; /* start execution times */
426 struct tms t_txfs; /* xfer start times */
427 struct tms t_txfe; /* xfer end times */
428 struct tms t_tga; /* garbage execution times */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c117 struct tms before_tms; in wait4()
118 struct tms after_tms; in wait4()
H A Dclock.c42 struct tms buffer; in clock()
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h485 struct tms t_tbb; /* start execution times */
486 struct tms t_txfs; /* xfer start times */
487 struct tms t_txfe; /* xfer end times */
488 struct tms t_tga; /* garbage execution times */
H A Dperfstat.c177 struct tms tm_cycles; /* CPU consumption. */
520 register struct tms * mintms;
521 register struct tms * subtms;
1049 register struct tms *tmsp; in times()
H A Dlogent.c187 struct tms tbuf; in millitick()
H A Daccount.c334 struct tms tbuf; in cpucycle()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c268 struct tm tms; in sip_write_xaction_to_log() local
289 localtime_r(&msg_chain->msg_timestamp, &tms)); in sip_write_xaction_to_log()
320 struct tm tms; in sip_write_dlg_to_log() local
340 localtime_r(&msg_chain->msg_timestamp, &tms)); in sip_write_dlg_to_log()
/illumos-gate/usr/src/cmd/time/
H A Dtime.c65 struct tms buffer; in main()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c1333 struct timespec tms; in fmd_modstat_snapshot() local
1337 tms.tv_sec = 0; in fmd_modstat_snapshot()
1338 tms.tv_nsec = 10000000; in fmd_modstat_snapshot()
1339 (void) nanosleep(&tms, NULL); in fmd_modstat_snapshot()
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1140 struct timespec tms; in etm_send() local
1162 tms.tv_sec = 0; in etm_send()
1163 tms.tv_nsec = (cnt * 10000); in etm_send()
1164 (void) nanosleep(&tms, NULL); in etm_send()
/illumos-gate/usr/src/cmd/sa/
H A Dtimex.c58 struct tms buffer, obuffer; in main()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c331 struct tms tms; in show_times() local
337 if (Pread(Proc, &tms, sizeof (tms), offset) in show_times()
338 != sizeof (tms)) in show_times()
353 tms.tms_utime = (unsigned)tms32.tms_utime; in show_times()
354 tms.tms_stime = (unsigned)tms32.tms_stime; in show_times()
355 tms.tms_cutime = (unsigned)tms32.tms_cutime; in show_times()
356 tms.tms_cstime = (unsigned)tms32.tms_cstime; in show_times()
362 tms.tms_utime, in show_times()
363 tms.tms_stime, in show_times()
364 tms.tms_cutime, in show_times()
[all …]
H A Dmain.c255 struct tms tms; in main() local
281 starttime = times(&tms); /* for elapsed timing */ in main()
790 struct tms tms; in main_thread() local
858 report(pri, times(&tms) - starttime); in main_thread()

12