Searched refs:sec (Results 176 - 200 of 395) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddebug.c36 dword sec; member in struct:_diva_maint_client
376 dword sec, usec; local
380 diva_os_get_time (&sec, &usec);
429 clients[free_id].sec = sec;
468 pmsg->time_sec = sec;
487 dword sec, usec; local
492 diva_os_get_time (&sec, &usec);
540 pmsg->time_sec = sec;
578 dword sec, use local
863 dword sec, usec, logical, serial, org_mask; local
1030 dword sec, usec; local
1799 dword sec, usec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp.c321 u_int msec,sec,min,hrs; local
326 sec = tstamp / 1000;
327 min = sec / 60; sec -= min * 60;
329 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ds1553.c299 unsigned int cen, sec; local
321 sec = readb(ioaddr + RTC_SECONDS);
322 if (sec & RTC_STOP) {
323 sec &= RTC_SECONDS_MASK;
326 writeb(sec, ioaddr + RTC_SECONDS);
H A Drtc-ds1511.c187 u8 mon, day, dow, hrs, min, sec, yrs, cen; local
207 sec = rtc_tm->tm_sec;
217 if ((hrs >= 24) || (min >= 60) || (sec >= 60)) {
224 sec = bin2bcd(sec) & 0x7f;
240 rtc_write(sec, RTC_SEC);
H A Drtc-m48t59.c211 u8 mday, hour, min, sec; local
241 sec = tm->tm_sec;
242 sec = (sec < 60) ? bin2bcd(sec) : 0x00;
251 M48T59_WRITE(sec, M48T59_ALARM_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_cisco.c231 u32 sec, min, hrs, days; local
232 sec = ntohl(cisco_data->time) / 1000;
233 min = sec / 60; sec -= min * 60;
238 dev->name, days, hrs, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c1653 if ((priv->ieee->sec.flags & SEC_ENABLED) && priv->ieee->sec.enabled)
5501 if (!priv->ieee->sec.enabled) {
5507 if (priv->ieee->sec.flags & SEC_AUTH_MODE) {
5508 if (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY)
5510 else if (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP)
5515 if (priv->ieee->sec.flags & SEC_LEVEL)
5516 sec_level = priv->ieee->sec.level;
5519 if (priv->ieee->sec.flags & SEC_UNICAST_GROUP)
5520 use_group = priv->ieee->sec
5579 shim__set_security(struct net_device *dev, struct libipw_security *sec) argument
5879 struct libipw_security sec = { local
7693 struct libipw_security sec = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp50 DateChanger(int year, int month, int day, int hour, int min, int sec) argument
58 st.wSecond = sec;
93 wxDateTime::wxDateTime_t hour, min, sec; member in struct:Date
105 sec = tm.sec;
111 { return wxDateTime(day, month, year, hour, min, sec); }
122 hour, min, sec,
278 wxDateTime dt(d.day, d.month, d.year, d.hour, d.min, d.sec);
298 wxDateTime dt(d.day, d.month, d.year, d.hour, d.min, d.sec);
692 long h, min, sec, mse member in struct:TimeSpanFormatTestData
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp-ls.c103 int hour, min, sec; local
184 year = hour = min = sec = 0; /* Silence the compiler. */
253 min = hour = sec = 0;
274 sec = (*tok - '0') + 10 * sec;
281 DEBUGP (("time: %02d:%02d:%02d (no yr); ", hour, min, sec));
392 timestruct.tm_sec = sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsymbol.c768 Elf_Scn *sec = NULL; local
771 while ((sec = elf_nextscn(elf, sec)) != NULL) {
774 gelf_getshdr(sec, shp);
784 return sec;
964 Elf_Scn *sec = NULL; local
968 while ((sec = elf_nextscn(elf, sec)) != NULL) {
969 gelf_getshdr(sec, &shdr);
996 Elf_Scn *sec, *sec_strnd local
1244 Elf_Scn *sec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_sign.c73 static int def_time_cb(struct TS_resp_ctx *, void *, long *sec, long *usec);
116 long *sec, long *usec)
127 *sec = tv.tv_sec;
137 long *sec, long *usec)
148 *sec = (long)t;
605 long sec, usec; local
621 if (!(*ctx->time_cb) (ctx, ctx->time_cb_data, &sec, &usec)
623 sec, usec,
947 long sec, long usec, unsigned precision)
949 time_t time_sec = (time_t)sec;
115 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) argument
136 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) argument
946 TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *asn1_time, long sec, long usec, unsigned precision) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_sign.c73 static int def_time_cb(struct TS_resp_ctx *, void *, long *sec, long *usec);
116 long *sec, long *usec)
127 *sec = tv.tv_sec;
137 long *sec, long *usec)
148 *sec = (long)t;
605 long sec, usec; local
621 if (!(*ctx->time_cb) (ctx, ctx->time_cb_data, &sec, &usec)
623 sec, usec,
947 long sec, long usec, unsigned precision)
949 time_t time_sec = (time_t)sec;
115 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) argument
136 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) argument
946 TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *asn1_time, long sec, long usec, unsigned precision) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dsock.c780 struct bt_security sec; local
801 sec.level = BT_SECURITY_LOW;
803 len = min_t(unsigned int, sizeof(sec), optlen);
804 if (copy_from_user((char *) &sec, optval, len)) {
809 if (sec.level > BT_SECURITY_HIGH) {
814 rfcomm_pi(sk)->sec_level = sec.level;
910 struct bt_security sec; local
933 sec.level = rfcomm_pi(sk)->sec_level;
935 len = min_t(unsigned int, len, sizeof(sec));
936 if (copy_to_user(optval, (char *) &sec, le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_hpc.c75 static void start_int_poll_timer(struct controller *ctrl, int sec);
87 pciehp_poll_time = 2; /* default polling interval is 2 sec */
93 static void start_int_poll_timer(struct controller *ctrl, int sec) argument
96 if ((sec <= 0) || (sec > 60))
97 sec = 2;
101 ctrl->poll_timer.expires = jiffies + sec * HZ;
109 /* Install interrupt polling timer. Start with 10 sec delay */
192 * After 1 sec and CMD_COMPLETED still not set, just
196 ctrl_dbg(ctrl, "CMD_COMPLETED not clear after 1 sec\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dkeychain.c380 int sec, min, hour;
424 /* Check sec field of time_str. */
430 sec = strtoul (time_str, &endptr, 10);
431 if (sec == ULONG_MAX || *endptr != '\0' || sec < 0 || sec > 59)
457 tm.tm_sec = sec;
379 int sec, min, hour; local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.c715 int pri, sec; local
744 for (sec = 0; sec < MAX_NVPARSE; sec++) {
746 "wl%d.%d_ifname", pri, sec);
748 snprintf(nvifname_buf, nvifname_buf_len, "wl%d.%d", pri, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_vsync.c175 mfd->last_vsync_timetick.tv.sec = 0;
369 ((curr_time.tv.sec - last_vsync_timetick_local.tv.sec) * 1000000) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h89 #define PRINTDDB(sec,fmt,args...)
90 #define PRINTDDM(sec,fmt,args...)
91 #define PRINTDDE(sec,fmt,args...)
189 /* par_0: dwordswap(Read speed (bytes/sec)) */
190 /* par_1: dwordswap(Write speed (bytes/sec)) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_top.c137 unsigned long day, hour, min, sec; local
148 ospf6_timeval_decode (&running, &day, &hour, &min, &sec, NULL, NULL);
150 day, hour, min, sec, VTY_NEWLINE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Devlog.h78 t.tv.sec, t.tv.nsec / 1000000,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68VZ328/
H A Dconfig.c36 void m68328_timer_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpoll.h137 extern int poll_select_set_timeout(struct timespec *to, long sec, long nsec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c715 u8 day, mon, hour, min, sec, y1, y2; local
722 sec = tm->tm_sec;
728 sec = bin2bcd(sec);
740 ce_time[6] = sec;
777 u8 sec = ce_msg[6]; local
783 sec = bcd2bin(sec);
793 tm->tm_sec = sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pps/
H A Dpps.c153 (long long) fdata.timeout.sec,
155 ticks = fdata.timeout.sec * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsh_mmcif.c323 u32 blocksize, i, j, sec, *p; local
330 for (sec = 0; sec < data->sg->length / blocksize; sec++) {
393 u32 i, sec, j, blocksize, *p; local
401 for (sec = 0; sec < data->sg->length / blocksize; sec++) {

Completed in 349 milliseconds

1234567891011>>