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

12345678

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c1567 struct timeval tv; local
1578 tv.tv_sec = 2;
1579 tv.tv_usec = 0;
1631 xdr_void, NULL, tv);
H A Dnfs_subr.c4246 struct timeval tv; local
4283 tv.tv_sec = 2;
4284 tv.tv_usec = 0;
4316 xdr_void, NULL, tv);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c158 struct timeval tv; local
174 tv.tv_sec = 0;
175 GETKTIME(&tv);
186 ifs->ifs_ips_seed[i] += tv.tv_sec;
H A Dfil.c4950 struct timeval tv, delta; local
4953 GETKTIME(&tv);
4955 delta.tv_sec = tv.tv_sec - lasttime->tv_sec;
4956 delta.tv_usec = tv.tv_usec - lasttime->tv_usec;
4972 *lasttime = tv;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c3138 struct timeval32 tv; local
3143 uniqtime32(&tv);
3146 msgid.mid_time = (u_longlong_t)tv.tv_sec << 32;
3148 msgid.mid_time |= tv.tv_usec;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h1645 uint32_t tv; member in struct:_rx_training_vect::__anon8586::__anon8587
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2832 struct timeval tv; local
2848 gettimeofday(&tv, NULL);
2850 udi = g_strdup_printf ("/org/freedesktop/Hal/devices/tmp%05x", ((unsigned) tv.tv_usec & 0xfffff)) + i;
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2381 struct timeval *tvp = &asy_ppsev.tv;
3499 TIMEVAL_TO_TIMEVAL32(&p32.tv, &ppsclockev.tv);
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c3478 struct timeval tv; local
3516 if (gettimeofday(&tv, (void *)0) == 0) {
3517 if (localtime_r(&tv.tv_sec, &tp) != NULL) {
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c3533 timestruc_t tv = {0}; local
3537 tv.tv_sec = usb_ac_wait_hid;
3544 rv = ldi_getmsg(lh, &mp, &tv);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c4483 timeval_to_milli(struct timeval tv) argument
4485 return ((int)(tv.tv_sec * 1000 + tv.tv_usec / 1000 + 0.5));
/illumos-gate/usr/src/head/
H A Dmeta.h1830 extern int meta_gettimeofday(md_timeval32_t *tv);

Completed in 446 milliseconds

12345678