Home
last modified time | relevance | path

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

12

/titanic_50/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()
687 struct termios tms; in baudrate() local
690 if (ioctl(1, TCGETS, &tms) < 0) { in baudrate()
696 speed = cfgetospeed(&tms); in baudrate()
/titanic_50/usr/src/ucblib/libucb/port/gen/
H A Dtimes.c60 extern int _times(struct tms *);
63 times(struct tms *tmsp) in times()
/titanic_50/usr/src/uts/common/sys/
H A Dtimes.h41 struct tms { struct
62 clock_t times(struct tms *);
/titanic_50/usr/src/cmd/sh/
H A Dbltin.c88 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_50/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c675 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_50/usr/src/lib/libast/common/features/
H A Dtime22 struct tms
29 extern clock_t times(struct tms*);
/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c264 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_50/usr/src/cmd/latencytop/common/
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()
/titanic_50/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 */
/titanic_50/usr/src/uts/common/syscall/
H A Dtimes.c47 times(struct tms *tp) in times()
50 struct tms p_time; in times()
/titanic_50/usr/src/cmd/csh/
H A Dwait3.c63 struct tms before_tms; in csh_wait3()
64 struct tms after_tms; in csh_wait3()
/titanic_50/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c74 struct tms before_tms; in wait4()
75 struct tms after_tms; in wait4()
/titanic_50/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 */
/titanic_50/usr/src/lib/libc/port/gen/
H A Dwaitpid.c119 struct tms before_tms; in wait4()
120 struct tms after_tms; in wait4()
H A Dclock.c44 struct tms buffer; in clock()
/titanic_50/usr/src/cmd/bnu/
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 Dperfstat.c179 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 Dlogent.c190 struct tms tbuf; in millitick()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c171 struct tms before_tms; in wait4()
172 struct tms after_tms; in wait4()
/titanic_50/usr/src/lib/libbc/libc/compat/4.1/
H A Dtimes.c36 register struct tms *tmsp; in times()
/titanic_50/usr/src/lib/libbc/libc/compat/sys5/
H A Dtimes.c35 register struct tms *tmsp; in times()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dtimes.h33 struct tms { struct
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dclock.c45 struct tms buffer; in clock()
/titanic_50/usr/src/lib/libsip/common/
H A Dsip_logging.c270 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_50/usr/src/cmd/time/
H A Dtime.c68 struct tms buffer; in main()

12