Searched refs:key (Results 326 - 350 of 506) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dbitmap.c485 hash_in = (char*)&hint->key.k_dir_id;
489 hash_in = (char*)&hint->key.k_dir_id;
569 hash_in = (char*)&hint->key.k_dir_id;
586 struct key * key = &hint->key; local
589 hint->search_start = hint->beg + keyed_hash((char*)(&key->k_objectid),4) % (hint->end - hint->beg);
627 struct key * key = &hint->key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Dadi.c118 short *key; member in struct:adi
220 short *key = adi->key; local
238 input_report_key(dev, *key++, adi_get_bits(adi, 1));
248 input_report_key(dev, *key++, adi_get_bits(adi, 1));
408 adi->key = adi_key[t];
426 set_bit(adi->key[i], &adi->dev.keybit);
/asus-wl-520gu-7.0.1.45/src/router/wlconf/
H A Dwlconf.c118 /* set WEP key */
122 wl_wsec_key_t key; local
125 unsigned char *data = key.data;
128 memset(&key, 0, sizeof(key));
129 key.index = i - 1;
136 key.len = strlen(keystr);
137 strcpy((char *)key.data, keystr);
141 key.len = strlen(keystr) / 2;
149 key
708 char *key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dgetqueue.c138 /* now generate the sort key */
147 DEBUG5("Scan_queue: sort key '%s'",job.sort_key);
863 void intval( const char *key, struct line_list *list, struct job *job ) argument
865 int i = Find_flag_value(list,key,Value_sep);
868 "|%s.0x%08x",key,i&0xffffffff);
872 void revintval( const char *key, struct line_list *list, struct job *job ) argument
874 int i = Find_flag_value(list,key,Value_sep);
877 "|%s.0x%08x",key,(~i)&0xffffffff);
881 void strzval( const char *key, struct line_list *list, struct job *job ) argument
883 char *s = Find_str_value(list,key,Value_se
890 strnzval( const char *key, struct line_list *list, struct job *job ) argument
899 strval( const char *key, struct line_list *list, struct job *job, int reverse ) argument
1119 char *key, *s, *end; local
[all...]
H A Dpermission.c90 int j, c, linecount, valuecount, key; local
129 key = perm_val( args.list[0] );
130 if( key == 0 ){
134 /* we remove the key entry */
137 perm_str(key), result, perm_str(result) );
138 switch( key ){
323 if( key == P_FORWARD ) m = !m;
/asus-wl-520gu-7.0.1.45/src/linux/linux/ipc/
H A Dmsg.c103 static int newque (key_t key, int msgflg);
117 static int newque (key_t key, int msgflg) argument
131 msq->q_perm.key = key;
303 asmlinkage long sys_msgget (key_t key, int msgflg) argument
309 if (key == IPC_PRIVATE)
310 ret = newque(key, msgflg);
311 else if ((id = ipc_findkey(&msg_ids, key)) == -1) { /* key not used */
315 ret = newque(key, msgfl
[all...]
H A Dsem.c114 static int newary (key_t key, int nsems, int semflg) argument
139 sma->sem_perm.key = key;
152 asmlinkage long sys_semget (key_t key, int nsems, int semflg) argument
161 if (key == IPC_PRIVATE) {
162 err = newary(key, nsems, semflg);
163 } else if ((id = ipc_findkey(&sem_ids, key)) == -1) { /* key not used */
167 err = newary(key, nsems, semflg);
1064 len += sprintf(buffer, " key semi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dawe_wave.c163 int key; /* internal key for search */ member in struct:_voice_info
168 int note; /* midi key (0-127) */
356 #define awe_key_pressure(dev,voice,key,press) awe_start_note(dev,voice,(key)+128,press)
372 static void awe_alloc_multi_voices(int ch, int note, int velocity, int key);
901 /* convert frequency mHz to abstract cents (= midi key * 100) */
1666 /* calculate MIDI key and semitone from the specified frequency */
1889 #define KEY_CHAN_MATCH(key,c) (((key) >>
2119 int i, v2, key; local
2178 int i, key, state, volonly; local
2258 unsigned int key; local
2275 int key, key2; local
2369 int voice, i, key; local
3838 int key; local
4057 int key = vlist[0]->fixkey; local
4075 awe_alloc_multi_voices(int ch, int note, int velocity, int key) argument
[all...]
H A Dsequencer.c417 unsigned short key; local
420 key = (chn << 8) | (note + 1);
422 if (synth_devs[dev]->alloc.map[i] == key)
429 unsigned short key; local
432 key = (chn << 8) | (note + 1);
436 synth_devs[dev]->alloc.map[voice] = key;
569 int i, key; local
581 key = ((int) chn << 8);
584 if ((synth_devs[dev]->alloc.map[i] & 0xff00) == key)
602 int i, key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddpkg.c140 void make_hash(const char *key, unsigned int *start, unsigned int *decrement, const int hash_prime) argument
142 unsigned long int hash_num = key[0];
143 int len = strlen(key);
153 hash_num += ((key[i] + key[i-1]) << ((key[i] * i) % 24));
159 /* this adds the key to the hash table */
160 int search_name_hashtable(const char *key) argument
166 make_hash(key, &probe_address, &probe_decrement, NAME_HASH_PRIME);
168 if (strcmp(name_hashtable[probe_address], key)
184 search_status_hashtable(const char *key) argument
[all...]
H A Dinsmod.c1713 static char *get_modinfo_value(struct obj_file *f, const char *key) argument
1717 size_t klen = strlen(key);
1728 if (p + klen == v && strncmp(p, key, klen) == 0)
1731 if (p + klen == n && strcmp(p, key) == 0)
2113 char *p, *q, *key; local
2124 key = alloca(q - p + 6);
2125 memcpy(key, "parm_", 5);
2126 memcpy(key + 5, p, q - p);
2127 key[q - p + 5] = 0;
2129 p = get_modinfo_value(f, key);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c24 * New Protocol key (SIP0)
163 * Sent packet looks like "<CR>*<address>*<key><encaps payload><CR>"
166 * We allow 31 bytes for the stars, the key, the address and the <CR>s
443 * protocol key, 4 bytes for checksum, one byte for CR, and 65/64 expansion
1386 MetricomKey key; local
1390 if (header->protocol == htons(ETH_P_IP)) key = SIP0Key;
1391 else if (header->protocol == htons(ETH_P_ARP)) key = ARP0Key;
1458 *ptr++ = key.c[0];
1459 *ptr++ = key.c[1];
1460 *ptr++ = key
2199 MetricomKey key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dparport_pc.c1291 static void __devinit show_parconfig_smsc37c669(int io, int key) argument
1299 outb(key,io);
1300 outb(key,io);
1368 static void __devinit show_parconfig_winbond(int io, int key) argument
1385 outb(key,io);
1386 outb(key,io);
1431 static void __devinit decode_winbond(int efer, int key, int devid, int devrev, int oldid) argument
1459 printk(KERN_INFO "Winbond chip at EFER=0x%x key=0x%02x "
1461 efer, key, devid, devrev, oldid, type);
1464 show_parconfig_winbond(efer,key);
1467 decode_smsc(int efer, int key, int devid, int devrev) argument
1496 winbond_check(int io, int key) argument
1525 winbond_check2(int io,int key) argument
1553 smsc_check(int io, int key) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Ddebug.c215 unsigned char key,
245 if (key>0x0E)
248 keystr = keys[key];
214 usb_stor_show_sense( unsigned char key, unsigned char asc, unsigned char ascq) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbdelete.c230 * The key corresponding to 'right' in its parent is NOT updated.
435 int hfs_bdelete(struct hfs_btree *tree, const struct hfs_bkey *key) argument
442 if (!tree || (tree->magic != HFS_BTREE_MAGIC) || !key) {
447 retval = hfs_bfind(&brec, tree, key, HFS_BFIND_DELETE);
H A Dsuper.c372 struct hfs_cat_key key; local
426 (struct hfs_name *)(mdb->vname), &key);
428 root_inode = hfs_iget(hfs_cat_get(mdb, &key), HFS_ITYPE_NORM, NULL);
H A Dfile_cap.c61 memcpy(meta->fi_macfilename, entry->key.CName.Name,
62 entry->key.CName.Len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtoshiba.c105 * Read the Fn key status
304 int key; local
307 key = tosh_fn_status();
325 key);
332 * Determine which port to use for the Fn key status
468 fn key detection (and the fan on the Portage 610/Tecra700), and
527 MODULE_PARM_DESC(tosh_fn, "User specified Fn key detection port");
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhilkbd.c154 int key; local
161 key = hil_kbd_set1[scode & 0x7f];
162 input_report_key(&hil_dev.dev, key, down);
312 /* HIL keyboards don't have a numlock key,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcycx_x25.c108 s16 lcn; /* logical channel number/conn.req.key*/
873 u8 lcn, key; local
876 cycx_peek(&card->hw, cmd->buf + 1, &key, sizeof(key));
877 dprintk(1, KERN_INFO "%s: connect_confirm_intr:lcn=%d, key=%d\n",
878 card->devname, lcn, key);
880 if ((dev = get_dev_by_lcn(wandev, -key)) == NULL) {
882 clear_bit(--key, (void*)&card->u.x.connection_keys);
884 "key=%d!\n", card->devname, lcn, key);
1161 u8 key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_route.h62 * The key structure is what we used to look up the route.
63 * The rt_saddr & rt_daddr entries are the same as key.saddr & key.daddr
64 * except for local input routes, where the rt_saddr = key.daddr and
65 * rt_daddr = key.saddr to allow the route to be used for returning
79 } key; member in struct:dn_route
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_route.h62 * The key structure is what we used to look up the route.
63 * The rt_saddr & rt_daddr entries are the same as key.saddr & key.daddr
64 * except for local input routes, where the rt_saddr = key.daddr and
65 * rt_daddr = key.saddr to allow the route to be used for returning
79 } key; member in struct:dn_route
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dform.js37 if((sk>=48 && sk<=57) || (sk>=97 && sk<=105) || sk==0) // 0->other key
239 var key = 0;
243 key++;
253 else if(key < 4 && domain_reg.test(o.value)){ //���������������domain
256 else if(key == 4 && ip_reg.test(o.value)){ //���������������IP
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dform.js37 if((sk>=48 && sk<=57) || (sk>=97 && sk<=105) || sk==0) // 0->other key
239 var key = 0;
243 key++;
253 else if(key < 4 && domain_reg.test(o.value)){ //���������������domain
256 else if(key == 4 && ip_reg.test(o.value)){ //���������������IP
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dinode.c282 u32 key; member in struct:__anon3085
288 p->key = *(p->p = v);
294 while (from <= to && from->key == *from->p)
367 * Function fills the array of triples <key, p, bh> and returns %NULL
369 * (incomplete one) otherwise. Upon the return chain[i].key contains
398 if (!p->key)
401 bh = sb_bread(sb, le32_to_cpu(p->key));
409 if (!p->key)
520 * triple of that (one with zero ->key). Upon the exit we have the same
523 * set the last link), but branch->key contain
[all...]

Completed in 169 milliseconds

<<11121314151617181920>>