Searched refs:key (Results 126 - 150 of 506) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_idmap.c28 TDB_DATA key,
32 if (strcmp(key.dptr, "USER HWM") == 0) {
37 if (strcmp(key.dptr, "GROUP HWM") == 0) {
42 if (strncmp(key.dptr, "S-", 2) != 0)
45 printf("%s %s\n", data.dptr, key.dptr);
27 net_idmap_dump_one_entry(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA data, void *unused) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdbutil.c54 static int tdb_chainlock_with_timeout_internal( TDB_CONTEXT *tdb, TDB_DATA key, unsigned int timeout, int rw_type) argument
67 ret = tdb_chainlock_read(tdb, key);
69 ret = tdb_chainlock(tdb, key);
75 DEBUG(0,("tdb_chainlock_with_timeout_internal: alarm (%u) timed out for key %s in tdb %s\n",
76 timeout, key.dptr, tdb->name ));
92 int tdb_chainlock_with_timeout( TDB_CONTEXT *tdb, TDB_DATA key, unsigned int timeout) argument
94 return tdb_chainlock_with_timeout_internal(tdb, key, timeout, F_WRLCK);
103 TDB_DATA key = make_tdb_data(keyval, strlen(keyval)+1); local
105 return tdb_chainlock_with_timeout_internal(tdb, key, timeout, F_WRLCK);
114 TDB_DATA key local
125 TDB_DATA key = make_tdb_data(keyval, strlen(keyval)+1); local
136 TDB_DATA key = make_tdb_data(keyval, strlen(keyval)+1); local
149 TDB_DATA key = make_tdb_data(keyval, len); local
181 TDB_DATA key = make_tdb_data(keystr, len); local
209 TDB_DATA key = make_tdb_data(keyval, len); local
240 TDB_DATA key = make_tdb_data(keystr, len); local
271 TDB_DATA key = make_tdb_data(keystr, strlen(keystr)+1); local
283 TDB_DATA key = make_tdb_data(keystr, strlen(keystr)+1); local
294 TDB_DATA key = make_tdb_data(keystr, strlen(keystr)+1); local
754 tdb_traverse_delete_fn(TDB_CONTEXT *the_tdb, TDB_DATA key, TDB_DATA dbuf, void *state) argument
773 TDB_DATA key, next; local
[all...]
H A Dtdbtorture.c72 static int cull_traverse(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, argument
76 tdb_delete(tdb, key);
85 TDB_DATA key, data, lockkey; local
95 key.dptr = k;
96 key.dsize = klen+1;
113 tdb_delete(db, key);
120 if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
129 if (tdb_append(db, key, data) != 0) {
139 data = tdb_fetch(db, key);
140 if (tdb_store(db, key, dat
165 traverse_fn(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_kbd.c225 unsigned int key; local
227 key = kbd->data[cnt++];
228 up = key & HIL_KBD_SET1_UPBIT;
229 key &= (~HIL_KBD_SET1_UPBIT & 0xff);
230 key = key >> HIL_KBD_SET1_SHIFT;
231 if (key != KEY_RESERVED && key != KEY_UNKNOWN)
232 input_report_key(dev, hil_kbd_set1[key], !up);
237 unsigned int key; local
249 unsigned int key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/cgi-lib/
H A Dcgi-lib.c145 associated key and value to the linked list entries. It parses
242 list_print() - This function will print out the key/value pairs in our linked list.
286 key found will be deleted, if NULL is supplied for the
287 key then the first matching value will be deleted, if
288 both the key and value are supplied then the
289 key and value must match in order for the node to be
294 int list_delete_entry(LIST *head, char *key, char *value) argument
299 data.key = key;
314 entries based on the key passe
321 list_delete_key_multi(LIST *head, char *key) argument
377 find_val(LIST *head, char *key) argument
430 find_val_multi(LIST *head, char *key, char ***Vals) argument
602 char *key=NULL,*value=NULL, *tempStr=NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dmenubox.c172 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
277 while (key != ESC) {
278 key = wgetch(menu);
280 if (key < 256 && isalpha(key)) key = tolower(key);
282 if (strchr("ynm", key))
287 if (key == tolower(items[(scroll+i)*2+1][j]))
293 if (key
[all...]
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dmenubox.c171 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
276 while (key != ESC) {
277 key = wgetch(menu);
279 if (key < 256 && isalpha(key)) key = tolower(key);
281 if (strchr("ynm", key))
286 if (key == tolower(items[scroll + i]->name[j]))
292 if (key
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Ddir.c13 * Build a key for a file by the given name in the given directory.
16 static int build_key(struct hfs_cat_key *key, struct inode *dir, argument
47 /* build the key */
48 hfs_cat_build_key(HFS_I(dir)->entry->cnid, &cname, key);
147 struct hfs_cat_key key; local
151 /* build the key, checking against reserved names */
152 if (build_key(&key, dir, dentry->d_name.name, dentry->d_name.len))
155 if ((error = hfs_cat_create(entry, &key,
192 struct hfs_cat_key key; local
196 /* build the key, checkin
232 struct hfs_cat_key key; local
274 struct hfs_cat_key key; local
320 struct hfs_cat_key key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/registry/
H A Dreg_printing.c85 static int print_subpath_environments( char *key, REGSUBKEY_CTR *subkeys ) argument
102 DEBUG(10,("print_subpath_environments: key=>[%s]\n", key ? key : "NULL" ));
106 if ( !key )
137 key2 = strdup( key );
227 static int print_subpath_values_environments( char *key, REGVAL_CTR *val ) argument
245 DEBUG(8,("print_subpath_values_environments: Enter key => [%s]\n", key ? key
366 print_subpath_forms( char *key, REGSUBKEY_CTR *subkeys ) argument
382 print_subpath_values_forms( char *key, REGVAL_CTR *val ) argument
460 print_subpath_printers( char *key, REGSUBKEY_CTR *subkeys ) argument
520 print_subpath_values_printers( char *key, REGVAL_CTR *val ) argument
670 handle_printing_subpath( char *key, REGSUBKEY_CTR *subkeys, REGVAL_CTR *val ) argument
736 printing_subkey_info( char *key, REGSUBKEY_CTR *subkey_ctr ) argument
768 printing_value_info( char *key, REGVAL_CTR *val ) argument
799 printing_store_subkey( char *key, REGSUBKEY_CTR *subkeys ) argument
810 printing_store_value( char *key, REGVAL_CTR *val ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Droute.c255 r->key.tos,
338 rth->key.iif && rth->u.rt_next;
627 if (memcmp(&rth->key, &rt->key, sizeof(rt->key)) == 0) {
649 if (rt->rt_type == RTN_UNICAST || rt->key.iif == 0) {
812 if (rth->key.dst != daddr ||
813 rth->key.src != skeys[i] ||
814 rth->key.tos != tos ||
815 rth->key
1330 struct rt_key key; local
1707 struct rt_key key; local
1985 ip_route_output_key(struct rtable **rp, const struct rt_key *key) argument
[all...]
H A Dip_nat_dumb.c120 struct rt_key key; local
123 key.src = ciph->daddr;
124 key.dst = ciph->saddr;
125 key.iif = skb->dev->ifindex;
126 key.oif = 0;
128 key.tos = RT_TOS(ciph->tos);
131 key.fwmark = 0;
136 if (fib_lookup(&key, &res) == 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskvpd.c158 char *key,
550 * find the Keyword 'key' in the VPD buffer and fills the
558 char *key, /* keyword to find (e.g. "MN") */
568 ("vpd find para %s .. ",key)) ;
577 if (strcmp(key,VPD_NAME) == 0) {
587 if (SK_MEMCMP(key,v,2) == 0) {
654 * setup the VPD keyword 'key' at 'ip'.
659 char *key, /* keyword to insert */
667 p->p_key[0] = key[0] ;
668 p->p_key[1] = key[
556 vpd_find_para( SK_AC *pAC, char *key, SK_VPD_PARA *p) argument
658 vpd_insert_key( char *key, char *buf, int len, char *ip) argument
740 VpdSetupPara( SK_AC *pAC, char *key, char *buf, int len, int type, int op) argument
945 VpdRead( SK_AC *pAC, SK_IOC IoC, char *key, char *buf, int *len) argument
990 VpdMayWrite( char *key) argument
1015 VpdWrite( SK_AC *pAC, SK_IOC IoC, char *key, char *buf) argument
1075 VpdDelete( SK_AC *pAC, SK_IOC IoC, char *key) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgtree.c48 gpointer key; /* key for this node */ member in struct:_GTreeNode
53 static GTreeNode* g_tree_node_new (gpointer key,
58 gpointer key,
63 gpointer key);
73 gpointer key);
99 g_tree_node_new (gpointer key, argument
125 node->key = key;
175 gpointer key,
174 g_tree_insert(GTree *tree, gpointer key, gpointer value) argument
191 g_tree_remove(GTree *tree, gpointer key) argument
204 g_tree_lookup(GTree *tree, gpointer key) argument
299 g_tree_node_insert(GTreeNode *node, GCompareFunc compare, gpointer key, gpointer value, gint *inserted) argument
367 g_tree_node_remove(GTreeNode *node, GCompareFunc compare, gpointer key) argument
493 g_tree_node_lookup(GTreeNode *node, GCompareFunc compare, gpointer key) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dhash.c46 * used by the hash key comparison.
82 * Compute a hash value based on a string key value.
83 * Make the string key into an array of int's if possible.
86 * key.
91 static int string_hash(int hash_size, const char *key) argument
95 for (p = key; *p != '\0'; p++) {
112 * key -- The hash key to be found.
116 static hash_element *hash_chain_find(hash_table *table, ubi_dlList *hash_chain, char *key) argument
124 if ((table->comp_func)(hash_elem->key, ke
146 hash_lookup(hash_table *table, char *key) argument
168 hash_insert(hash_table *table, char *value, char *key) argument
[all...]
H A Dafs.c132 struct afs_key key; local
166 if (!secrets_fetch_afs_key(cell, &key)) {
167 DEBUG(5, ("Could not fetch AFS service key\n"));
171 ct.AuthHandle = key.kvno;
201 /* We need to create a session key */
204 /* Our client code needs the the key in the clear, it does not
205 know the server-key ... */
243 des_key_sched((const_des_cblock *)key.key, key_schedule);
245 len, key_schedule, (C_Block *)key
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dpy_tdb.c116 static int tdb_traverse_count(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA value, argument
134 static PyObject *tdb_hnd_subscript(tdb_hnd_object *obj, PyObject *key) argument
139 if (!PyArg_Parse(key, "s#", &krec.dptr, &krec.dsize))
146 PyString_AsString(key));
156 static int tdb_ass_subscript(tdb_hnd_object *obj, PyObject *key, PyObject *value) argument
160 if (!PyArg_Parse(key, "s#", &krec.dptr, &krec.dsize)) {
219 /* Return non-zero if a given key exists in the tdb */
224 TDB_DATA key; local
226 if (!PyArg_ParseTuple(args, "s#", &key.dptr, &key
240 tdb_traverse_keys(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA value, void *state) argument
273 TDB_DATA key; local
288 TDB_DATA key, oldkey; local
358 PyObject *key = PyList_GetItem(py_keys, i); local
435 tdb_traverse_traverse(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA value, void *state) argument
495 TDB_DATA key; local
514 TDB_DATA key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h158 /** this says about version of key of all items (but stat data) the
235 // directories use this key as well as old files
297 struct key { struct
309 struct key on_disk_key;
322 /* The result of the key compare */
329 #define KEY_SIZE (sizeof(struct key))
354 item head contains the key of the item, its free space (for
361 * its key.*/
362 struct key ih_key;
367 item. Note that the key, no
463 le_key_k_offset(int version, const struct key * key) argument
475 le_key_k_type(int version, const struct key * key) argument
488 set_le_key_k_offset(int version, struct key * key, loff_t offset) argument
502 set_le_key_k_type(int version, struct key * key, int type) argument
532 cpu_key_k_offset(const struct cpu_key * key) argument
539 cpu_key_k_type(const struct cpu_key * key) argument
546 set_cpu_key_k_offset(struct cpu_key * key, loff_t offset) argument
554 set_cpu_key_k_type(struct cpu_key * key, int type) argument
562 cpu_key_k_offset_dec(struct cpu_key * key) argument
1340 struct key key; /* key pointer, to pass to block allocator or member in struct:tree_balance
1656 le_key_version(const struct key * key) argument
1935 struct key key; member in struct:__reiserfs_blocknr_hint
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h158 /** this says about version of key of all items (but stat data) the
235 // directories use this key as well as old files
297 struct key { struct
309 struct key on_disk_key;
322 /* The result of the key compare */
329 #define KEY_SIZE (sizeof(struct key))
354 item head contains the key of the item, its free space (for
361 * its key.*/
362 struct key ih_key;
367 item. Note that the key, no
463 le_key_k_offset(int version, const struct key * key) argument
475 le_key_k_type(int version, const struct key * key) argument
488 set_le_key_k_offset(int version, struct key * key, loff_t offset) argument
502 set_le_key_k_type(int version, struct key * key, int type) argument
532 cpu_key_k_offset(const struct cpu_key * key) argument
539 cpu_key_k_type(const struct cpu_key * key) argument
546 set_cpu_key_k_offset(struct cpu_key * key, loff_t offset) argument
554 set_cpu_key_k_type(struct cpu_key * key, int type) argument
562 cpu_key_k_offset_dec(struct cpu_key * key) argument
1340 struct key key; /* key pointer, to pass to block allocator or member in struct:tree_balance
1656 le_key_version(const struct key * key) argument
1935 struct key key; member in struct:__reiserfs_blocknr_hint
[all...]
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dej.c168 char *pattern = pat_buf, *asp = NULL, *asp_end = NULL, *key = NULL, *key_end = NULL; local
226 key = NULL;
229 key = strstr (start_pat, kw_mark1);
246 * pattern start_pat,s key,e(2) key_end end_pat,e(1) pattern + pattern_size
257 if (key != NULL && asp == NULL) {
258 e = key; // Write start_pat ~ (key - 1)
259 key_end = strstr (key, kw_mark2);
265 if (key != NULL && asp != NULL) {
267 if (asp < key) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dsession.c40 TDB_DATA key; local
72 key.dptr = keystr;
73 key.dsize = strlen(keystr)+1;
75 if (tdb_store(tdb, key, data, TDB_INSERT) == 0) break;
94 key.dptr = keystr;
95 key.dsize = strlen(keystr)+1;
126 tdb_delete(tdb, key);
133 if (tdb_store(tdb, key, data, tdb_store_flag) != 0) {
158 TDB_DATA key; local
166 key
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Ditem_ops.c22 static void sd_decrement_key (struct cpu_key * key) argument
24 key->on_disk_key.k_objectid --;
25 set_cpu_key_k_type (key, TYPE_ANY);
26 set_cpu_key_k_offset(key, (loff_t)(-1));
29 static int sd_is_left_mergeable (struct key * key, unsigned long bsize) argument
140 static void direct_decrement_key (struct cpu_key * key) argument
142 cpu_key_k_offset_dec (key);
143 if (cpu_key_k_offset (key) == 0)
144 set_cpu_key_k_type (key, TYPE_STAT_DAT
148 direct_is_left_mergeable(struct key * key, unsigned long bsize) argument
244 indirect_decrement_key(struct cpu_key * key) argument
253 indirect_is_left_mergeable(struct key * key, unsigned long bsize) argument
398 direntry_decrement_key(struct cpu_key * key) argument
406 direntry_is_left_mergeable(struct key * key, unsigned long bsize) argument
686 errcatch_decrement_key(struct cpu_key * key) argument
692 errcatch_is_left_mergeable(struct key * key, unsigned long bsize) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/intl/
H A Dlang_tdb.c35 TDB_DATA key, data; local
63 key.dptr = msgid;
64 key.dsize = strlen(msgid)+1;
67 tdb_store(tdb, key, data, 0);
178 TDB_DATA key, data; local
214 key.dptr = (char *)msgid_quoted;
215 key.dsize = strlen(msgid_quoted)+1;
217 data = tdb_fetch(tdb, key);
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Ddh.h116 int DH_generate_key(unsigned char *key,DH *dh);
117 int DH_compute_key(unsigned char *key,unsigned char *pubbuf,int buflen,DH *dh);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Ddh.h116 int DH_generate_key(unsigned char *key,DH *dh);
117 int DH_compute_key(unsigned char *key,unsigned char *pubbuf,int buflen,DH *dh);
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dprocess.h6 int DelKeyFromConf (char *key, char *fname);
17 int FSH_GetStr(char *sect, char *key, char *val, int size, FILE* fp);

Completed in 303 milliseconds

1234567891011>>