Searched refs:tv (Results 101 - 125 of 187) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dtmx.h72 #include <tv.h>
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtmx.h93 #include <tv.h>
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtmx.h72 #include <tv.h>
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtmx.h93 #include <tv.h>
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtmx.h72 #include <tv.h>
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c421 struct timeval32 tv; local
468 uniqtime32(&tv);
471 ul->un_head_ident = tv.tv_sec;
472 ul->un_tail_ident = tv.tv_sec;
/illumos-gate/usr/src/lib/libast/common/
H A Dllib-last119 #include <tv.h>
/illumos-gate/usr/src/boot/include/net/
H A Dif.h109 struct timeval tv; member in union:if_data::__anon25
115 #define ifi_lastchange __ifi_lastchange.tv
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c489 msincr(struct timeval *tv, uint_t msec) argument
491 tv->tv_sec += msec / MILLISEC;
492 tv->tv_usec += (msec % MILLISEC) * MILLISEC;
493 if (tv->tv_usec > MICROSEC) {
494 tv->tv_sec++;
495 tv->tv_usec -= MICROSEC;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c740 struct timeval tv, *tvp; local
753 tvp = &tv;
754 tv = evTimeVal(*tsp);
756 polltimeout = 1000 * tv.tv_sec + tv.tv_usec / 1000;
806 *tsp = evTimeSpec(tv);
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1157 struct itimerval tv; local
1301 tv.it_interval.tv_sec = TIMEOUT_SECS;
1302 tv.it_interval.tv_usec = 0;
1303 tv.it_value = tv.it_interval;
1328 (void) setitimer(ITIMER_REAL, &tv, NULL);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c639 struct timeval tv; local
693 tv.tv_sec = DEFAULT_TIMEO;
694 tv.tv_usec = 0;
716 tv, &bootparam_addr);
727 tv.tv_sec = WHOAMI_TIMEO;
728 tv.tv_usec = 0;
1699 timestruc_t tv, give_up, now; local
1711 tv = give_up;
1713 timespecsub(&tv, &now);
1719 if (tv
2102 struct timeval tv; local
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c317 timespec_t tv; local
416 gethrestime(&tv);
417 if (tv.tv_sec == RSM_UNKNOWN_INCN)
418 tv.tv_sec = 1;
419 path->local_incn = (int64_t)tv.tv_sec;
1407 timespec_t tv; local
1496 gethrestime(&tv);
1497 if (tv.tv_sec == RSM_UNKNOWN_INCN)
1498 tv.tv_sec = 1;
1499 path->local_incn = (int64_t)tv
[all...]
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c580 printtime(tv)
581 time_t tv;
587 if (!krb5_timestamp_to_sfstring((krb5_timestamp) tv, timestring,
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1642 struct timeval tv; local
1651 SCF_PROPERTY_STATE_TIMESTAMP, &tv, 0);
1654 SCF_TYPE_TIME, &tv, NULL, 0);
1665 /* tv should be valid so we'll format it */
1666 then = (time_t)tv.tv_sec;
1698 struct timeval tv; local
1703 SCF_PROPERTY_STATE_TIMESTAMP, &tv, 0);
1706 SCF_TYPE_TIME, &tv, NULL, 0);
1713 sec = tv.tv_sec;
1714 us = tv
2430 struct timeval tv; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c866 md_timeval32_t tv; local
890 mt_state = mt_flags_to_name(transp, &tv, tstate & MD_DEV_ERRORED);
892 timep = meta_print_time(&tv);
1173 md_timeval32_t tv; local
1227 ml_state = mt_l_error_to_name(transp, &tv, tstate & MD_DEV_ERRORED);
1229 timep = meta_print_time(&tv);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c84 struct timeval tv; local
106 adr_int64(&adr, (int64_t *)&tv, 2); /* time & date */
108 adr_int32(&adr, (int32_t *)&tv, 2); /* time & date */
125 struct timeval tv; local
168 adr_int64(&adr, (int64_t *)&tv, 2); /* time & date */
170 adr_int32(&adr, (int32_t *)&tv, 2); /* time & date */
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1570 struct timeval tv; local
1584 (void) gettimeofday(&tv, (struct timezone *)0);
1585 tp = localtime(&tv.tv_sec);
1703 struct timeval tv; local
1717 (void) gettimeofday(&tv, (struct timezone *)0);
1718 tp = localtime(&tv.tv_sec);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2345 struct timeval tv; local
2377 tv.tv_sec = timeoutSec;
2378 tv.tv_usec = 0;
2379 ldap_rc = ldap_result(ld, msgId, 0, &tv, &resultMsg);
2443 struct timeval tv; local
2519 tv.tv_sec = timeoutSec;
2520 tv.tv_usec = 0;
2523 &tv, &resultMsg);
H A Dns_standalone.c843 struct timeval tv = {NS_DEFAULT_SEARCH_TIMEOUT, 0}; local
854 attrs, 0, NULL, NULL, &tv, 0, &resultMsg);
912 &tv,
976 struct timeval tv = {NS_DEFAULT_SEARCH_TIMEOUT, 0}; local
995 &tv,
1306 struct timeval tv = {NS_DEFAULT_SEARCH_TIMEOUT, 0}; local
1408 tv.tv_sec = **((int **)paramVal);
1427 &tv,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c438 struct timeval tv; local
439 gettimeofday(&tv, NULL);
440 localtime_r((time_t*)&tv.tv_sec, &tm);
441 ms = tv.tv_usec/1000;
1226 struct timeval tv;
1243 tv.tv_sec = timeOut;
1244 tv.tv_usec = 0;
1246 result = select(nfds, &readfds, (fd_set*)NULL, (fd_set*)NULL, &tv);
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h445 int itimerfix(struct timeval *tv);
450 int tvtohz(struct timeval *tv);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c1136 struct timeval tv[1]; local
1138 (void) gettimeofday(tv, NULL);
1139 i = (unsigned long long) tv->tv_sec * 1000;
1140 i += tv->tv_usec / 1000;
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c1131 struct timeval tv; local
1144 (void) gettimeofday(&tv, NULL);
1145 msg_xid = (uint32_t)((tv.tv_sec << 20) |
1146 (tv.tv_usec >> 10));
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_adm.c727 timespec_t tv; local
754 tv.tv_sec = nsec / NANOSEC;
755 tv.tv_nsec = nsec % NANOSEC;
764 (void) nanosleep(&tv, NULL); /* wait for checkpoints */

Completed in 282 milliseconds

12345678