Searched refs:time (Results 1 - 25 of 972) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/include/nonunix/sys/
H A Dtime.h1 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/contrib/python-uuid/
H A Dtest.py3 import time namespace
7 time = time.time() variable
11 print u, "...", time
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.h31 # include <time.h>
35 # include <sys/time.h>
36 # include <time.h>
39 # include <sys/time.h>
41 # include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_time.c10 #include <time.h>
41 parse_time(const char *time) argument
45 if (sscanf(time, "%d:%d:%d", &hours, &minutes, &seconds) == 3)
50 "invalid time `%s' specified, should be HH:MM:SS format", time);
139 print_days(const struct ipt_time_info *time) argument
145 if (time->days_match & (1 << i)) {
158 struct ipt_time_info *time = ((struct ipt_time_info *)match->data); local
161 time->time_start / (60 * 60), (time
171 struct ipt_time_info *time = ((struct ipt_time_info *)match->data); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Driotime.h56 #define RioTimeToLow(time) (time*(100000 / 64))
57 #define RioLowToTime(time) ((time*64)/100000)
/asus-wl-520gu-7.0.1.45/src/router/igmpproxy/src/
H A Dcallout.c46 int time; // Time offset for next event member in struct:timeOutQueue
84 if (ptr->time > elapsed_time) {
85 ptr->time -= elapsed_time;
88 elapsed_time -= ptr->time;
117 if (queue->time < 0) {
119 queue->time);
122 return queue->time;
145 node->time = delay;
160 if (delay < ptr->time) {
169 ptr->time
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Defi-rtc.c49 ioc3_get_time(efi_time_t *time, efi_time_cap_t *caps) argument
56 memset(time, 0, sizeof(*time));
62 time->year = BCD_TO_INT(read_io_port(RTC_SGS_YEAR_ADDR)) + YRREF;
63 time->month = BCD_TO_INT(read_io_port(RTC_SGS_MONTH_ADDR));
64 time->day = BCD_TO_INT(read_io_port(RTC_SGS_DATE_ADDR));
65 time->hour = BCD_TO_INT(read_io_port(RTC_SGS_HOUR_ADDR));
66 time->minute = BCD_TO_INT(read_io_port(RTC_SGS_MIN_ADDR));
67 time->second = BCD_TO_INT(read_io_port(RTC_SGS_SEC_ADDR));
68 time
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dtimex.h10 #include <linux/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dtimex.h10 #include <linux/time.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dinline.c21 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dcache_file.h31 # include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dtime_string.c30 #include <time.h>
36 * Return the standard ls-like time string from a time_t
45 time(&now);
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpqueue.h4 #include <time.h>
5 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Ddosfsde.c15 #include <time.h>
16 #include <sys/time.h>
H A Drcamd.c15 #include <time.h>
16 #include <sys/time.h>
H A Dwaveserver.c15 #include <time.h>
16 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Ddosfsde.c15 #include <time.h>
16 #include <sys/time.h>
H A Drcamd.c15 #include <time.h>
16 #include <sys/time.h>
H A Dwaveserver.c15 #include <time.h>
16 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dintermezzo_journal.h22 int time; member in struct:journal_suffix
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dintermezzo_journal.h22 int time; member in struct:journal_suffix
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A Deventpriv.h22 #include <sys/time.h>
31 struct timeval tmout; /* Absolute time for timeout */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dhwt.c52 * u_long time) ;
56 * time - The time in units of 16us to load the timer with.
63 void hwt_start(smc, time)
65 u_long time ;
69 if (time > HWT_MAX)
70 time = HWT_MAX ;
72 smc->hw.t_start = time ;
75 cnt = (u_short)time ;
77 * if time < 1
245 u_long time ; local
250 outpd(ADDR(B2_TI_INI),time) ; local
[all...]
H A Dsmttimer.c73 void smt_timer_start(smc,timer,time,token)
76 u_long time ;
83 time /= 16 ; /* input is uS, clock ticks are 16uS */
84 if (!time)
85 time = 1 ;
93 timer->tm_delta = time ;
94 hwt_start(smc,time) ;
107 if (delta + tm->tm_delta > time) {
115 timer->tm_delta = time - delta ;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dcredentials.c84 SIVAL(time_cred.data, 0, IVAL(stor_cred->data, 0) + timestamp.time);
94 DEBUG(5,(" timestamp: %x\n" , timestamp.time));
150 /* increment client time by one second */
151 new_clnt_time.time = sto_clnt_cred->timestamp.time + 1;
160 /* first 4 bytes of the new seed is old client 4 bytes + clnt time + 1 */
162 new_cred += new_clnt_time.time;
191 /* increment client time by one second */
192 new_clnt_time.time = rcv_clnt_cred->timestamp.time
[all...]

Completed in 262 milliseconds

1234567891011>>