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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Da.conf0 sec "acfg"
H A Db.conf0 sec "bcfg"
H A Dsuite_dup.c15 CFG_SEC("sec", sec_opts, CFGF_MULTI | CFGF_TITLE),
26 cfg_t *sec; local
34 sec = cfg_getnsec(acfg, "sec", 0);
35 fail_unless(sec != 0);
36 fail_unless(cfg_size(acfg, "sec") == 1);
37 fail_unless(strcmp(cfg_title(sec), "acfg") == 0);
38 fail_unless(cfg_getint(sec, "a") == 5);
39 fail_unless(cfg_getint(sec, "b") == 2);
41 sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/common/
H A DMacros.h29 #define SEC2MS(sec) ((sec)*1000)
33 #define SEC(sec) (sec)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dxattr_security.c57 struct reiserfs_security_handle *sec)
62 sec->name = NULL;
68 error = security_inode_init_security(inode, dir, &sec->name,
69 &sec->value, &sec->length);
74 sec->name = NULL;
75 sec->value = NULL;
76 sec->length = 0;
80 if (sec->length && reiserfs_xattrs_initialized(inode->i_sb)) {
82 reiserfs_xattr_nblocks(inode, sec
56 reiserfs_security_init(struct inode *dir, struct inode *inode, struct reiserfs_security_handle *sec) argument
90 reiserfs_security_write(struct reiserfs_transaction_handle *th, struct inode *inode, struct reiserfs_security_handle *sec) argument
106 reiserfs_security_free(struct reiserfs_security_handle *sec) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-security.c28 static struct rxrpc_security *rxrpc_security_get(struct rxrpc_security *sec) argument
30 return try_module_get(sec->owner) ? sec : NULL;
36 static void rxrpc_security_put(struct rxrpc_security *sec) argument
38 module_put(sec->owner);
46 struct rxrpc_security *sec = NULL; local
52 list_for_each_entry(sec, &rxrpc_security_methods, link) {
53 if (sec->security_index == security_index) {
54 if (unlikely(!rxrpc_security_get(sec)))
60 sec
73 rxrpc_register_security(struct rxrpc_security *sec) argument
107 rxrpc_unregister_security(struct rxrpc_security *sec) argument
127 struct rxrpc_security *sec; local
165 struct rxrpc_security *sec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dtarget_time.h4 unsigned int *hour, unsigned int *min, unsigned int *sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpercpu-defs.h7 * 'sec' argument. This may be used to affect the parameters governing the
14 #define __PCPU_ATTRS(sec) \
15 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
61 #define DECLARE_PER_CPU_SECTION(type, name, sec) \
63 extern __PCPU_ATTRS(sec) __typeof__(type) name
65 #define DEFINE_PER_CPU_SECTION(type, name, sec) \
69 __PCPU_ATTRS(sec) PER_CPU_DEF_ATTRIBUTES __weak \
75 #define DECLARE_PER_CPU_SECTION(type, name, sec) \
76 extern __PCPU_ATTRS(sec) __typeof__(type) name
78 #define DEFINE_PER_CPU_SECTION(type, name, sec) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/compat/
H A Dcompat-gettimeofday.c69 time_t sec; local
80 sec = gtc_base + gtc / 1000;
83 if (sec == last_sec)
91 else if (sec < last_sec)
96 if (sec > last_sec - backtrack_hold_seconds)
98 sec = last_sec;
104 tv->tv_sec = (long)last_sec = (long)sec;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Drelocs.c288 struct section *sec = &secs[i]; local
292 sec->shdr.sh_name = elf32_to_cpu(shdr.sh_name);
293 sec->shdr.sh_type = elf32_to_cpu(shdr.sh_type);
294 sec->shdr.sh_flags = elf32_to_cpu(shdr.sh_flags);
295 sec->shdr.sh_addr = elf32_to_cpu(shdr.sh_addr);
296 sec->shdr.sh_offset = elf32_to_cpu(shdr.sh_offset);
297 sec->shdr.sh_size = elf32_to_cpu(shdr.sh_size);
298 sec->shdr.sh_link = elf32_to_cpu(shdr.sh_link);
299 sec->shdr.sh_info = elf32_to_cpu(shdr.sh_info);
300 sec
312 struct section *sec = &secs[i]; local
337 struct section *sec = &secs[i]; local
370 struct section *sec = &secs[i]; local
403 struct section *sec = &secs[i]; local
437 struct section *sec = &secs[i]; local
509 struct section *sec = &secs[i]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dshaper.c61 const int sec = delay / 1000000; local
64 if (sec < tv->tv_sec)
66 tv->tv_sec = sec;
70 else if (sec == tv->tv_sec)
80 dmsg (D_SHAPER_DEBUG, "SHAPER shaper_soonest_event sec=%d usec=%d ret=%d",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3x/
H A Dtime.h10 volatile unsigned char sec; member in struct:mostek_dt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtcrypt.c46 static unsigned int sec; variable
64 struct scatterlist *sg, int blen, int sec)
70 for (start = jiffies, end = start + sec * HZ, bcount = 0;
82 bcount, sec, (long)bcount * blen);
137 static void test_cipher_speed(const char *algo, int enc, unsigned int sec, argument
214 if (sec)
216 *b_size, sec);
237 char *out, int sec)
243 for (start = jiffies, end = start + sec * HZ, bcount = 0;
250 printk("%6u opers/sec,
63 test_cipher_jiffies(struct blkcipher_desc *desc, int enc, struct scatterlist *sg, int blen, int sec) argument
235 test_hash_jiffies_digest(struct hash_desc *desc, struct scatterlist *sg, int blen, char *out, int sec) argument
256 test_hash_jiffies(struct hash_desc *desc, struct scatterlist *sg, int blen, int plen, char *out, int sec) argument
408 test_hash_speed(const char *algo, unsigned int sec, struct hash_speed *speed) argument
499 test_ahash_jiffies_digest(struct ahash_request *req, int blen, char *out, int sec) argument
519 test_ahash_jiffies(struct ahash_request *req, int blen, int plen, char *out, int sec) argument
646 test_ahash_speed(const char *algo, unsigned int sec, struct hash_speed *speed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwebvttenc.c32 int64_t sec, min, hour; local
33 sec = millisec / 1000;
34 millisec -= 1000 * sec;
35 min = sec / 60;
36 sec -= 60 * min;
43 avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Ddisplay_sec.c155 void display_sec_desc(SEC_DESC *sec) argument
159 if (!sec) {
164 printf("revision: %d\n", sec->revision);
165 display_acl_type(sec->type);
167 if (sec->sacl) {
169 display_sec_acl(sec->sacl);
172 if (sec->dacl) {
174 display_sec_acl(sec->dacl);
177 if (sec->owner_sid) {
178 sid_to_string(sid_str, sec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-timed.c51 long sec, usec; local
89 sec = EXTRACT_32BITS(&tsp->tsp_time.tv_sec);
95 if (sec < 0 && usec != 0) {
96 sec++;
97 if (sec == 0)
101 printf("%ld.%06ld", sec, usec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/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 sec = bcd2bin(sec);
116 return mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dutil.h43 #define sleep(sec) Sleep ((sec)*1000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/swarm/
H A Dsetup.c92 unsigned long sec; local
96 sec = xicor_get_time();
100 sec = m41t81_get_time();
105 sec = mktime(2000, 1, 1, 0, 0, 0);
108 ts->tv_sec = sec;
112 int rtc_mips_set_time(unsigned long sec) argument
116 return xicor_set_time(sec);
119 return m41t81_set_time(sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcputime.h85 unsigned long sec; local
89 sec = jif / HZ;
94 if (sec)
95 ct += (cputime_t) sec * tb_ticks_per_sec;
107 u64 sec; local
111 sec = jif / HZ;
116 if (sec)
117 ct += (cputime_t) sec * tb_ticks_per_sec;
139 unsigned long sec; local
143 sec
163 secs_to_cputime(const unsigned long sec) argument
229 unsigned long sec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c318 struct libipw_security sec = { local
364 sec.enabled = 0;
365 sec.encrypt = 0;
366 sec.level = SEC_LEVEL_0;
367 sec.flags |= SEC_ENABLED | SEC_LEVEL | SEC_ENCRYPT;
373 sec.enabled = 1;
374 sec.encrypt = 1;
375 sec.flags |= SEC_ENABLED | SEC_ENCRYPT;
415 memcpy(sec.keys[key], keybuf, erq->length);
417 memset(sec
497 struct libipw_security *sec = &ieee->sec; local
545 struct libipw_security sec = { local
713 struct libipw_security *sec = &ieee->sec; local
[all...]

Completed in 200 milliseconds

1234567891011>>