Searched refs:tod (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_ctime.c20 __os_ctime(tod, time_buf)
21 const time_t *tod;
37 (void)ctime_r(tod, time_buf, &buflen);
40 (void)ctime_r(tod, time_buf, CTIME_BUFLEN);
42 (void)ctime_r(tod, time_buf);
44 (void)strncpy(time_buf, ctime(tod), CTIME_BUFLEN - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-pcap.c50 u32 tod; /* time of day, seconds since midnight */ local
53 ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_TODA, &tod);
54 secs = tod & PCAP_RTC_TOD_MASK;
70 u32 tod, days; local
74 tod = secs % SEC_PER_DAY;
75 ezx_pcap_write(pcap_rtc->pcap, PCAP_REG_RTC_TODA, tod);
88 u32 tod, days; local
90 ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_TOD, &tod);
91 secs = tod & PCAP_RTC_TOD_MASK;
105 u32 tod, day local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dctime.c20 __os_ctime(tod, time_buf)
21 const time_t *tod;
35 tt = *tod - BREW_EPOCH_OFFSET + LOCALTIMEOFFSET(NULL);
H A Dlocaltime.c21 localtime(tod)
22 const time_t *tod;
34 tt = *tod - BREW_EPOCH_OFFSET + LOCALTIMEOFFSET(&is_ds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dce_ctime.c20 __os_ctime(tod, time_buf)
21 const time_t *tod;
34 /* Convert the tod to a SYSTEM_TIME struct */
35 i64_tod = *tod;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_srv.c3051 static BOOL srv_io_time_of_day_info(const char *desc, TIME_OF_DAY_INFO *tod, prs_struct *ps, int depth) argument
3053 if (tod == NULL)
3062 if(!prs_uint32("elapsedt ", ps, depth, &tod->elapsedt))
3064 if(!prs_uint32("msecs ", ps, depth, &tod->msecs))
3066 if(!prs_uint32("hours ", ps, depth, &tod->hours))
3068 if(!prs_uint32("mins ", ps, depth, &tod->mins))
3070 if(!prs_uint32("secs ", ps, depth, &tod->secs))
3072 if(!prs_uint32("hunds ", ps, depth, &tod->hunds))
3074 if(!prs_uint32("timezone ", ps, depth, &tod->zone))
3076 if(!prs_uint32("tintervals ", ps, depth, &tod
3094 init_time_of_day_info(TIME_OF_DAY_INFO *tod, uint32 elapsedt, uint32 msecs, uint32 hours, uint32 mins, uint32 secs, uint32 hunds, uint32 zone, uint32 tintervals, uint32 day, uint32 month, uint32 year, uint32 weekday) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_srvsvc.c408 TIME_OF_DAY_INFO tod; local
419 cli, mem_ctx, srv_name_slash, &tod);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_srvsvc.c469 char *server, TIME_OF_DAY_INFO *tod)
486 r.tod = tod;
468 rpccli_srvsvc_net_remote_tod(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, char *server, TIME_OF_DAY_INFO *tod) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dzcore.c200 u64 tod; member in struct:zcore_header
607 hdr->tod = get_clock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpdc.h620 int pdc_tod_read(struct pdc_tod *tod);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dfirmware.c890 * @tod: The return buffer:
894 int pdc_tod_read(struct pdc_tod *tod) argument
902 memcpy(tod, pdc_result, sizeof(*tod));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_srvsvc_nt.c1905 TIME_OF_DAY_INFO *tod; local
1916 if ( !(tod = TALLOC_ZERO_P(p->mem_ctx, TIME_OF_DAY_INFO)) )
1919 r_u->tod = tod;
1928 init_time_of_day_info(tod,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_srvsvc.h820 TIME_OF_DAY_INFO *tod; member in struct:r_net_remote_tod

Completed in 284 milliseconds