Searched refs:sec (Results 51 - 75 of 395) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dtimer.h7 unsigned int *hour, unsigned int *min, unsigned int *sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dlinuxmon.cpp79 wxInt32 day, hour, min, sec; local
83 sec = ( wxInt32 ) ( uptime - day * 86400 - hour * 3600 - min * 60 );
87 sec );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddmxdev.h65 struct dmx_section_filter *sec; member in union:dmxdev_filter::__anon12091
71 struct dmx_section_feed *sec; member in union:dmxdev_filter::__anon12092
75 struct dmx_sct_filter_params sec; member in union:dmxdev_filter::__anon12093
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link/
H A Dxmas.c81 double sec, days; local
108 sec = difftime(xmas, now);
111 if (soap_call_ns__add(csoap, NULL, NULL, sec, 86400, &days))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link/
H A Dxmas.c81 double sec, days; local
108 sec = difftime(xmas, now);
111 if (soap_call_ns__add(csoap, NULL, NULL, sec, 86400, &days))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_wx.c260 struct ieee80211_security sec = { local
304 sec.enabled = 0;
305 sec.level = SEC_LEVEL_0;
306 sec.flags |= SEC_ENABLED | SEC_LEVEL;
314 sec.enabled = 1;
315 sec.flags |= SEC_ENABLED;
354 memcpy(sec.keys[key], keybuf, erq->length);
356 memset(sec.keys[key] + erq->length, 0,
359 key, escape_essid(sec.keys[key], len),
361 sec
487 struct ieee80211_security sec = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dtime.c103 unsigned int year, mon, day, hour, min, sec; local
107 sec = CMOS_READ(RTC_SECONDS);
114 sec = bcd2bin(sec);
124 return mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_wx.c316 struct ieee80211_security sec = { local
359 sec.enabled = 0;
360 sec.level = SEC_LEVEL_0;
361 sec.flags |= SEC_ENABLED | SEC_LEVEL;
369 sec.enabled = 1;
370 sec.flags |= SEC_ENABLED;
408 memcpy(sec.keys[key], keybuf, erq->length);
410 memset(sec.keys[key] + erq->length, 0,
413 key, escape_essid(sec.keys[key], len),
415 sec
538 struct ieee80211_security sec = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_wx.c285 struct ieee80211_security sec = { local
328 sec.enabled = 0;
329 sec.level = SEC_LEVEL_0;
330 sec.flags |= SEC_ENABLED | SEC_LEVEL;
338 sec.enabled = 1;
339 sec.flags |= SEC_ENABLED;
377 memcpy(sec.keys[key], keybuf, erq->length);
379 memset(sec.keys[key] + erq->length, 0,
382 key, escape_essid(sec.keys[key], len),
384 sec
508 struct ieee80211_security sec = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c315 struct ieee80211_security sec = { local
358 sec.enabled = 0;
359 sec.level = SEC_LEVEL_0;
360 sec.flags |= SEC_ENABLED | SEC_LEVEL;
368 sec.enabled = 1;
369 sec.flags |= SEC_ENABLED;
409 memcpy(sec.keys[key], keybuf, erq->length);
411 memset(sec.keys[key] + erq->length, 0,
414 key, escape_essid(sec.keys[key], len),
416 sec
539 struct ieee80211_security sec = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/econet/
H A Daf_econet.c87 struct sockaddr_ec sec; member in struct:ec_cb
191 struct sockaddr_ec *sec = (struct sockaddr_ec *)uaddr; local
200 sec->sec_family != AF_ECONET)
208 eo->cb = sec->cb;
209 eo->port = sec->port;
210 eo->station = sec->addr.station;
211 eo->net = sec->addr.net;
227 struct sockaddr_ec *sec; local
236 sec = (struct sockaddr_ec *)&eb->sec;
509 struct sockaddr_ec *sec = (struct sockaddr_ec *)uaddr; local
644 struct sockaddr_ec *sec; local
805 struct sockaddr_ec *sec = (struct sockaddr_ec *)&eb->sec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/iniparser/src/
H A Diniparser.c36 char * sec,
44 sprintf(longkey, "%s:%s", sec, key);
46 strcpy(longkey, sec);
451 char sec[ASCIILINESZ+1]; local
462 sec[0]=0;
478 if (sscanf(where, "[%[^]]", sec)==1) {
480 strcpy(sec, strlwc(sec));
481 iniparser_add_entry(d, sec, NULL, NULL);
495 iniparser_add_entry(d, sec, ke
34 iniparser_add_entry( dictionary * d, char * sec, char * key, char * val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_util.c30 double sec; local
37 sec = ((double) (t1.tv_usec - t0->tv_usec) * 0.000001)
40 return (sec);
56 cip->sec = -1.0;
82 double sec; local
99 sec = ((double) (t1.tv_usec - t0->tv_usec) * 0.000001)
101 if (sec > 0.0) {
102 cip->kBytesPerSec = ((double) cip->bytesTransferred) / (1024.0 * sec);
126 cip->sec = sec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dtime.c127 unsigned int year, mon, day, hour, min, sec; local
130 sec = chrp_cmos_clock_read(RTC_SECONDS);
136 } while (sec != chrp_cmos_clock_read(RTC_SECONDS));
139 sec = bcd2bin(sec);
148 tm->tm_sec = sec;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-sh03/
H A Drtc.c42 unsigned int year, mon, day, hour, min, sec; local
47 sec = (__raw_readb(RTC_SEC1) & 0xf) + (__raw_readb(RTC_SEC10) & 0x7) * 10;
55 } while (sec != (__raw_readb(RTC_SEC1) & 0xf) + (__raw_readb(RTC_SEC10) & 0x7) * 10);
57 hour > 23 || min > 59 || sec > 59) {
60 printk("year=%d, mon=%d, day=%d, hour=%d, min=%d, sec=%d\n",
61 year, mon, day, hour, min, sec);
77 return mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-tx4939.c73 unsigned long sec; local
88 sec = (buf[5] << 24) | (buf[4] << 16) | (buf[3] << 8) | buf[2];
89 rtc_time_to_tm(sec, tm);
98 unsigned long sec; local
108 rtc_tm_to_time(&alrm->time, &sec);
111 buf[2] = sec;
112 buf[3] = sec >> 8;
113 buf[4] = sec >> 16;
114 buf[5] = sec >> 24;
130 unsigned long sec; local
[all...]
H A Drtc-m48t35.c29 u8 sec; member in struct:m48t35_rtc
63 tm->tm_sec = readb(&priv->reg->sec);
94 unsigned char mon, day, hrs, min, sec; local
103 sec = tm->tm_sec;
118 sec = bin2bcd(sec);
133 writeb(sec, &priv->reg->sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dseektable.c93 const double sec = atof(pt); local
94 if(sec > 0.0) {
95 unsigned samples = (unsigned)(sec * (double)sample_rate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup/
H A Dmashupserver.c58 double sec, days; local
86 sec = difftime(xmas, now);
88 if (soap_call_ns2__div(csoap, NULL, NULL, sec, 86400, &days))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup/
H A Dmashupserver.c58 double sec, days; local
86 sec = difftime(xmas, now);
88 if (soap_call_ns2__div(csoap, NULL, NULL, sec, 86400, &days))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dm48t37.h22 volatile u8 sec; member in struct:m48t37_rtc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/printing/
H A Dpsec.c215 if (secdesc_ctr->sec->owner_sid) {
216 sid_to_string(sidstr, secdesc_ctr->sec->owner_sid);
223 if (secdesc_ctr->sec->grp_sid) {
224 sid_to_string(sidstr, secdesc_ctr->sec->grp_sid);
233 if (!secdesc_ctr->sec->dacl) {
238 for (i = 0; i < secdesc_ctr->sec->dacl->num_aces; i++) {
239 SEC_ACE *ace = &secdesc_ctr->sec->dacl->ace[i];
356 prs_init(&ps, (uint32)sec_desc_size(sdb->sec) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dcdunix.cpp123 the_track->sec = second;
129 the_track->sec = old_msf->second;
140 tot_tm.sec = msf->second % 60;
154 m_trksize[nb_tracks].sec = second;
158 m_trkpos[nb_tracks].sec = old_msf->second;
168 track_msf.cdmsf_sec0 = beg_time.sec;
171 track_msf.cdmsf_sec1 = end_time.sec;
209 cdtime.sec = subchnl.cdsc_reladdr.msf.second;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dktime.h51 s32 sec, nsec; member in struct:ktime::__anon17660
53 s32 nsec, sec;
143 * that the tv.sec field is negative and the tv.nsec field is greater
147 * tv.sec < 0 and 0 >= tv.nsec < NSEC_PER_SEC
150 /* Set a ktime_t variable to a value in sec/nsec representation: */
153 return (ktime_t) { .tv = { .sec = secs, .nsec = nsecs } };
192 * tv.sec ++;
226 return (ktime_t) { .tv = { .sec = (s32)ts.tv_sec,
238 return (ktime_t) { .tv = { .sec = (s32)tv.tv_sec,
250 return (struct timespec) { .tv_sec = (time_t) kt.tv.sec,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtime.c305 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59.
321 const unsigned int min, const unsigned int sec)
336 )*60 + sec; /* finally seconds */
342 * set_normalized_timespec - set timespec sec and nsec parts and normalize
345 * @sec: seconds to set
355 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) argument
365 ++sec;
370 --sec;
372 ts->tv_sec = sec;
505 unsigned long sec local
319 mktime(const unsigned int year0, const unsigned int mon0, const unsigned int day, const unsigned int hour, const unsigned int min, const unsigned int sec) argument
548 unsigned long sec = value->tv_sec; local
[all...]

Completed in 130 milliseconds

1234567891011>>