Searched refs:time (Results 176 - 200 of 972) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dio_manager.c11 #include <time.h>
H A Dread_bb.c18 #include <time.h>
H A Dtst_byteswap.c18 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dservice.c36 time(&now);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Drtacct.c19 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dvsyscall.h4 #include <linux/time.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Delfcore.h6 #include <linux/time.h>
37 struct timeval pr_utime; /* User time */
38 struct timeval pr_stime; /* System time */
39 struct timeval pr_cutime; /* Cumulative user time */
40 struct timeval pr_cstime; /* Cumulative system time */
H A Djoystick.h50 __u32 time; /* event timestamp in milliseconds */ member in struct:js_event
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dvsyscall.h4 #include <linux/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Delfcore.h6 #include <linux/time.h>
37 struct timeval pr_utime; /* User time */
38 struct timeval pr_stime; /* System time */
39 struct timeval pr_cutime; /* Cumulative user time */
40 struct timeval pr_cstime; /* Cumulative system time */
H A Djoystick.h50 __u32 time; /* event timestamp in milliseconds */ member in struct:js_event
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/linux/
H A Dlinux_main.c26 #include <time.h> // for time
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dldap_utils.c41 time(NULL) - ads->last_attempt < ADS_RECONNECT_TIME) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbind_nss_config.h56 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dsysctl.c142 unsigned long time = runtime; /* time in us */ local
143 CDEBUG(D_SPECIAL, "time: %ld\n", time);
150 pentry->time_sum += time;
151 pentry->time_squared_sum += time*time;
366 len += sprintf( buffer + len,"%-79s\n", "upcall count avg time(us) std deviation(us)");
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dhp100.c1441 unsigned long time;
1461 /* Wait 1.3ms (10Mb max packet time) to ensure MAC is idle so
1465 for (time = 0; time < 5000; time++) {
1476 for (time = 0; time < 32000; time++) {
1486 for (time = 0; time < 1000
1438 unsigned long time; local
2556 unsigned long time; local
2671 unsigned long time; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dmisc.c250 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
252 int date_dos2unix(unsigned short time,unsigned short date) argument
260 secs = (time & 31)*2+60*((time >> 5) & 63)+(time >> 11)*3600+86400*
269 /* Convert linear UNIX date to a MS-DOS time/date pair. */
271 void fat_date_unix2dos(int unix_date,unsigned short *time, argument
278 /* Jan 1 GMT 00:00:00 1980. But what about another time zone? */
282 *time = (unix_date % 60)/2+(((unix_date/60) % 60) << 5)+
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dmisc.c250 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
252 int date_dos2unix(unsigned short time,unsigned short date) argument
260 secs = (time & 31)*2+60*((time >> 5) & 63)+(time >> 11)*3600+86400*
269 /* Convert linear UNIX date to a MS-DOS time/date pair. */
271 void fat_date_unix2dos(int unix_date,unsigned short *time, argument
278 /* Jan 1 GMT 00:00:00 1980. But what about another time zone? */
282 *time = (unix_date % 60)/2+(((unix_date/60) % 60) << 5)+
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dprotocol.c203 s->timestamp = time(NULL);
286 logintime = time(NULL);
291 s->lastheartbeat = time(NULL);
346 s->lastheartbeat = time(NULL);
437 s->timestamp = time(NULL);
476 logintime = time(NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dfdc-io.c192 unsigned int time; local
260 time = ftape_timediff(last_time, ftape_timestamp());
261 if (time < 6000) {
263 time);
386 int fdc_interrupt_wait(unsigned int time) argument
404 /* timeout time will be up to USPT microseconds too long ! */
405 timeout = (1000 * time + FT_USPT - 1) / FT_USPT;
781 unsigned int time; local
789 time = ftape_timestamp();
812 time
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/misc/
H A Depi_ttcp.c178 #include <sys/time.h> /* struct timeval */
187 #include <time.h>
203 #include <time.h>
218 #include <sys/time.h> /* struct timeval */
230 #include <sys/time.h> /* struct timeval */
250 #include <time.h> /* struct tm */
251 #include <sys/time.h> /* struct timeval */
253 #include <sys/time.h> /* struct timeval */
422 static struct tm *tms; /* system time structure */
863 time(
1461 double time; local
1489 double time; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/common/
H A Drtc_ds1386.c22 #include <linux/time.h>
24 #include <asm/time.h>
55 /* read time data */
65 /* enable time transfer */
161 /* enable time transfer */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/generic/
H A Dint-handler.S35 andi a0, t0, CAUSEF_IP2 # the only int we expect at this time
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jmr3927/common/
H A Drtc_ds1742.c44 #include <linux/time.h>
47 #include <asm/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/swarm/
H A Drtc_xicor1241.c15 #include <linux/time.h>
17 #include <asm/time.h>
41 #define X1241REG_HR_MIL 0x80 /* military time format */

Completed in 132 milliseconds

1234567891011>>