Searched refs:tv_sec (Results 1 - 25 of 683) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dscheduler.h65 #define TVLESS(a,b) ((a).tv_sec == (b).tv_sec ? \
67 ((a).tv_sec < (b).tv_sec))
68 #define TVLESSEQ(a,b) ((a).tv_sec == (b).tv_sec ? \
70 ((a).tv_sec <= (b).tv_sec))
71 #define TVGT(a,b) ((a).tv_sec == (b).tv_sec
[all...]
H A Dscheduler.c39 zero.tv_sec = 0;
83 then.tv_sec = events->tv.tv_sec - now.tv_sec;
87 then.tv_sec -= 1;
90 if ((then.tv_sec <= 0) && (then.tv_usec <= 0))
131 tv.tv_sec += diff.tv_sec;
135 tv.tv_sec++;
183 tv.tv_sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Drealcalls.c29 tv[0].tv_sec = buf->actime;
31 tv[1].tv_sec = buf->modtime;
43 buf.actime = tv[0].tv_sec;
44 buf.modtime = tv[1].tv_sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dclock.h56 time_t tv_sec; /* seconds */ member in struct:__anon2018
62 #define timespecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0)
64 #define timespecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec)
67 (((tvp)->tv_sec == (uvp)->tv_sec) ? \
69 ((tvp)->tv_sec cmp (uvp)->tv_sec))
77 (vvp)->tv_sec += (uvp)->tv_sec; \
80 (vvp)->tv_sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtimeval.c36 now.tv_sec = milliseconds / 1000;
55 now.tv_sec = tsnow.tv_sec;
68 now.tv_sec = (long)time(NULL);
97 now.tv_sec = (long)time(NULL);
112 return (newer.tv_sec-older.tv_sec)*1000+
123 return (double)(newer.tv_sec-older.tv_sec)+
130 return t1.tv_sec;
[all...]
H A Dsplay.h55 #define Curl_splaycomparekeys(i,j) ( ((i.tv_sec) < (j.tv_sec)) ? -1 : \
56 ( ((i.tv_sec) > (j.tv_sec)) ? 1 : \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_util.c39 now.tv_sec = milliseconds / 1000;
58 now.tv_sec = tsnow.tv_sec;
71 now.tv_sec = (long)time(NULL);
100 now.tv_sec = (long)time(NULL);
115 return (newer.tv_sec-older.tv_sec)*1000+
126 return (double)(newer.tv_sec-older.tv_sec)+
133 return t1.tv_sec;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtestutil.c39 now.tv_sec = milliseconds / 1000;
58 now.tv_sec = tsnow.tv_sec;
71 now.tv_sec = (long)time(NULL);
100 now.tv_sec = (long)time(NULL);
115 return (newer.tv_sec-older.tv_sec)*1000+
126 return (double)(newer.tv_sec-older.tv_sec)+
133 return t1.tv_sec;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dtimer.h34 #define TIMEVAL_LT(a, b) (((a).tv_sec < (b).tv_sec) ||\
35 (((a).tv_sec == (b).tv_sec) && \
38 #define TIMEVAL_LEQ(a, b) (((a).tv_sec < (b).tv_sec) ||\
39 (((a).tv_sec == (b).tv_sec) &&\
42 #define TIMEVAL_EQUAL(a, b) ((a).tv_sec == (b).tv_sec
[all...]
H A Dtimer.c66 result->tv_sec = a->tv_sec + b->tv_sec;
70 result->tv_sec = a->tv_sec + b->tv_sec + 1;
81 result->tv_sec = a->tv_sec - b->tv_sec;
85 result->tv_sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dtime.c22 return ts.tv_sec * 1000000ULL + ts.tv_nsec/1000;
29 return ts.tv_sec;
36 return tv.tv_sec * 1000000ULL + tv.tv_usec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval-test.c37 printf("%li.%li\n", a.tv_sec, a.tv_usec);
40 printf("%li.%li\n", a.tv_sec, a.tv_usec);
H A Dtimeval.c36 if (a->tv_sec < b->tv_sec)
39 if (a->tv_sec > b->tv_sec)
58 return ((AvahiUsec) a->tv_sec - b->tv_sec)*1000000 + a->tv_usec - b->tv_usec;
69 a->tv_sec += (long) (-1 + (u / 1000000));
72 a->tv_sec += (long) (u / 1000000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtime.h13 time_t tv_sec; /* seconds */ member in struct:timespec
19 time_t tv_sec; /* seconds */ member in struct:timeval
41 return (a->tv_sec == b->tv_sec) && (a->tv_nsec == b->tv_nsec);
51 if (lhs->tv_sec < rhs->tv_sec)
53 if (lhs->tv_sec > rhs->tv_sec)
60 if (lhs->tv_sec < rhs->tv_sec)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtime.c66 xtime.tv_sec > last_rtc_update + 660 &&
69 if (set_rtc_mmss(xtime.tv_sec) == 0)
70 last_rtc_update = xtime.tv_sec;
72 last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */
113 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
115 wall_to_monotonic.tv_sec = -xtime.tv_sec;
132 sec = xtime.tv_sec;
141 tv->tv_sec = sec;
149 time_t wtm_sec, sec = tv->tv_sec;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsysdep.c26 inode->i_ctime.tv_sec += diff;
27 inode->i_atime.tv_sec += diff;
28 inode->i_mtime.tv_sec += diff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_clock.c27 tp->tv_sec =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Ddelay.c29 delay->it_value.tv_sec = delay_secs;
52 delay->it_value.tv_sec = delay_usecs - delay->it_value.tv_usec;
54 if (delay->it_value.tv_sec)
55 delay->it_value.tv_sec = delay->it_value.tv_sec / 100;
59 delay->it_value.tv_sec,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dtimer.c48 if ((next.it_value.tv_sec > 0) ||
49 ((next.it_value.tv_sec == 0) && (next.it_value.tv_usec > 0)))
52 next.it_value.tv_sec, next.it_value.tv_usec);
56 next.it_value.tv_sec, next.it_value.tv_usec, strerror(errno));
76 firein.tv_sec = (long)secs;
77 firein.tv_usec = (long)((secs - (double)firein.tv_sec) * 1000000);
79 dlog(LOG_DEBUG, 5, "setting timer: %ld secs %ld usecs", firein.tv_sec, firein.tv_usec);
93 } while ((tm->expires.tv_sec > lst->expires.tv_sec) ||
94 ((tm->expires.tv_sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dtime.c222 xtime.tv_sec > last_rtc_update + 660 &&
227 if (set_rtc_mmss(xtime.tv_sec) == 0)
228 last_rtc_update = xtime.tv_sec;
231 last_rtc_update = xtime.tv_sec - 600;
253 xtime.tv_sec = secs_since_1970;
256 wall_to_monotonic.tv_sec = -xtime.tv_sec;
271 sec = xtime.tv_sec;
281 tv->tv_sec = sec;
288 time_t wtm_sec, sec = tv->tv_sec;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dtime.c101 time_before((unsigned long)xtime.tv_sec, next_rtc_update))
112 next_rtc_update = xtime.tv_sec + 60;
114 next_rtc_update = xtime.tv_sec + 660;
128 sec = xtime.tv_sec;
138 tv->tv_sec = sec;
160 tv->tv_sec--;
163 xtime.tv_sec = tv->tv_sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtime.c84 xtime.tv_sec = mktime(time.tm_year, time.tm_mon, time.tm_mday,
88 wall_to_monotonic.tv_sec = -xtime.tv_sec;
116 sec = xtime.tv_sec;
126 tv->tv_sec = sec;
134 time_t wtm_sec, sec = tv->tv_sec;
149 wtm_sec = wall_to_monotonic.tv_sec + (xtime.tv_sec - sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dtime.h40 * present) tv_sec and a long tv_nsec where tv_sec is the number of 1-second
42 * 1-nano-second intervals since the value of tv_sec.
54 return cpu_to_sle64((s64)ts.tv_sec * 10000000 + ts.tv_nsec / 100 +
77 * present) tv_sec and a long tv_nsec where tv_sec is the number of 1-second
79 * 1-nano-second intervals since the value of tv_sec.
96 ts.tv_sec = t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dtime.c33 tv->tv_sec = mktime(2000, 1, 1, 0, 0, 0);
67 sec = xtime.tv_sec;
76 tv->tv_sec = sec;
83 time_t wtm_sec, sec = tv->tv_sec;
98 wtm_sec = wall_to_monotonic.tv_sec + (xtime.tv_sec - sec);
141 xtime.tv_sec > last_rtc_update + 660 &&
144 if (rtc_sh_set_time(xtime.tv_sec) == 0)
145 last_rtc_update = xtime.tv_sec;
148 last_rtc_update = xtime.tv_sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dhtimestampxa.c12 ts->Sec = timeNow.tv_sec;

Completed in 295 milliseconds

1234567891011>>