Searched refs:tm_sec (Results 1 - 25 of 321) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/custom/
H A Dstruct_tm.h64 { int tm_sec; // seconds (0 - 60) member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/custom/
H A Dstruct_tm.h64 { int tm_sec; // seconds (0 - 60) member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dtimegm.c59 tm->tm_sec > 60 ||
76 res += tm->tm_sec;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dheader_verbose_list.c23 mtime->tm_sec,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dintersil.c51 todintersil->second = t->tm_sec;
58 t->tm_sec = todintersil->csec;
61 t->tm_sec = todintersil->second;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dtime.c61 tm->tm_sec = maple_clock_read(RTC_SECONDS);
67 } while (tm->tm_sec != maple_clock_read(RTC_SECONDS));
71 tm->tm_sec = bcd2bin(tm->tm_sec);
99 sec = tm->tm_sec;
175 tm.tm_hour, tm.tm_min, tm.tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dstrptime.c76 CMP_TM_ELEMENT(t,t2,tm_sec);
86 if (t.tm_sec != 46) {
88 "tm_sec: expected: 46, got: %d\n"
90 t.tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-lib.c87 tm->tm_sec = time - tm->tm_min * 60;
102 || ((unsigned)tm->tm_sec) >= 60)
115 tm->tm_hour, tm->tm_min, tm->tm_sec);
H A Drtc-at91rm9200.c56 tm->tm_sec = bcd2bin((time & AT91_RTC_SEC) >> 0);
84 tm->tm_hour, tm->tm_min, tm->tm_sec);
98 tm->tm_hour, tm->tm_min, tm->tm_sec);
109 bin2bcd(tm->tm_sec) << 0
143 tm->tm_hour, tm->tm_min, tm->tm_sec);
161 tm.tm_sec = alrm->time.tm_sec;
165 bin2bcd(tm.tm_sec) << 0
181 tm.tm_min, tm.tm_sec);
H A Drtc-proc.c35 tm.tm_hour, tm.tm_min, tm.tm_sec,
50 if ((unsigned int)alrm.time.tm_sec <= 59)
51 seq_printf(seq, "%02d\n", alrm.time.tm_sec);
H A Dhctosys.c65 tm.tm_hour, tm.tm_min, tm.tm_sec,
H A Drtc-m41t94.c39 "write", tm->tm_sec, tm->tm_min,
44 buf[M41T94_REG_SECONDS] = bin2bcd(tm->tm_sec);
85 tm->tm_sec = bcd2bin(spi_w8r8(spi, M41T94_REG_SECONDS));
98 "read", tm->tm_sec, tm->tm_min,
H A Drtc-s3c.c162 rtc_tm->tm_sec = readb(base + S3C2410_RTCSEC);
169 if (rtc_tm->tm_sec == 0 && !have_retried) {
176 rtc_tm->tm_hour, rtc_tm->tm_min, rtc_tm->tm_sec);
178 rtc_tm->tm_sec = bcd2bin(rtc_tm->tm_sec);
198 tm->tm_hour, tm->tm_min, tm->tm_sec);
207 writeb(bin2bcd(tm->tm_sec), base + S3C2410_RTCSEC);
223 alm_tm->tm_sec = readb(base + S3C2410_ALMSEC);
237 alm_tm->tm_hour, alm_tm->tm_min, alm_tm->tm_sec);
243 alm_tm->tm_sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Drtc.h69 wtime->tm_sec = rem % 60;
104 wtime->tm_hour, wtime->tm_min, wtime->tm_sec);
118 return h.tm_sec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtime.h15 int tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dpcf8563.c113 tm->tm_sec = rtc_read(RTC_SECONDS);
121 if (tm->tm_sec & 0x80) {
128 tm->tm_sec &= 0x7F;
135 tm->tm_sec = bcd2bin(tm->tm_sec);
279 (tm.tm_sec >= 60))
290 tm.tm_sec = bin2bcd(tm.tm_sec);
301 rtc_write(RTC_SECONDS, tm.tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dpcf8563.c109 tm->tm_sec = rtc_read(RTC_SECONDS);
117 if (tm->tm_sec & 0x80) {
124 tm->tm_sec &= 0x7F;
131 tm->tm_sec = bcd2bin(tm->tm_sec);
276 (tm.tm_sec >= 60))
287 tm.tm_sec = bin2bcd(tm.tm_sec);
298 rtc_write(RTC_SECONDS, tm.tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-time.c49 + (a->tm_sec - b->tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Drtc.h73 time->tm_sec = CMOS_READ(RTC_SECONDS);
87 time->tm_sec = bcd2bin(time->tm_sec);
131 sec = time->tm_sec;
206 return h.tm_sec;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddate.c98 tm_time.tm_sec = 0;
109 &tm_time.tm_sec) == 3) {
116 &tm_time.tm_min, &tm_time.tm_sec) == 5) {
127 &tm_time.tm_sec) == 6) {
152 nr = sscanf(cp + 1, "%2d", &tm_time.tm_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcutils.c38 tm->tm_sec = secs % 60;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_unmdtm.c53 &ut.tm_sec) == 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Drtc.h65 return h.tm_sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dtime.c97 tm.tm_sec = bin2bcd(tm.tm_sec);
104 chrp_cmos_clock_write(tm.tm_sec,RTC_SECONDS);
148 tm->tm_sec = sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Drtc.h59 return h.tm_sec;

Completed in 467 milliseconds

1234567891011>>