Searched refs:time (Results 251 - 275 of 972) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dbb_inode.c22 #include <time.h>
120 * Update the bad block inode's mod time and block count
127 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0);
129 inode.i_ctime = fs->now ? fs->now : time(0);
H A Dres_gdt.c15 #include <time.h>
22 * calling this for the first time. In a sparse filesystem it will be the
119 inode.i_ctime = fs->now ? fs->now : time(0);
211 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dlogsave.c20 #include <time.h>
225 t = time(0);
235 t = time(0);
/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Dip6tables-save.c15 #include <time.h>
256 time_t now = time(NULL);
293 now = time(NULL);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_workgroupdb.c74 work->lastannounce_time = time(NULL);
79 work->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
197 work->death_time = time(NULL)+(ttl*3);
H A Dnmbd.c62 /* Announce all server entries as 0 time-to-live, 0 type. */
335 time_t t = time(NULL);
509 * Go through the response record queue and time out or re-transmit
622 StartupTime = time(NULL);
624 sys_srandom(time(NULL) ^ sys_getpid());
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdbtorture.c2 #include <time.h>
12 #include <sys/time.h>
200 srandom(seed + getpid() + time(NULL));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dsmt.c196 int reconn_time ; /* Wait for reconnect time in seconds */
200 * It is decremented each time smt_event is called.
218 u_long time; local
221 time = smt_get_time();
222 count = ((time - smc->sm.last_tok_time[mac_index]) *
235 /* Remember current time */
236 smc->sm.last_tok_time[mac_index] = time;
246 u_long time ; local
285 time = smt_get_time() ;
287 if (time
1259 u_long time ; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsunmouse.c320 ev.time = xtime;
326 ev.time = xtime;
333 ev.time = xtime;
431 if (__put_user(this_event.time.tv_sec, (u32 *)p))
434 if (__put_user(this_event.time.tv_usec, (u32 *)p))
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dportable.h244 * going to have an uphill hard time.
372 * Note the <time.h> may already be included by some previous
379 # include <sys/time.h>
380 # include <time.h>
383 # include <sys/time.h>
385 # include <time.h>
788 extern time_t time( time_t *t );
/asus-wl-520gu-7.0.1.45/src/router/netconf/
H A Dnetconf_linux.c21 #include <time.h>
178 struct ipt_time_info *time = NULL; local
300 /* Get local time */
302 if (strncmp(match->u.user.name, "time", IPT_FUNCTION_MAXNAMELEN) != 0)
310 time = (struct ipt_time_info *) &match->data[0];
313 if (time) {
314 unsigned int *days = (unsigned int *) &time[1];
318 fw->match.secs[0] = time->time_start;
319 fw->match.secs[1] = time->time_stop;
453 struct ipt_time_info *time local
931 struct ipt_time_info *time; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Deata_dma.c153 uint time; local
154 time = jiffies - cp->timestamp;
155 if(hd->all_lat[1] > time)
156 hd->all_lat[1] = time;
157 if(hd->all_lat[2] < time)
158 hd->all_lat[2] = time;
159 hd->all_lat[3] += time;
162 if(hd->writes_lat[cp->sizeindex][1] > time)
163 hd->writes_lat[cp->sizeindex][1] = time;
164 if(hd->writes_lat[cp->sizeindex][2] < time)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-io.c83 void ftape_sleep(unsigned int time) argument
87 time *= 1000; /* msecs -> usecs */
88 if (time < FT_USPT) {
90 ftape_udelay(time);
94 unsigned int ticks = (time + FT_USPT - 1) / FT_USPT;
96 TRACE(ft_t_any, "%d msec, %d ticks", time/1000, ticks);
285 * timeout time in milli-seconds
787 if (ft_drive_max_rate == 0) { /* first time */
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dwatchdog.c16 #include <time.h>
17 #include <sys/time.h>
36 #include <time.h>
78 #define SETUP_WAIT_COUNT 100 /* The real waiting time depends on the alarm timer. Cherry Cho modified in 2008/7/4. */
530 //printf("Sync time %d.\n", sync_interval);
550 time(&now);
560 logmessage("ntp client", "time is synchronized to %s", nvram_safe_get("ntp_servers"));
592 time(&now);
634 /* Check for time-dependent service */
656 //printf("url time chang
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dwatchdog.c16 #include <time.h>
17 #include <sys/time.h>
36 #include <time.h>
78 #define SETUP_WAIT_COUNT 100 /* The real waiting time depends on the alarm timer. Cherry Cho modified in 2008/7/4. */
530 //printf("Sync time %d.\n", sync_interval);
550 time(&now);
560 logmessage("ntp client", "time is synchronized to %s", nvram_safe_get("ntp_servers"));
592 time(&now);
634 /* Check for time-dependent service */
656 //printf("url time chang
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dgena.c90 now = time(NULL);
220 sr->expires = time(NULL) + timeout;
269 UPNP_SUBSCRIBE(("\twas set to expire in %d secs, now will expire in %d secs.\n", (int) (sr->expires-time(NULL)), timeout));
274 sr->expires = time(NULL) + timeout;
470 c->net.expires = time(NULL) + NOTIFY_RECEIPT_TIMEOUT;
775 now = time(NULL);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_client/
H A Dcli_netlogon.c132 zerotime.time = 0;
208 zerotime.time = 0;
263 zerotime.time = 0;
344 cli->clnt_cred.timestamp.time = time(NULL);
702 credstr(new_clnt_cred.challenge.data), new_clnt_cred.timestamp.time));
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Ddir.c283 * We set the max age at mount time. (But each
438 if (jiffies - ctl.head.time >= NCP_MAX_AGE(server))
507 ctl.head.time = jiffies;
1091 static int utc2local(int time) argument
1093 return time - sys_tz.tz_minuteswest * 60;
1096 static int local2utc(int time) argument
1098 return time + sys_tz.tz_minuteswest * 60;
1101 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
1103 ncp_date_dos2unix(unsigned short time, unsigned short date) argument
1111 secs = (time
1121 ncp_date_unix2dos(int unix_date, unsigned short *time, unsigned short *date) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Dinode.c36 then attach current time stamp.
38 unsigned long time = CURRENT_TIME; local
42 *sb->sv_sb_state = cpu_to_fs32(sb, 0x7c269d38 - time);
43 *sb->sv_sb_time = cpu_to_fs32(sb, time);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dbuildreq.c84 srandom((unsigned int)(time(NULL)+getpid()));
329 start_time = time(NULL);
341 dtime = time(NULL) - start_time;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dbuildreq.c84 srandom((unsigned int)(time(NULL)+getpid()));
329 start_time = time(NULL);
341 dtime = time(NULL) - start_time;
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dfiles.c11 #include <time.h>
227 time_t curr = time(0);
275 if (!server_config.remaining) lease.expires -= time(0);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclikrb5.c281 if ((unsigned)credsp->times.starttime > time(NULL)) {
282 time_t t = time(NULL);
334 krb5_set_real_time(context, time(NULL) + time_offset, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dtime.c10 * $Id: time.c,v 1.1.1.1 2008/10/15 03:26:06 james26_jang Exp $
20 #include <asm/time.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/generic/
H A Dtime.c38 #include <asm/time.h>
47 static unsigned int r4k_offset; /* Amount to increment compare reg each time */
85 * register for each time tick.

Completed in 142 milliseconds

<<11121314151617181920>>