Searched refs:tms (Results 1 - 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dtimes.c60 extern int _times(struct tms *);
63 times(struct tms *tmsp)
/illumos-gate/usr/src/uts/common/sys/
H A Dtimes.h41 struct tms { struct
62 clock_t times(struct tms *);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtimes.h33 struct tms { struct
41 clock_t times(/* struct tms *tmsp */);
/illumos-gate/usr/src/lib/libbc/libc/compat/4.1/
H A Dtimes.c36 register struct tms *tmsp;
/illumos-gate/usr/src/lib/libbc/libc/compat/sys5/
H A Dtimes.c35 register struct tms *tmsp;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dclock.c45 struct tms buffer;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dclock.c44 struct tms buffer;
H A Dwaitpid.c119 struct tms before_tms;
120 struct tms after_tms;
/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c63 struct tms before_tms;
64 struct tms after_tms;
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c74 struct tms before_tms;
75 struct tms after_tms;
/illumos-gate/usr/src/uts/common/syscall/
H A Dtimes.c47 times(struct tms *tp)
50 struct tms p_time;
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c404 struct tms tms; local
570 epoch_start = times(&tms);
597 epoch_end = times(&tms);
687 struct termios tms; local
690 if (ioctl(1, TCGETS, &tms) < 0) {
696 speed = cfgetospeed(&tms);
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c88 struct tms tms; local
90 times(&tms);
91 prt(tms.tms_cutime);
93 prt(tms.tms_cstime);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dutil.c113 struct tm tms; local
118 (void) gmtime_r(&t, &tms);
119 (void) asctime_r(&tms, buffer, len);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h381 struct tms t_tbb; /* start execution times */
382 struct tms t_txfs; /* xfer start times */
383 struct tms t_txfe; /* xfer end times */
384 struct tms t_tga; /* garbage execution times */
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c171 struct tms before_tms;
172 struct tms after_tms;
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c675 struct timespec tms; local
688 tms.tv_sec = 0;
689 tms.tv_nsec = sleeptime;
700 (void) nanosleep(&tms, 0);
734 struct timespec tms; local
747 tms.tv_sec = 0;
748 tms.tv_nsec = sleeptime;
759 (void) nanosleep(&tms, 0);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c264 struct timespec tms; /* for nanosleep() */ local
266 tms.tv_sec = 0;
267 tms.tv_nsec = 0;
287 tms.tv_sec = ETM_SLEEP_QUIK;
288 tms.tv_nsec = 0;
289 if ((n = nanosleep(&tms, NULL)) < 0) {
905 struct timespec tms; /* for nanosleep() */ local
912 tms.tv_sec = ETM_SLEEP_QUIK;
913 tms.tv_nsec = 0;
946 (void) nanosleep(&tms, NUL
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c270 struct tm tms; local
291 localtime_r(&msg_chain->msg_timestamp, &tms));
322 struct tm tms; local
342 localtime_r(&msg_chain->msg_timestamp, &tms));
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c179 struct tms tm_cycles; /* CPU consumption. */
522 register struct tms * mintms;
523 register struct tms * subtms;
1051 register struct tms *tmsp;
H A Duucp.h487 struct tms t_tbb; /* start execution times */
488 struct tms t_txfs; /* xfer start times */
489 struct tms t_txfe; /* xfer end times */
490 struct tms t_tga; /* garbage execution times */
H A Dlogent.c190 struct tms tbuf;
/illumos-gate/usr/src/cmd/time/
H A Dtime.c68 struct tms buffer;
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h424 struct tms t_tbb; /* start execution times */
425 struct tms t_txfs; /* xfer start times */
426 struct tms t_txfe; /* xfer end times */
427 struct tms t_tga; /* garbage execution times */
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dsleep.c208 struct tms tt;

Completed in 110 milliseconds

12