Searched refs:time (Results 401 - 425 of 972) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd.c354 state->last_access = time(NULL);
393 /* Shutdown client connection which has been idle for the longest time */
474 state->last_access = time(NULL);
532 state->last_access = time(NULL);
750 winbindd_check_cache_size(time(NULL));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dsecrets.c352 /* last change time */
369 pass.mod_time = time(NULL);
404 /* last change time */
405 pass.mod_time = time(NULL);
447 SIVAL(&last_change_time, 0, time(NULL));
798 time_t now = time(NULL);
806 * If the time the machine password has changed
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_lsa_hnd.c134 SIVAL(pol->pol_hnd.data5, 0, time(NULL)); /* something random */
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dnotify_hash.c25 time_t last_check_time; /* time we last checked this entry */
28 time_t total_time; /* Total time of all directory entries - don't care if it wraps. */
59 * Shortcut to avoid directory scan if the time
147 data.last_check_time = time(NULL);
154 A time of zero means instantaneous check - don't modify the last check time.
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbget.c244 time_t start_time = time(NULL);
396 print_progress(newpath, start_time, time(NULL), start_offset, curpos, remotestat.st_size);
433 if(!quiet)fprintf(stderr, "Downloaded %s in %lu seconds\n", bs, time(NULL) - total_start_time);
564 total_start_time = time(NULL);
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dhttp.c21 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dhttp.c21 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dssdplib.h49 #include <sys/time.h>
194 * the request and then schedules a thread to send a random time reply (
195 * random within maximum time given by the control point to reply).
386 * IN int iDuration :Life time of this device.
411 * IN int iDuration :Life time of this device.
436 * IN int iDuration :Life time of this device.
460 * IN int iDuration :Life time of this device.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dtime.c5 * Common time service routines for MIPS machines. See
19 #include <linux/time.h>
31 #include <asm/time.h>
122 * Gettimeoffset routines. These routines returns the time duration
146 /* last time when xtime and rtc are sync'ed up */
173 * accounting. At that time they also adjust their APIC timers
193 /* Get last timer tick in absolute kernel time */
226 * This is copied from dec/time.c:do_ioasic_gettimeoffset() by Mercij.
249 /* Get last timer tick in absolute kernel time */
304 /* Get last timer tick in absolute kernel time */
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dtime.c5 * Common time service routines for MIPS machines. See
19 #include <linux/time.h>
31 #include <asm/time.h>
122 * Gettimeoffset routines. These routines returns the time duration
146 /* last time when xtime and rtc are sync'ed up */
173 * accounting. At that time they also adjust their APIC timers
193 /* Get last timer tick in absolute kernel time */
226 * This is copied from dec/time.c:do_ioasic_gettimeoffset() by Mercij.
249 /* Get last timer tick in absolute kernel time */
304 /* Get last timer tick in absolute kernel time */
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtodc_time.c20 #include <linux/time.h>
25 #include <asm/time.h>
207 "real-time-clock was stopped.",
225 "real-time-clock was stopped.",
245 "real-time-clock was stopped.",
447 * Use the NVRAM RTC to time a second to calibrate the decrementer.
462 * the address bytes on every call and this takes a lot of time.
463 * Perhaps an nvram_wait_change method returning a time
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dcy82c693.c116 * returns (rounded up) time in bus clocks for time in ns
118 static int calc_clk (int time, int bus_speed) argument
122 clocks = (time*bus_speed+999)/1000 -1;
153 /* let's calc the address setup time clocks */
156 /* let's calc the active and recovery time clocks */
219 * my IDE driver at the same time :-)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dmpu401.c221 /* printk( "mpu time: %d ", midic); */
321 * Real time messages
1150 * Send the RESET command. Try again if no success at the first time.
1392 mpu_cmd(midi_dev, 0x39, 0); /* Enable real time messages to PC */
1444 long time; local
1446 if (parm <= curr_ticks) /* It's the time */
1448 time = parm;
1449 next_event_time = prev_event_time = time;
1614 static void mpu_timer_arm(int dev, long time) argument
1616 if (time <
[all...]
H A Dsequencer.c648 long time; local
650 time = parm;
651 prev_event_time = time;
654 request_sound_timer(time);
765 long time; local
768 time = *delay;
769 prev_event_time = time;
771 request_sound_timer(time);
1103 * Give the Midi drivers time to drain their output queues
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dtransaction.c209 if(s->lastheartbeat + s->minheartbeat > time(NULL))
222 s->lastheartbeat = time(NULL);
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dconf.c10 #include <time.h>
494 srandom(time(NULL));
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsmasq.c59 sighup = 1; /* init cache the first time through */
211 /* do init stuff only first time round. */
276 (statbuf.st_mtime < time(NULL) || resolv_changed == 0))
306 load_dhcp(lease_file, domain_suffix, time(NULL), dnamebuff);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dclosefs.c16 #include <time.h>
223 fs->super->s_wtime = fs->now ? fs->now : time(NULL);
H A Dinitialize.c19 #include <time.h>
178 super->s_mkfs_time = super->s_lastcheck = fs->now ? fs->now : time(NULL);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dsubst.c16 #include <time.h>
387 ut.modtime = time(0);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_fs.h320 nfs_time_to_secs(__u64 time) argument
322 return (time_t)(time >> 32);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfs_fs.h320 nfs_time_to_secs(__u64 time) argument
322 return (time_t)(time >> 32);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dfirewall_ex.c368 char *time, *date; local
372 time = nvram_safe_get(nv_time);
374 if (strlen(date)!=7||strlen(time)!=8) goto no_match;
377 strncmp(time, "00002359", 8)==0) goto no_match;
380 strncpy(timestart, time, 2);
383 strncpy(timestart+i, time+2, 2);
387 strncpy(timestop, time+4, 2);
390 strncpy(timestop+i, time+6, 2);
394 sprintf(mstr, "-m time --timestart %s:00 --timestop %s:00 --days",
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dfirewall_ex.c368 char *time, *date; local
372 time = nvram_safe_get(nv_time);
374 if (strlen(date)!=7||strlen(time)!=8) goto no_match;
377 strncmp(time, "00002359", 8)==0) goto no_match;
380 strncpy(timestart, time, 2);
383 strncpy(timestart+i, time+2, 2);
387 strncpy(timestop, time+4, 2);
390 strncpy(timestop+i, time+6, 2);
394 sprintf(mstr, "-m time --timestart %s:00 --timestop %s:00 --days",
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_reg.h431 NTTIME mod_time; /* modified time */
512 NTTIME time; /* current time? */ member in struct:q_reg_enum_value_info
532 NTTIME time; /* current time? */ member in struct:r_reg_enum_key_info

Completed in 186 milliseconds

<<11121314151617181920>>