Searched refs:time (Results 76 - 100 of 2065) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Djoydump.c48 unsigned int time; member in struct:joydump
100 dump->time = t;
111 dump->time = t;
137 i, dump->time - prev->time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtime.c1 /* $Id: time.c,v 1.1.1.1 2007/08/03 18:52:18 Exp $
2 * time.c: UltraSparc timer and TOD clock support.
20 #include <linux/time.h>
407 * may not expire at the correct time. Thus, we adjust...
482 /* Turn off kick start and set a "valid" time and date. */
544 /* Probe for the real time clock chip. */
657 /* Do nothing, time is set using the service processor
665 unsigned long ret, time; local
669 ret = sun4v_tod_get(&time);
671 return time;
1297 starfire_get_rtc_time(struct rtc_time *time) argument
1306 starfire_set_rtc_time(struct rtc_time *time) argument
1315 hypervisor_get_rtc_time(struct rtc_time *time) argument
1324 hypervisor_set_rtc_time(struct rtc_time *time) argument
1334 bq4802_get_rtc_time(struct rtc_time *time) argument
1367 bq4802_set_rtc_time(struct rtc_time *time) argument
1431 mini_get_rtc_time(struct rtc_time *time) argument
1440 mini_set_rtc_time(struct rtc_time *time) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dmisc.c144 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
145 int date_dos2unix(unsigned short time, unsigned short date) argument
155 secs = (time & 31)*2+60*((time >> 5) & 63)+(time >> 11)*3600+86400*
163 /* Convert linear UNIX date to a MS-DOS time/date pair. */
164 void fat_date_unix2dos(int unix_date, __le16 *time, __le16 *date) argument
170 /* Jan 1 GMT 00:00:00 1980. But what about another time zone? */
174 *time = cpu_to_le16((unix_date % 60)/2+(((unix_date/60) % 60) << 5)+
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogging.c6 #include <sys/time.h>
9 #include <time.h>
99 time(&t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dtime.c2 * PS3 time and rtc routines.
42 static void __attribute__ ((unused)) _dump_time(int time, const char* func, argument
47 to_tm(time, &tm);
49 pr_debug("%s:%d time %d\n", func, line, time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-at91rm9200.c24 #include <linux/time.h>
34 #include <asm/mach/time.h>
46 * Decode time/date into rtc_time structure
51 unsigned int time, date; local
55 time = at91_sys_read(timereg);
57 } while ((time != at91_sys_read(timereg)) ||
60 tm->tm_sec = BCD2BIN((time & AT91_RTC_SEC) >> 0);
61 tm->tm_min = BCD2BIN((time & AT91_RTC_MIN) >> 8);
62 tm->tm_hour = BCD2BIN((time & AT91_RTC_HOUR) >> 16);
78 * Read current time an
[all...]
H A Drtc-omap.c25 #include <asm/mach/time.h>
272 alm->time.tm_sec = rtc_read(OMAP_RTC_ALARM_SECONDS_REG);
273 alm->time.tm_min = rtc_read(OMAP_RTC_ALARM_MINUTES_REG);
274 alm->time.tm_hour = rtc_read(OMAP_RTC_ALARM_HOURS_REG);
275 alm->time.tm_mday = rtc_read(OMAP_RTC_ALARM_DAYS_REG);
276 alm->time.tm_mon = rtc_read(OMAP_RTC_ALARM_MONTHS_REG);
277 alm->time.tm_year = rtc_read(OMAP_RTC_ALARM_YEARS_REG);
281 bcd2tm(&alm->time);
292 if (tm2bcd(&alm->time) < 0)
298 rtc_write(alm->time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dincludes.h48 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_gre.h17 uint64_t time; // time when this tracked packet was sent (in usecs) member in struct:pack_track
46 pack_track_t pt; // last data packet seq/time
47 int rtt; // estimated round-trip time in us
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/44x/
H A Debony.c23 #include <asm/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmpc52xx_tty.c18 #include <asm/time.h>
32 * divided by four. The most accurate time base is connected to the
50 previous_time = in_be32(&rtc->time);
51 while ((current_time = in_be32(&rtc->time)) == previous_time) ;
54 while ((current_time = in_be32(&rtc->time)) == previous_time) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dmach.h18 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Darpping.c9 #include <sys/time.h>
10 #include <time.h>
82 time(&prevTime);
103 /* timeout -= (time(NULL) - prevTime) * 1000;*/ /* foxconn modified, rtsai, 06/12/2006 */ /* @XBOX */
105 time(&prevTime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dfsync.c25 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dfsync.c25 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dsema.h21 #include <linux/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dresource.h4 #include <linux/time.h>
16 * Otherwise, each time we add new items, programs which depend on this
24 struct timeval ru_utime; /* user time used */
25 struct timeval ru_stime; /* system time used */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval.h28 #include <sys/time.h>
46 /** Return the difference between the current time and *a. Positive if *a was earlier */
49 /** Fill *tv with the current time plus "ms" milliseconds plus an
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dutil_log.c32 (void)time(&now);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api_internal.h14 #define FCE_SOCKET_RETRY_DELAY_S 600 /* Pause this time in s after socket was broken */
42 time_t time; member in struct:fce_close_event
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_time.c2 This is a module which is used for time matching
21 #include <linux/time.h>
44 localtime(const u32 time, struct tm *r);
57 struct tm currenttime; /* time human readable */
76 /* ... check the time now */
113 .name = "time",
141 localtime(const u32 time, struct tm *r) { argument
160 timep = time - (sys_tz.tz_minuteswest * 60);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbcmtimer.h27 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_browserdb.c59 * Update a browser death time.
69 browc->death_time = time(NULL) + ( (CHECK_TIME_MST_ANNOUNCE + 2) * 60 );
88 time_t now = time( NULL );
100 will allow it time to send out a local announce and build its
152 * Input: t - Expiration time. Entries with death times less than this
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbbackup.c56 #include <time.h>
59 #include <sys/time.h>
H A Dtdbdump.c28 #include <time.h>
30 #include <sys/time.h>

Completed in 307 milliseconds

1234567891011>>