Searched refs:sec (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-security.c27 static struct rxrpc_security *rxrpc_security_get(struct rxrpc_security *sec) argument
29 return try_module_get(sec->owner) ? sec : NULL;
35 static void rxrpc_security_put(struct rxrpc_security *sec) argument
37 module_put(sec->owner);
45 struct rxrpc_security *sec = NULL; local
51 list_for_each_entry(sec, &rxrpc_security_methods, link) {
52 if (sec->security_index == security_index) {
53 if (unlikely(!rxrpc_security_get(sec)))
59 sec
72 rxrpc_register_security(struct rxrpc_security *sec) argument
106 rxrpc_unregister_security(struct rxrpc_security *sec) argument
125 struct rxrpc_security *sec; local
159 struct rxrpc_security *sec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dtarget_time.h4 unsigned int *hour, unsigned int *min, unsigned int *sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dcputime.h64 unsigned long sec; local
68 sec = jif / HZ;
73 if (sec)
74 ct += (cputime_t) sec * tb_ticks_per_sec;
81 u64 sec; local
85 sec = jif / HZ;
90 if (sec)
91 ct += (cputime_t) sec * tb_ticks_per_sec;
113 unsigned long sec; local
117 sec
137 secs_to_cputime(const unsigned long sec) argument
203 unsigned long sec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Ddisplay_sec.c121 void display_sec_desc(SEC_DESC *sec) argument
125 if (sec->sacl) {
127 display_sec_acl(sec->sacl);
130 if (sec->dacl) {
132 display_sec_acl(sec->dacl);
135 if (sec->owner_sid) {
136 sid_to_string(sid_str, sec->owner_sid);
140 if (sec->grp_sid) {
141 sid_to_string(sid_str, sec->grp_sid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-pcm.c29 uint32_t sec, ms; local
41 sec = psong->file_size / (psong->bitrate / 8);
43 psong->song_length = (sec * 1000) + ms;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-pcm.c28 uint32_t sec, ms; local
40 sec = psong->file_size / (psong->bitrate / 8);
42 psong->song_length = (sec * 1000) + ms;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-pcm.c29 uint32_t sec, ms; local
41 sec = psong->file_size / (psong->bitrate / 8);
43 psong->song_length = (sec * 1000) + ms;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dtime.c52 unsigned int year, mon, day, hour, min, sec; local
59 hour = min = sec = 0;
60 platform_gettod (&year, &mon, &day, &hour, &min, &sec);
64 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dtime.h10 volatile unsigned char sec; member in struct:mostek_dt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Drtc.h15 int sec; /* Seconds (0-59) */ member in struct:rtc_time
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Drtc.h15 int sec; /* Seconds (0-59) */ member in struct:rtc_time
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtime.c104 unsigned int year, mon, day, hour, min, sec; local
107 int *min, int *sec);
109 arch_gettod(&year, &mon, &day, &hour, &min, &sec);
113 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
127 unsigned long usec, sec; local
132 sec = xtime.tv_sec;
138 sec++;
141 tv->tv_sec = sec;
149 time_t wtm_sec, sec = tv->tv_sec; local
166 wtm_sec = wall_to_monotonic.tv_sec + (xtime.tv_sec - sec);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dalloc.c11 static int hpfs_alloc_if_possible_nolock(struct super_block *s, secno sec);
18 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) argument
22 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "chk"))) goto fail;
23 if ((bmp[(sec & 0x3fff) >> 5] >> (sec & 0x1f)) & 1) {
24 hpfs_error(s, "sector '%s' - %08x not allocated in bitmap", msg, sec);
28 if (sec >= hpfs_sb(s)->sb_dirband_start && sec < hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->sb_dirband_size) {
29 unsigned ssec = (sec - hpfs_sb(s)->sb_dirband_start) / 4;
32 hpfs_error(s, "sector '%s' - %08x not allocated in directory bitmap", msg, sec);
160 secno sec; local
231 secno sec; local
248 hpfs_alloc_if_possible_nolock(struct super_block *s, secno sec) argument
267 hpfs_alloc_if_possible(struct super_block *s, secno sec) argument
278 hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dutil.h41 #define sleep(sec) Sleep ((sec)*1000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A Dcbqinit.eth121 # est 1sec 8sec means, that kernel will evaluate average rate
22 # on this class with period 1sec and time constant 8sec.
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-default/
H A Dmach_time.h84 unsigned int year, mon, day, hour, min, sec; local
87 sec = CMOS_READ(RTC_SECONDS);
93 } while (sec != CMOS_READ(RTC_SECONDS));
96 BCD_TO_BIN(sec);
108 return mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dtime.c56 signed long usec, sec; local
68 sec = xtime.tv_sec;
74 sec++;
77 tv->tv_sec = sec;
85 time_t wtm_sec, sec = tv->tv_sec; local
100 wtm_sec = wall_to_monotonic.tv_sec + (xtime.tv_sec - sec);
103 set_normalized_timespec(&xtime, sec, nsec);
165 unsigned int year, mon, day, hour, min, sec; local
167 sec = CMOS_READ(RTC_SECONDS);
175 "rtc: sec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_wx.c305 struct ieee80211_security sec = { local
350 sec.enabled = 0;
351 sec.encrypt = 0;
352 sec.level = SEC_LEVEL_0;
353 sec.flags |= SEC_ENABLED | SEC_LEVEL | SEC_ENCRYPT;
359 sec.enabled = 1;
360 sec.encrypt = 1;
361 sec.flags |= SEC_ENABLED | SEC_ENCRYPT;
401 memcpy(sec.keys[key], keybuf, erq->length);
403 memset(sec
483 struct ieee80211_security *sec = &ieee->sec; local
531 struct ieee80211_security sec = { local
699 struct ieee80211_security *sec = &ieee->sec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_demux.c72 return (f->feed.sec.crc_val = crc32_be(f->feed.sec.crc_val, src, len));
121 u8 xor = f->filter.filter_value[i] ^ feed->feed.sec.secbuf[i];
132 return feed->cb.sec(feed->feed.sec.secbuf, feed->feed.sec.seclen,
140 struct dmx_section_feed *sec = &feed->feed.sec; local
143 if (!sec->is_filtering)
149 if (sec
168 struct dmx_section_feed *sec = &feed->feed.sec; local
216 struct dmx_section_feed *sec = &feed->feed.sec; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dm41t00.c44 u8 sec; /* Offsets for chip regs */ member in struct:m41t00_chip_info
61 .sec = 0,
72 .sec = 1,
86 .sec = 1,
102 s32 sec, min, hour, day, mon, year; local
121 sec = min = hour = day = mon = year = 0;
127 sec1 = sec;
134 sec = buf[m41t00_chip->sec] & 0x7f;
140 } while ((++reads < m41t00_chip->read_limit) && ((sec !
173 s32 sec, min, hour, day, mon, year; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/amiga/
H A Dtime.c15 unsigned int year, mon, day, hour, min, sec; local
18 int *min, int *sec);
20 arch_gettod (&year, &mon, &day, &hour, &min, &sec);
25 return mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtime.c100 unsigned long usec, sec; local
116 sec = xtime.tv_sec;
123 sec++;
126 tv->tv_sec = sec;
134 time_t wtm_sec, sec = tv->tv_sec; local
149 wtm_sec = wall_to_monotonic.tv_sec + (xtime.tv_sec - sec);
152 set_normalized_timespec(&xtime, sec, nsec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dmc146818-time.h91 unsigned int year, mon, day, hour, min, sec; local
97 sec = CMOS_READ(RTC_SECONDS);
103 } while (sec != CMOS_READ(RTC_SECONDS));
106 BCD_TO_BIN(sec);
116 return mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dmc146818-time.h91 unsigned int year, mon, day, hour, min, sec; local
97 sec = CMOS_READ(RTC_SECONDS);
103 } while (sec != CMOS_READ(RTC_SECONDS));
106 BCD_TO_BIN(sec);
116 return mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunit_lib.c93 t->sec.x = u->sec.x + v->sec.x;
102 ++t->sec.x;
108 if (t->sec.x < u->sec.x) return 1;
109 if (t->sec.x > u->sec.x) return 0;
119 tai_unix(&t->sec, now.tv_sec);
129 tai_pack(s, &t->sec);
[all...]

Completed in 264 milliseconds

1234567891011>>