/titanic_44/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 404 struct tms tms; in main() local 570 epoch_start = times(&tms); in main() 597 epoch_end = times(&tms); in main() 687 struct termios tms; in baudrate() local 690 if (ioctl(1, TCGETS, &tms) < 0) { in baudrate() 696 speed = cfgetospeed(&tms); in baudrate()
|
/titanic_44/usr/src/ucblib/libucb/port/gen/ |
H A D | times.c | 60 extern int _times(struct tms *); 63 times(struct tms *tmsp) in times()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | times.h | 41 struct tms { struct 62 clock_t times(struct tms *);
|
/titanic_44/usr/src/cmd/sh/ |
H A D | bltin.c | 88 struct tms tms; in builtin() local 90 times(&tms); in builtin() 91 prt(tms.tms_cutime); in builtin() 93 prt(tms.tms_cstime); in builtin()
|
/titanic_44/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
H A D | ex_dscp.c | 675 struct timespec tms; in etm_xport_read() local 688 tms.tv_sec = 0; in etm_xport_read() 689 tms.tv_nsec = sleeptime; in etm_xport_read() 700 (void) nanosleep(&tms, 0); in etm_xport_read() 734 struct timespec tms; in etm_xport_write() local 747 tms.tv_sec = 0; in etm_xport_write() 748 tms.tv_nsec = sleeptime; in etm_xport_write() 759 (void) nanosleep(&tms, 0); in etm_xport_write()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | time | 22 struct tms 29 extern clock_t times(struct tms*);
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_xport_api_dd.c | 264 struct timespec tms; /* for nanosleep() */ in etm_fake_ioctl() local 266 tms.tv_sec = 0; in etm_fake_ioctl() 267 tms.tv_nsec = 0; in etm_fake_ioctl() 287 tms.tv_sec = ETM_SLEEP_QUIK; in etm_fake_ioctl() 288 tms.tv_nsec = 0; in etm_fake_ioctl() 289 if ((n = nanosleep(&tms, NULL)) < 0) { in etm_fake_ioctl() 905 struct timespec tms; /* for nanosleep() */ in etm_xport_accept() local 912 tms.tv_sec = ETM_SLEEP_QUIK; in etm_xport_accept() 913 tms.tv_nsec = 0; in etm_xport_accept() 946 (void) nanosleep(&tms, NULL); /* delay [for resp capture] */ in etm_xport_accept()
|
/titanic_44/usr/src/cmd/latencytop/common/ |
H A D | util.c | 113 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()
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 381 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 */
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | times.c | 47 times(struct tms *tp) in times() 50 struct tms p_time; in times()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | wait3.c | 63 struct tms before_tms; in csh_wait3() 64 struct tms after_tms; in csh_wait3()
|
/titanic_44/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 74 struct tms before_tms; in wait4() 75 struct tms after_tms; in wait4()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | uucp.h | 424 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 */
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 119 struct tms before_tms; in wait4() 120 struct tms after_tms; in wait4()
|
H A D | clock.c | 44 struct tms buffer; in clock()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uucp.h | 487 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 D | perfstat.c | 179 struct tms tm_cycles; /* CPU consumption. */ 522 register struct tms * mintms; 523 register struct tms * subtms; 1051 register struct tms *tmsp; in times()
|
H A D | logent.c | 190 struct tms tbuf; in millitick()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 171 struct tms before_tms; in wait4() 172 struct tms after_tms; in wait4()
|
/titanic_44/usr/src/lib/libbc/libc/compat/4.1/ |
H A D | times.c | 36 register struct tms *tmsp; in times()
|
/titanic_44/usr/src/lib/libbc/libc/compat/sys5/ |
H A D | times.c | 35 register struct tms *tmsp; in times()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | times.h | 33 struct tms { struct
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | clock.c | 45 struct tms buffer; in clock()
|
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_logging.c | 270 struct tm tms; in sip_write_xaction_to_log() local 291 localtime_r(&msg_chain->msg_timestamp, &tms)); in sip_write_xaction_to_log() 322 struct tm tms; in sip_write_dlg_to_log() local 342 localtime_r(&msg_chain->msg_timestamp, &tms)); in sip_write_dlg_to_log()
|
/titanic_44/usr/src/cmd/time/ |
H A D | time.c | 68 struct tms buffer; in main()
|