Searched refs:tv (Results 1 - 25 of 1596) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbwrapper/
H A Drealcalls.c28 struct timeval tv[2]; local
30 tv[0].tv_sec = buf->actime;
31 tv[0].tv_usec = 0;
32 tv[1].tv_sec = buf->modtime;
33 tv[1].tv_usec = 0;
35 return real_utimes(name, &tv[0]);
40 int real_utimes(const char *name, struct timeval tv[2]) argument
44 buf.actime = tv[0].tv_sec;
45 buf.modtime = tv[1].tv_sec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbwrapper/
H A Drealcalls.c28 struct timeval tv[2]; local
30 tv[0].tv_sec = buf->actime;
31 tv[0].tv_usec = 0;
32 tv[1].tv_sec = buf->modtime;
33 tv[1].tv_usec = 0;
35 return real_utimes(name, &tv[0]);
40 int real_utimes(const char *name, struct timeval tv[2]) argument
44 buf.actime = tv[0].tv_sec;
45 buf.modtime = tv[1].tv_sec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbwrapper/
H A Drealcalls.c28 struct timeval tv[2]; local
30 tv[0].tv_sec = buf->actime;
31 tv[0].tv_usec = 0;
32 tv[1].tv_sec = buf->modtime;
33 tv[1].tv_usec = 0;
35 return real_utimes(name, &tv[0]);
40 int real_utimes(const char *name, struct timeval tv[2]) argument
44 buf.actime = tv[0].tv_sec;
45 buf.modtime = tv[1].tv_sec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dshaper.c42 shaper_soonest_event (struct timeval *tv, int delay) argument
47 if (tv->tv_sec)
49 tv->tv_sec = 0;
50 tv->tv_usec = delay;
53 else if (delay < tv->tv_usec)
55 tv->tv_usec = delay;
64 if (sec < tv->tv_sec)
66 tv->tv_sec = sec;
67 tv->tv_usec = usec;
70 else if (sec == tv
[all...]
H A Dotime.c71 update_now_usec (struct timeval *tv) argument
74 update_now (tv->tv_sec);
75 if (now > last || (now == last && tv->tv_usec > now_usec))
76 now_usec = tv->tv_usec;
85 tv_string (const struct timeval *tv, struct gc_arena *gc) argument
89 (int) tv->tv_sec,
90 (int )tv->tv_usec);
100 tv_string_abs (const struct timeval *tv, struct gc_arena *gc) argument
102 return time_string ((time_t) tv->tv_sec,
103 (int) tv
114 struct timeval tv; local
186 struct timeval tv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dshaper.c42 shaper_soonest_event (struct timeval *tv, int delay) argument
47 if (tv->tv_sec)
49 tv->tv_sec = 0;
50 tv->tv_usec = delay;
53 else if (delay < tv->tv_usec)
55 tv->tv_usec = delay;
64 if (sec < tv->tv_sec)
66 tv->tv_sec = sec;
67 tv->tv_usec = usec;
70 else if (sec == tv
[all...]
H A Dotime.c71 update_now_usec (struct timeval *tv) argument
74 update_now (tv->tv_sec);
75 if (now > last || (now == last && tv->tv_usec > now_usec))
76 now_usec = tv->tv_usec;
85 tv_string (const struct timeval *tv, struct gc_arena *gc) argument
89 (int) tv->tv_sec,
90 (int )tv->tv_usec);
100 tv_string_abs (const struct timeval *tv, struct gc_arena *gc) argument
102 return time_string ((time_t) tv->tv_sec,
103 (int) tv
114 struct timeval tv; local
186 struct timeval tv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dshaper.c42 shaper_soonest_event (struct timeval *tv, int delay) argument
47 if (tv->tv_sec)
49 tv->tv_sec = 0;
50 tv->tv_usec = delay;
53 else if (delay < tv->tv_usec)
55 tv->tv_usec = delay;
64 if (sec < tv->tv_sec)
66 tv->tv_sec = sec;
67 tv->tv_usec = usec;
70 else if (sec == tv
[all...]
H A Dotime.c71 update_now_usec (struct timeval *tv) argument
74 update_now (tv->tv_sec);
75 if (now > last || (now == last && tv->tv_usec > now_usec))
76 now_usec = tv->tv_usec;
85 tv_string (const struct timeval *tv, struct gc_arena *gc) argument
89 (int) tv->tv_sec,
90 (int )tv->tv_usec);
100 tv_string_abs (const struct timeval *tv, struct gc_arena *gc) argument
102 return time_string ((time_t) tv->tv_sec,
103 (int) tv
114 struct timeval tv; local
186 struct timeval tv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtimer_32.h16 BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv)
17 #define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dtimer_32.h16 BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv)
17 #define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dgettime.c41 struct timeval tv;
42 gettimeofday (&tv, NULL);
43 ts->tv_sec = tv.tv_sec;
44 ts->tv_nsec = tv.tv_usec * 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dgettime.c41 struct timeval tv;
42 gettimeofday (&tv, NULL);
43 ts->tv_sec = tv.tv_sec;
44 ts->tv_nsec = tv.tv_usec * 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/security/secfrw/include/
H A Dbcmseclib_timer_os.h26 bcmseclib_os_get_time(bcmseclib_time_t *tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/security/secfrw/tmr/
H A Dbcmseclib_linux_timer.c23 struct timeval tv; local
26 ret = gettimeofday(&tv, NULL);
27 time->sec = tv.tv_sec;
28 time->usec = tv.tv_usec;
H A Dbcmseclib_symbian_timer.c23 struct timeval tv; local
26 ret = gettimeofday(&tv, NULL);
27 time->sec = tv.tv_sec;
28 time->usec = tv.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dgettime.c41 struct timeval tv;
42 gettimeofday (&tv, NULL);
43 ts->tv_sec = tv.tv_sec;
44 ts->tv_nsec = tv.tv_usec * 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Dtimeeventq-test.c39 struct timeval tv = {0, 0}; local
42 avahi_elapse_time(&tv, 1000, 100);
43 avahi_time_event_update(e, &tv);
47 struct timeval tv; local
54 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(1));
55 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Dtimeeventq-test.c39 struct timeval tv = {0, 0}; local
42 avahi_elapse_time(&tv, 1000, 100);
43 avahi_time_event_update(e, &tv);
47 struct timeval tv; local
54 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(1));
55 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Dtimeeventq-test.c39 struct timeval tv = {0, 0}; local
42 avahi_elapse_time(&tv, 1000, 100);
43 avahi_time_event_update(e, &tv);
47 struct timeval tv; local
54 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(1));
55 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Dbfad_os.c26 bfa_os_gettimeofday(struct bfa_timeval_s *tv) argument
31 tv->tv_sec = (u32) tmp_tv.tv_sec;
32 tv->tv_usec = (u32) tmp_tv.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_os.c26 bfa_os_gettimeofday(struct bfa_timeval_s *tv) argument
31 tv->tv_sec = (u32) tmp_tv.tv_sec;
32 tv->tv_usec = (u32) tmp_tv.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dtimevar.h100 timevar_push (timevar_id_t tv) argument
103 timevar_push_1 (tv);
107 timevar_pop (timevar_id_t tv) argument
110 timevar_pop_1 (tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dtimevar.h102 timevar_push (timevar_id_t tv) argument
105 timevar_push_1 (tv);
109 timevar_pop (timevar_id_t tv) argument
112 timevar_pop_1 (tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dtime.c55 struct timeval tv; local
57 gettimeofday(&tv, NULL);
59 context->kdc_sec_offset = sec - tv.tv_sec;
66 context->kdc_usec_offset = usec - tv.tv_usec;
73 context->kdc_usec_offset = tv.tv_usec;
99 struct timeval tv; local
101 gettimeofday (&tv, NULL);
103 *sec = tv.tv_sec + context->kdc_sec_offset;
104 *usec = tv.tv_usec; /* XXX */

Completed in 180 milliseconds

1234567891011>>