Searched refs:tv (Results 401 - 425 of 1596) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/bridge/brctl/
H A Dbrctl_disp.c33 void br_show_timer(const struct timeval *tv) argument
35 printf("%4i.%.2i", (int)tv->tv_sec, (int)tv->tv_usec/10000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/bridge/libbridge/
H A Dlibbridge_devif.c95 struct timeval *tv)
102 memset(tv, 0, sizeof(tv));
106 __jiffies_to_tv(tv, strtoul(attr->value, NULL, 0));
364 int br_set_bridge_forward_delay(const char *br, struct timeval *tv) argument
366 return br_set(br, "forward_delay", __tv_to_jiffies(tv),
370 int br_set_bridge_hello_time(const char *br, struct timeval *tv) argument
372 return br_set(br, "hello_time", __tv_to_jiffies(tv),
376 int br_set_bridge_max_age(const char *br, struct timeval *tv) argument
378 return br_set(br, "max_age", __tv_to_jiffies(tv),
94 fetch_tv(struct sysfs_directory *sdir, const char *name, struct timeval *tv) argument
382 br_set_ageing_time(const char *br, struct timeval *tv) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Devthread_pthread.c135 evthread_posix_cond_wait(void *_cond, void *_lock, const struct timeval *tv) argument
141 if (tv) {
145 evutil_timeradd(&now, tv, &abstime);
H A Dratelim-internal.h72 /** In which tick does 'tv' fall according to 'cfg'? Note that ticks can
74 ev_uint32_t ev_token_bucket_get_tick(const struct timeval *tv,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Devthread_pthread.c135 evthread_posix_cond_wait(void *_cond, void *_lock, const struct timeval *tv) argument
141 if (tv) {
145 evutil_timeradd(&now, tv, &abstime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Devthread_pthread.c135 evthread_posix_cond_wait(void *_cond, void *_lock, const struct timeval *tv) argument
141 if (tv) {
145 evutil_timeradd(&now, tv, &abstime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb10/libusb/
H A Dio.c1638 * \param tv maximum timeout for this blocking function. A NULL value
1644 API_EXPORTED int libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) argument
1650 if (tv == NULL) {
1661 timeout.tv_sec += tv->tv_sec;
1662 timeout.tv_nsec += tv->tv_usec * 1000;
1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv) argument
1804 timeout_ms = (tv->tv_sec * 1000) + (tv->tv_usec / 1000);
1807 if (tv->tv_usec % 1000)
1882 static int get_next_timeout(libusb_context *ctx, struct timeval *tv, argument
1922 libusb_handle_events_timeout(libusb_context *ctx, struct timeval *tv) argument
1978 struct timeval tv; local
2001 libusb_handle_events_locked(libusb_context *ctx, struct timeval *tv) argument
2085 libusb_get_next_timeout(libusb_context *ctx, struct timeval *tv) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb10/libusb/
H A Dio.c1638 * \param tv maximum timeout for this blocking function. A NULL value
1644 API_EXPORTED int libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) argument
1650 if (tv == NULL) {
1661 timeout.tv_sec += tv->tv_sec;
1662 timeout.tv_nsec += tv->tv_usec * 1000;
1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv) argument
1804 timeout_ms = (tv->tv_sec * 1000) + (tv->tv_usec / 1000);
1807 if (tv->tv_usec % 1000)
1882 static int get_next_timeout(libusb_context *ctx, struct timeval *tv, argument
1922 libusb_handle_events_timeout(libusb_context *ctx, struct timeval *tv) argument
1978 struct timeval tv; local
2001 libusb_handle_events_locked(libusb_context *ctx, struct timeval *tv) argument
2085 libusb_get_next_timeout(libusb_context *ctx, struct timeval *tv) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb10/libusb/
H A Dio.c1638 * \param tv maximum timeout for this blocking function. A NULL value
1644 API_EXPORTED int libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) argument
1650 if (tv == NULL) {
1661 timeout.tv_sec += tv->tv_sec;
1662 timeout.tv_nsec += tv->tv_usec * 1000;
1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv) argument
1804 timeout_ms = (tv->tv_sec * 1000) + (tv->tv_usec / 1000);
1807 if (tv->tv_usec % 1000)
1882 static int get_next_timeout(libusb_context *ctx, struct timeval *tv, argument
1922 libusb_handle_events_timeout(libusb_context *ctx, struct timeval *tv) argument
1978 struct timeval tv; local
2001 libusb_handle_events_locked(libusb_context *ctx, struct timeval *tv) argument
2085 libusb_get_next_timeout(libusb_context *ctx, struct timeval *tv) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/ip/
H A Drtmon.c36 struct timeval tv; local
43 gettimeofday(&tv, NULL);
44 ((__u32*)NLMSG_DATA(n1))[0] = tv.tv_sec;
45 ((__u32*)NLMSG_DATA(n1))[1] = tv.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Drtmon.c35 struct timeval tv; local
42 gettimeofday(&tv, NULL);
43 ((__u32*)NLMSG_DATA(n1))[0] = tv.tv_sec;
44 ((__u32*)NLMSG_DATA(n1))[1] = tv.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dscript.c128 struct timeval tv; local
131 gettimeofday(&tv, NULL);
132 newtime = tv.tv_sec + (double) tv.tv_usec / 1000000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/libtest/
H A Dtest.h71 struct timeval *tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Djim-win32compat.h48 int gettimeofday(struct timeval *tv, void *unused);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/hspot/util/
H A Dtrace.c30 struct timeval tv; local
40 gettimeofday(&tv, NULL);
41 localtime_r(&tv.tv_sec, &tm);
44 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)tv.tv_usec / 1000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/libtest/
H A Dtest.h71 struct timeval *tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dscript.c128 struct timeval tv; local
131 gettimeofday(&tv, NULL);
132 newtime = tv.tv_sec + (double) tv.tv_usec / 1000000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmotion-test.c69 struct timeval tv; local
70 gettimeofday(&tv,NULL);
71 return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtspenc.c105 struct timeval tv; local
115 tv.tv_sec = 0;
116 tv.tv_usec = 0;
117 n = select(tcp_fd + 1, &rfds, NULL, NULL, &tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dtime.c234 struct timeval tv; local
236 GetTimeOfDay(&tv);
237 return timeval_string(ctx, &tv, hires);
416 struct timespec convert_timeval_to_timespec(const struct timeval tv) argument
419 ts.tv_sec = tv.tv_sec;
420 ts.tv_nsec = tv.tv_usec * 1000;
430 struct timeval tv; local
431 tv.tv_sec = ts.tv_sec;
432 tv.tv_usec = ts.tv_nsec / 1000;
433 return tv;
442 struct timeval tv; local
496 struct timeval tv = convert_timespec_to_timeval(*ts); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/libtest/
H A Dtest.h71 struct timeval *tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dscript.c128 struct timeval tv; local
131 gettimeofday(&tv, NULL);
132 newtime = tv.tv_sec + (double) tv.tv_usec / 1000000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmotion-test.c69 struct timeval tv; local
70 gettimeofday(&tv,NULL);
71 return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtspenc.c105 struct timeval tv; local
115 tv.tv_sec = 0;
116 tv.tv_usec = 0;
117 n = select(tcp_fd + 1, &rfds, NULL, NULL, &tv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/test/
H A Dtest-changelist.c169 struct timeval tv; local
194 tv.tv_sec = 5;
195 tv.tv_usec = 0;
197 evtimer_add(timeout, &tv);

Completed in 322 milliseconds

<<11121314151617181920>>