HomeSort by relevance Sort by last modified time
    Searched defs:tms (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
times.h 33 struct tms { struct
41 clock_t times(/* struct tms *tmsp */);
  /onnv/onnv-gate/usr/src/uts/common/sys/
times.h 40 struct tms { struct
62 clock_t times(struct tms *);
  /onnv/onnv-gate/usr/src/cmd/fps/fptest/
util.c 58 struct tm tms; local
75 (void) localtime_r(&ts, &tms);
78 (void) strftime(msg_buf, sizeof (msg_buf), "%x %X ", &tms);
  /onnv/onnv-gate/usr/src/cmd/sh/
bltin.c 88 struct tms tms; local
90 times(&tms);
91 prt(tms.tms_cutime);
93 prt(tms.tms_cstime);
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nisls.c 86 char *tms; local
135 tms = ctime((time_t *)&(ent->zo_oid.mtime));
137 tms = ctime((time_t *)&(ent->zo_oid.ctime));
138 *(tms+strlen(tms)-1) = '\0';
139 printf("%s ", tms);
  /onnv/onnv-gate/usr/src/lib/libsip/common/
sip_logging.c 270 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));
  /onnv/onnv-gate/usr/src/cmd/latencytop/common/
util.c 113 struct tm tms; local
118 (void) gmtime_r(&t, &tms);
119 (void) asctime_r(&tms, buffer, len);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
ex_dscp.c 675 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);
  /onnv/onnv-gate/usr/src/cmd/lp/model/
lp.cat.c 404 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);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
test_dstore.c 66 volatile int tms; variable
151 block = (random() & (douwork - 1)) + (tms / 0x200) + 1;
157 block = (tms / 0x200) + 1;
163 (void) write(fd, (char *)timp, tms);
880 tms = threads * sizeof (thread_t);
882 tms *= 2;
883 tp = malloc(tms);
884 tms = (threads * sizeof (time_t) + 0x200) & ~(0x200 - 1);
886 tms *= 2;
887 timp = malloc(tms);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/etm/
etm_xport_api_dd.c 264 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, NULL); /* delay [for resp capture] *
    [all...]
etm.c 735 struct timespec tms; /* for nanosleep() */ local
737 tms.tv_sec = sleep_sec;
738 tms.tv_nsec = 0;
740 if (nanosleep(&tms, NULL) < 0) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/event-transport/
etm.c 1142 struct timespec tms; local
1164 tms.tv_sec = 0;
1165 tms.tv_nsec = (cnt * 10000);
1166 (void) nanosleep(&tms, NULL);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
main.c 255 struct tms tms; local
281 starttime = times(&tms); /* for elapsed timing */
799 struct tms tms; local
867 report(pri, times(&tms) - starttime);
    [all...]
expound.c 389 struct tms tms; local
395 if (Pread(Proc, &tms, sizeof (tms), offset)
396 != sizeof (tms))
411 tms.tms_utime = (unsigned)tms32.tms_utime;
412 tms.tms_stime = (unsigned)tms32.tms_stime;
413 tms.tms_cutime = (unsigned)tms32.tms_cutime;
414 tms.tms_cstime = (unsigned)tms32.tms_cstime;
420 tms.tms_utime
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
main.c 2108 struct tm tms; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
init.c 530 # define tms timeval macro
539 struct tms tp;
564 struct tms tp;
575 struct tms tp;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
pkcs11_spi.c 2887 struct tm tms; local
    [all...]

Completed in 3959 milliseconds