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

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip32/
H A Dip32-setup.c20 #include <asm/mc146818-time.h>
24 #include <asm/time.h>
71 /* An arbitrary time; this can be decreased if reliability looks good */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sni/
H A Dtime.c3 #include <linux/time.h>
6 #include <asm/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-ds1553.c107 /* give enough time to update RTC in case of continuous read */
131 dev_err(dev, "retrieved date/time is not valid.\n");
167 pdata->alrm_mday = alrm->time.tm_mday;
168 pdata->alrm_hour = alrm->time.tm_hour;
169 pdata->alrm_min = alrm->time.tm_min;
170 pdata->alrm_sec = alrm->time.tm_sec;
184 alrm->time.tm_mday = pdata->alrm_mday < 0 ? 0 : pdata->alrm_mday;
185 alrm->time.tm_hour = pdata->alrm_hour < 0 ? 0 : pdata->alrm_hour;
186 alrm->time.tm_min = pdata->alrm_min < 0 ? 0 : pdata->alrm_min;
187 alrm->time
[all...]
H A Drtc-ep93xx.c40 unsigned long time = __raw_readl(EP93XX_RTC_DATA); local
42 rtc_time_to_tm(time, tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkdir.c19 #include <time.h>
89 inode.i_ctime = inode.i_atime = inode.i_mtime = time(NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtimex.h51 * Reworked time interpolation logic
57 #include <linux/time.h>
67 * MAXTC establishes the maximum time constant of the PLL. With the
68 * SHIFT_KG and SHIFT_KF values given and a time constant range from
74 #define MAXTC 10 /* maximum time constant (shift) */
79 * respect to standard time.
85 #define SHIFT_UPDATE (SHIFT_HZ + 1) /* time offset scale (shift) */
102 long offset; /* time offset (usec) */
107 long constant; /* pll time constant */
112 struct timeval time; /* (rea member in struct:timex
[all...]
H A Dlp.h57 /* This is the amount of time that the driver waits for the printer to
112 #define LP_TIME(minor) lp_table[(minor)].time /* wait time */
138 unsigned int time; member in struct:lp_struct
184 * This is the port delay time, in microseconds.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dpanic.c42 static long no_blink(long time) argument
48 long (*panic_blink)(long time);
257 * anything. If this is the first CPU to oops, and it's oopsing the first time
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dencoder_example.c26 #include <time.h>
147 srand(time(NULL));
154 make the headers, then pass them to libvorbis one at a time;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dlog.c21 #include <time.h>
138 t = time(NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dlog.c25 #include <time.h>
147 t = time(NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dlog.c21 #include <time.h>
138 t = time(NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprioq-test.c26 #include <time.h>
92 srand(time(NULL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_device.h25 #include <linux/time.h>
138 void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dlog.c89 current = time(NULL);
97 current = time(NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_sess.c121 ss->time=time(NULL);
132 * "most" of the time (btw: understatement). So, if it takes us 10 iterations
374 * it and then due to a time-out decided to 'OPENSSL_free' it we could
380 if ((long)(ret->time+ret->timeout) < (long)time(NULL)) /* timeout */
390 /* ret->time=time(NULL); */ /* rezero timeout? */
622 return(s->time);
628 s->time
650 long time; member in struct:timeout_param_st
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_sess.c121 ss->time=(unsigned long)time(NULL);
139 * "most" of the time (btw: understatement). So, if it takes us 10 iterations
386 * it and then due to a time-out decided to 'OPENSSL_free' it we could
392 if (ret->timeout < (long)(time(NULL) - ret->time)) /* timeout */
402 /* ret->time=time(NULL); */ /* rezero timeout? */
634 return(s->time);
640 s->time
662 long time; member in struct:timeout_param_st
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api.c31 #include <time.h>
243 time_t now = time(NULL);
346 time_t now = time(NULL);
349 if (last_close_event.time /* is there any saved event ? */
357 last_close_event.time = now;
377 /* do some initialization on the fly the first time */
431 time_t now = time(NULL);
433 /* check if configured holdclose time has passed */
434 if (last_close_event.time && ((last_close_event.time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftplistparser.c107 } time; member in union:__anon59
138 } time; member in union:__anon69
178 size_t time; member in struct:ftp_parselist_data::__anon77
292 * Apr 11 1998 (unknown time.. set it to 00:00:00?)
293 * Apr 11 12:21 (unknown year -> set it to NOW() time?)
320 finfo->strings.time = str + parser->offsets.time;
645 parser->state.UNIX.sub.time = PL_UNIX_TIME_PREPART1;
655 switch(parser->state.UNIX.sub.time) {
661 parser->state.UNIX.sub.time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dldap_utils.c41 time(NULL) - ads->last_attempt < ADS_RECONNECT_TIME) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_config.h56 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dwctype.in.h35 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
39 # include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dclib_ext.h104 time_t time __P((time_t *));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddpid.c34 #include <time.h>
38 #include <sys/time.h>
187 t = time(NULL) + m;
193 if (time(NULL) > t) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_clock.c15 * Return the current time-of-day clock in seconds and nanoseconds.
57 RETRY_CHK((time(&now) == (time_t)-1 ? 1 : 0), ret);
59 sc = "time";

Completed in 247 milliseconds

<<11121314151617181920>>