Searched refs:value (Results 126 - 150 of 3134) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dtoshiba_acpi.c71 * example they allow setting, but not reading, the LCD brightness value),
105 static __inline__ void _set_bit(u32 * word, u32 mask, int value) argument
107 *word = (*word & ~mask) | (mask * value);
131 in_objs[0].integer.value = val;
156 in_objs[i].integer.value = in[i];
166 out[i] = out_objs->package.elements[i].integer.value;
173 /* common hci tasks (get or set one value)
264 u32 value; local
266 hci_read1(HCI_LCD_BRIGHTNESS, &value, &hci_result);
268 return (value >> HCI_LCD_BRIGHTNESS_SHIF
275 int value = get_lcd(NULL); local
288 set_lcd(int value) argument
307 int value; local
324 u32 value; local
343 int value; local
393 u32 value; local
408 int value; local
428 u32 value; local
455 int value; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dconfig.c107 struct sk_buff *tipc_cfg_reply_unsigned_type(u16 tlv_type, u32 value) argument
112 buf = tipc_cfg_reply_alloc(TLV_SPACE(sizeof(value)));
114 value_net = htonl(value);
199 u32 value; local
204 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
205 tipc_remote_management = (value != 0);
211 u32 value; local
216 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
217 if (value != delimit(value,
226 u32 value; local
241 u32 value; local
260 u32 value; local
279 u32 value; local
292 u32 value; local
311 u32 value; local
324 u32 value; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc107 D sourceLen 10u 0 value Source length
113 D sourceLen 10U 0 value Source length
114 D level 10I 0 value Compression level
117 D sourceLen 10U 0 value
123 D sourceLen 10U 0 value Source length
127 D path * value options(*string) File pathname
128 D mode * value options(*string) Open mode
132 D fd 10i 0 value File descriptor
133 D mode * value options(*string) Open mode
136 D file value lik
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/as400/
H A Dzlib.inc107 D sourceLen 10u 0 value Source length
113 D sourceLen 10U 0 value Source length
114 D level 10I 0 value Compression level
117 D sourceLen 10U 0 value
123 D sourceLen 10U 0 value Source length
127 D path * value options(*string) File pathname
128 D mode * value options(*string) Open mode
132 D fd 10i 0 value File descriptor
133 D mode * value options(*string) Open mode
136 D file value lik
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dmodule.c105 uint32_t value; local
126 COPY_UNALIGNED_WORD (*location, value, align);
127 value += relocation;
128 COPY_UNALIGNED_WORD (value, *location, align);
131 COPY_UNALIGNED_WORD (*location, value, align);
134 value += relocation;
135 COPY_UNALIGNED_WORD (value, *location, align);
138 COPY_UNALIGNED_WORD (*location, value, align);
142 value += relocation;
143 COPY_UNALIGNED_WORD (value, *locatio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Datp.h153 write_reg(short port, unsigned char reg, unsigned char value) argument
162 outval |= value;
172 write_reg_high(short port, unsigned char reg, unsigned char value) argument
181 outval = WrAddr | HNib | value;
183 outval &= HNib | 0x0f; /* HNib | value */
192 write_reg_byte(short port, unsigned char reg, unsigned char value) argument
200 outb((outval & 0xf0) | (value & 0x0f), port + PAR_DATA);
201 outb(value & 0x0f, port + PAR_DATA);
202 value >>= 4;
203 outb(value, por
217 write_byte_mode0(short ioaddr, unsigned char value) argument
223 write_byte_mode1(short ioaddr, unsigned char value) argument
232 write_word_mode0(short ioaddr, unsigned short value) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c69 static int v3_check_critical(char **value);
70 static int v3_check_generic(char **value);
71 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
73 static char *conf_lhash_get_string(void *db, char *section, char *value);
77 static unsigned char *generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len);
80 /* char *value: Value */
82 char *value)
87 crit = v3_check_critical(&value);
88 if ((ext_type = v3_check_generic(&value)))
81 X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value) argument
101 X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value) argument
115 do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value) argument
226 v3_check_critical(char **value) argument
237 v3_check_generic(char **value) argument
260 v3_generic_extension(const char *ext, char *value, int crit, int gen_type, X509V3_CTX *ctx) argument
307 generic_asn1(char *value, X509V3_CTX *ctx, long *ext_len) argument
422 nconf_get_string(void *db, char *section, char *value) argument
457 X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value) argument
467 X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value) argument
475 conf_lhash_get_string(void *db, char *section, char *value) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dmodule.c50 static void reloc_stack_push(uint32_t value) argument
52 reloc_stack[reloc_stack_tos++] = value;
62 uint32_t value; local
66 value = reloc_stack[reloc_stack_tos - 2] +
71 value = reloc_stack[reloc_stack_tos - 2] -
76 value = reloc_stack[reloc_stack_tos - 2] *
81 value = reloc_stack[reloc_stack_tos - 2] /
86 value = reloc_stack[reloc_stack_tos - 2] %
91 value = reloc_stack[reloc_stack_tos - 2] <<
96 value
271 uint32_t value; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dwlif_utils.c160 char akm[16], *akms, *akmnext, *value, *infra; local
224 value = nvram_safe_get(strcat_r(wl_prefix, "ssid", comb));
225 strncpy(info->ssid, value, MAX_SSID_LEN);
231 value = nvram_safe_get(strcat_r(wl_prefix, "auth_mode", comb));
232 info->akm = !strcmp(value, "radius") ? WLIFU_AUTH_RADIUS : 0;
250 value = nvram_safe_get(strcat_r(wl_prefix, "wep", comb));
251 info->wsec = !strcmp(value, "enabled") ? WEP_ENABLED : 0;
253 value = wds_crypto;
255 value = nvram_safe_get(strcat_r(wl_prefix, "crypto", comb));
257 if (!strcmp(value, "tki
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dsetenv.h31 If REPLACE is nonzero, overwrite an existing value. */
32 extern int setenv (const char *name, const char *value, int replace);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/
H A DMakefile.am13 TESTS = test-mem test-value test-integers test-parse test-tagtable test-sorted
18 check_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradattr.c59 * vp -- linked-list of RADIUS attribute-value pairs
64 * file contains "name value" pairs.
72 char value[2048]; local
83 if (rc_avpair_tostr(vp, name, sizeof(name), value, sizeof(value)) < 0) {
86 fprintf(fp, "%s %s\n", name, value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dextable.c17 unsigned long value)
42 if (walk->insn == value)
51 if (walk[0].insn <= value && walk[1].insn > value)
15 search_extable(const struct exception_table_entry *start, const struct exception_table_entry *last, unsigned long value) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500_usb.h33 int value; member in struct:RioCommand
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dmostek.h83 /* Masks that define how much space each value takes up. */
98 #define MSTK_SET(regs,var,value,mask) do { ((struct mostek48t02 *)regs)->var &= ~(MSTK_ ## mask ## _MASK); ((struct mostek48t02 *)regs)->var |= MSTK_DECIMAL_TO_REGVAL(value) & (MSTK_ ## mask ## _MASK); } while (0)
101 * the decimal value of the register requested if applicable. You pass
113 #define MSTK_SET_REG_SEC(regs,value) MSTK_SET(regs,sec,value,SEC)
114 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,min,value,MIN)
115 #define MSTK_SET_REG_HOUR(regs,value) MSTK_SET(regs,hour,value,HOU
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dmostek.h85 /* Masks that define how much space each value takes up. */
101 #define MSTK_SET(regs,name,value) \
104 __val |= (MSTK_DECIMAL_TO_REGVAL(value) & \
110 * the decimal value of the register requested if applicable. You pass
122 #define MSTK_SET_REG_SEC(regs,value) MSTK_SET(regs,SEC,value)
123 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,MIN,value)
124 #define MSTK_SET_REG_HOUR(regs,value) MSTK_SET(regs,HOUR,value)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dk8.h8 extern int early_is_k8_nb(u32 value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.h14 char **optopt, char **optarg, unsigned long *value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dgetopt.h12 unsigned long *value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ep93xx/
H A Duncompress.h24 static void __raw_writeb(unsigned char value, unsigned int ptr) argument
26 *((volatile unsigned char *)ptr) = value;
29 static void __raw_writel(unsigned int value, unsigned int ptr) argument
31 *((volatile unsigned int *)ptr) = value;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dtrustdom_cache.c102 * and ip address of domain controller (value)
108 * @return true upon successful value storing or
167 char *key = NULL, *value = NULL; local
178 /* prepare a key and get the value */
183 if (!gencache_get(key, &value, &timeout)) {
186 SAFE_FREE(value);
190 DEBUG(5, ("trusted domain %s found (%s)\n", name, value));
194 if(! string_to_sid(sid, value)) {
196 SAFE_FREE(value);
200 SAFE_FREE(value);
211 char *value = NULL; local
237 fstring value; local
278 flush_trustdom_name(const char* key, const char *value, time_t timeout, void* dptr) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsetenv.h31 If REPLACE is nonzero, overwrite an existing value. */
32 extern int setenv (const char *name, const char *value, int replace);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dlog.h40 unsigned int value)
42 if (++value == sdp->sd_jdesc->jd_blocks) {
43 value = 0;
45 sdp->sd_log_head = sdp->sd_log_tail = value;
39 gfs2_log_pointers_init(struct gfs2_sbd *sdp, unsigned int value) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/irda/
H A Dirlan_filter.h29 char *value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dsetenv.h32 If REPLACE is nonzero, overwrite an existing value. */
33 extern int setenv (const char *name, const char *value, int replace);

Completed in 313 milliseconds

1234567891011>>