Searched refs:key (Results 176 - 200 of 506) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwins.c166 char *key; local
184 key = nsd_attr_fetch_string(rq->f_attrs, "key", (char*)0);
185 if (! key || ! *key) {
198 if ( status = lookup_byaddr_backend(key, &count)) {
199 size = strlen(key) + 1;
205 strncat(response,key,size);
226 if (ip_list = lookup_byname_backend(key, &count)) {
240 size = strlen(key)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dinode.c58 static void _make_cpu_key (struct cpu_key * key, int version, __u32 dirid, __u32 objectid, argument
61 key->version = version;
63 key->on_disk_key.k_dir_id = dirid;
64 key->on_disk_key.k_objectid = objectid;
65 set_cpu_key_k_offset (key, offset);
66 set_cpu_key_k_type (key, type);
67 key->key_length = length;
72 offset and type of key */
73 void make_cpu_key (struct cpu_key * key, const struct inode * inode, loff_t offset, argument
76 _make_cpu_key (key, get_inode_item_key_versio
85 make_le_item_head(struct item_head * ih, const struct cpu_key * key, int version, loff_t offset, int type, int length, int entry_count ) argument
225 struct cpu_key key; local
521 struct cpu_key key; local
1038 struct cpu_key key; local
1109 struct cpu_key key; local
1198 reiserfs_iget(struct super_block * s, const struct cpu_key * key) argument
1219 struct cpu_key key ; local
1373 struct cpu_key key; local
1422 struct cpu_key key; local
1464 struct cpu_key key; local
1792 struct cpu_key key ; local
[all...]
H A Dsuper.c57 extern const struct key MAX_KEY;
63 pending and as unlink completes first (because key of "save link"
64 protecting unlink is bigger that a key lf "save link" which
67 static void remove_save_link_only (struct super_block * s, struct key * key, int oid_free) argument
74 reiserfs_delete_solid_item (&th, key);
77 reiserfs_release_objectid (&th, le32_to_cpu (key->k_objectid));
88 struct key save_link_key;
99 /* compose key to look for "save" links */
164 the same key
208 struct cpu_key key; local
279 struct key key; local
967 struct cpu_key key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dmultilink.c36 static int parse_num __P((char *str, const char *key, int *valp));
90 TDB_DATA key, pid, rec; local
153 key.dptr = bundle_id;
154 key.dsize = p - bundle_id;
155 pid = tdb_fetch(pppdb, key);
195 parse_num(str, key, valp)
197 const char *key;
203 p = strstr(str, key);
205 p += strlen(key);
216 * Check whether the pppd identified by `key' stil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dmultilink.c55 static int parse_num __P((char *str, const char *key, int *valp));
109 TDB_DATA key, pid, rec; local
172 key.dptr = bundle_id;
173 key.dsize = p - bundle_id;
174 pid = tdb_fetch(pppdb, key);
214 parse_num(str, key, valp)
216 const char *key;
222 p = strstr(str, key);
224 p += strlen(key);
235 * Check whether the pppd identified by `key' stil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dmultilink.c55 static int parse_num __P((char *str, const char *key, int *valp));
109 TDB_DATA key, pid, rec; local
172 key.dptr = bundle_id;
173 key.dsize = p - bundle_id;
174 pid = tdb_fetch(pppdb, key);
214 parse_num(str, key, valp)
216 const char *key;
222 p = strstr(str, key);
224 p += strlen(key);
235 * Check whether the pppd identified by `key' stil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/locking/
H A Dlocking.c322 Form a static locking key for a dev/inode pair.
327 static struct locking_key key; local
330 memset(&key, '\0', sizeof(key));
331 key.dev = dev;
332 key.inode = inode;
333 kbuf.dptr = (char *)&key;
334 kbuf.dsize = sizeof(key);
425 TDB_DATA key = locking_key(dev, inode); local
428 dbuf = tdb_fetch(tdb, key);
550 TDB_DATA key = locking_key(dev, inode); local
637 TDB_DATA key = locking_key_fsp(fsp); local
717 TDB_DATA key = locking_key(dev, inode); local
817 TDB_DATA key = locking_key(dev, inode); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Df_u32.c110 static int pack_key(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
115 key &= mask;
121 if ((key^sel->keys[i].val) & intersect)
123 sel->keys[i].val |= key;
133 sel->keys[hwm].val = key;
141 static int pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
143 key = htonl(key);
145 return pack_key(sel, key, mask, off, offmask);
148 static int pack_key16(struct tc_u32_sel *sel, __u32 key, __u3 argument
164 pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
221 __u32 key; local
252 __u32 key; local
282 __u32 key; local
942 struct tc_u32_key *key = sel->keys; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hpfs/
H A Dea.c72 /* Read an extended attribute named 'key' into the provided buffer */
74 int hpfs_read_ea(struct super_block *s, struct fnode *fnode, char *key, argument
83 if (!strcmp(ea->name, key)) {
107 if (!strcmp(ea->name, key)) {
129 /* Read an extended attribute named 'key' */
130 char *hpfs_get_ea(struct super_block *s, struct fnode *fnode, char *key, int *size) argument
139 if (!strcmp(ea->name, key)) {
165 if (!strcmp(ea->name, key)) {
185 * Update or create extended attribute 'key' with value 'data'. Note that
190 void hpfs_set_ea(struct inode *inode, struct fnode *fnode, char *key, cha argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Ditree.c61 u32 key; member in struct:__anon3184
67 p->key = *(p->p = v);
73 while (from <= to && from->key == *from->p)
95 if (!p->key)
98 int block = block_to_cpu(sb, p->key);
105 if (!p->key)
128 branch[0].key = sysv_new_block(inode->i_sb);
129 if (branch[0].key) for (n = 1; n < num; n++) {
133 branch[n].key = sysv_new_block(inode->i_sb);
134 if (!branch[n].key)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dagpgart.h92 int key; /* tag of allocation */ member in struct:_agp_allocate
102 int key; /* tag of allocation */ member in struct:_agp_bind
107 int key; /* tag of allocation */ member in struct:_agp_unbind
164 int key; /* tag of allocation */ member in struct:_agp_allocate
174 int key; /* tag of allocation */ member in struct:_agp_bind
179 int key; /* tag of allocation */ member in struct:_agp_unbind
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dagpgart.h92 int key; /* tag of allocation */ member in struct:_agp_allocate
102 int key; /* tag of allocation */ member in struct:_agp_bind
107 int key; /* tag of allocation */ member in struct:_agp_unbind
164 int key; /* tag of allocation */ member in struct:_agp_allocate
174 int key; /* tag of allocation */ member in struct:_agp_bind
179 int key; /* tag of allocation */ member in struct:_agp_unbind
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dpy_common.c137 PyObject *key, *value; local
182 while (PyDict_Next(creds, &i, &key, &value)) {
183 if (strcmp(PyString_AsString(key), "domain") != 0 &&
184 strcmp(PyString_AsString(key), "username") != 0 &&
185 strcmp(PyString_AsString(key), "password") != 0) {
188 PyString_AsString(key));
244 /* Return true if a dictionary contains a "level" key with an integer
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddict.c55 #define key dict_key macro
150 * dict_next() successor function, verifying that the key of each node is
164 if (dict->compare(first->key, next->key) > 0)
170 if (dict->compare(first->key, next->key) >= 0)
448 * Locate a node in the dictionary having the given key.
454 dnode_t *dict_lookup(dict_t *dict, const void *key) argument
464 result = dict->compare(key, root->key);
493 dict_lower_bound(dict_t *dict, const void *key) argument
525 dict_upper_bound(dict_t *dict, const void *key) argument
561 dict_insert(dict_t *dict, dnode_t *node, const void *key) argument
834 dict_alloc_insert(dict_t *dict, const void *key, void *data) argument
1057 dict_load_next(dict_load_t *load, dnode_t *newnode, const void *key) argument
1292 const char *key; local
1358 const char *key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_conntrack_proto_gre.h33 key:1, member in struct:gre_hdr
42 key:1,
101 /* get pointer to gre key, if present */
104 if (!greh->key)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_proto_gre.h33 key:1, member in struct:gre_hdr
42 key:1,
101 /* get pointer to gre key, if present */
104 if (!greh->key)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Deditreg.c54 0x00000024 D-Word Offset of 1st key record
110 key-record of the win 95 registry.
128 sub-key and don't have a header.
143 0x0002 Word for the root-key: 0x2C, otherwise 0x20 //key symbolic links 0x10. Nigel
145 0x0010 D-Word Offset of Owner/Parent key
147 0x001C D-Word Offset of the sub-key lf-Records
156 0x004C ???? key-name
204 0x0004 D-Word ASCII: the first 4 characters of the key-name, padded with 0's. Case sensitiv!
207 key
789 nt_find_key_in_list_by_name(KEY_LIST *list, char *key) argument
808 nt_find_key_by_name(REG_KEY *tree, char *key) argument
891 REG_KEY *key; local
977 nt_delete_reg_key(REG_KEY *key, int delete_name) argument
1075 nt_add_reg_value(REG_KEY *key, char *name, int type, char *value) argument
1138 nt_delete_reg_value(REG_KEY *key, char *name) argument
1308 nt_inherit_security(REG_KEY *key) argument
1340 nt_add_reg_key_list(REGF *regf, REG_KEY *key, char * name, int create) argument
2918 nt_store_reg_key(REGF *regf, REG_KEY *key) argument
3094 char *key; member in struct:command_s
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Ddebug.h58 void usb_stor_show_sense( unsigned char key,
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Ddes.h216 void DES_set_odd_parity(DES_cblock *key);
217 int DES_check_key_parity(const_DES_cblock *key);
218 int DES_is_weak_key(const_DES_cblock *key);
222 int DES_set_key(const_DES_cblock *key,DES_key_schedule *schedule);
223 int DES_key_sched(const_DES_cblock *key,DES_key_schedule *schedule);
224 int DES_set_key_checked(const_DES_cblock *key,DES_key_schedule *schedule);
225 void DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
226 void DES_string_to_key(const char *str,DES_cblock *key);
234 int DES_read_password(DES_cblock *key, const char *prompt, int verify);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsecrets.h88 char key[8]; member in struct:afs_key
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Ddes.h212 void DES_set_odd_parity(DES_cblock *key);
213 int DES_check_key_parity(const_DES_cblock *key);
214 int DES_is_weak_key(const_DES_cblock *key);
218 int DES_set_key(const_DES_cblock *key,DES_key_schedule *schedule);
219 int DES_key_sched(const_DES_cblock *key,DES_key_schedule *schedule);
220 int DES_set_key_checked(const_DES_cblock *key,DES_key_schedule *schedule);
221 void DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
222 void DES_string_to_key(const char *str,DES_cblock *key);
230 int DES_read_password(DES_cblock *key, const char *prompt, int verify);
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dschling.h49 int Schl_DelKey(char *key);
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dschling.h49 int Schl_DelKey(char *key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Ddir_dbl.c73 struct hfs_cat_key key; local
76 hfs_cat_build_key(entry->cnid, &cname, &key);
77 if ((victim = hfs_cat_get(entry->mdb, &key))) {
98 struct hfs_cat_key key; local
119 hfs_cat_build_key(entry->cnid, &cname, &key);
120 inode = hfs_iget(hfs_cat_get(entry->mdb, &key), HFS_DBL_NORM, dentry);
126 hfs_cat_build_key(entry->cnid, &cname, &key);
127 inode = hfs_iget(hfs_cat_get(entry->mdb, &key),
157 hfs_get_hl(entry->key.ParID), DT_DIR)) {
183 &((struct hfs_cat_key *)brec.key)
[all...]
H A Ddir_nat.c82 struct hfs_cat_key key; local
122 hfs_cat_build_key(entry->cnid, &cname, &key);
123 inode = hfs_iget(hfs_cat_get(entry->mdb, &key),
184 cnid = hfs_get_nl(entry->key.ParID);
215 &((struct hfs_cat_key *)brec.key)->CName);
361 struct hfs_cat_key key; local
363 hfs_cat_build_key(entry->cnid, &cname, &key);
364 victim = hfs_cat_get(entry->mdb, &key);
412 struct hfs_cat_key key; local
414 hfs_cat_build_key(entry->cnid, &cname, &key);
[all...]

Completed in 247 milliseconds

1234567891011>>