Searched refs:key (Results 276 - 300 of 506) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/groupdb/
H A Dmapping.c175 pstring key, buf; local
192 slprintf(key, sizeof(key), "%s%s", GROUP_PREFIX, string_sid);
194 kbuf.dsize = strlen(key)+1;
195 kbuf.dptr = key;
235 pstring key; local
244 /* the key is the SID, retrieving is direct */
247 slprintf(key, sizeof(key), "%s%s", GROUP_PREFIX, string_sid);
249 kbuf.dptr = key;
378 pstring key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_dtree.c22 * B+-tree with variable length key directory:
32 * leaf entry stores full name as key and file serial number
35 * as key and simple extent descriptor as data.
58 * (i.e., both search key and entry key are folded for search/compare):
62 * entries which folds to the same key makes up a equivalent class
73 * (right most key of left page and left most key of right page
75 * key in parent)
77 * should be made the router key fo
117 struct component_name *key; member in struct:dtsplit
527 dtSearch(struct inode *ip, struct component_name * key, ino_t * data, struct btstack * btstack, int flag) argument
897 struct component_name key = { 0, 0 }; local
2000 dtDelete(tid_t tid, struct inode *ip, struct component_name * key, ino_t * ino, int flag) argument
3492 dtCompare(struct component_name * key, dtpage_t * p, int si) argument
3567 ciCompare(struct component_name * key, dtpage_t * p, int si, int flag) argument
3674 ciGetLeafPrefixKey(dtpage_t * lp, int li, dtpage_t * rp, int ri, struct component_name * key, int flag) argument
3728 dtGetKey(dtpage_t * p, int i, struct component_name * key, int flag) argument
3791 dtInsertEntry(dtpage_t * p, int index, struct component_name * key, ddata_t * data, struct dt_lock ** dtlock) argument
4402 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) argument
4613 struct component_name key = { 0, name }; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_tcindex.c43 __u16 key; member in struct:tcindex_filter
53 __u16 mask; /* AND key with mask */
54 int shift; /* shift ANDed key to the right */
61 static struct tcindex_filter_result *lookup(struct tcindex_data *p,__u16 key) argument
66 return p->perfect[key].res.class ? p->perfect+key : NULL;
69 for (f = p->h[key % p->hash]; f; f = f->next) {
70 if (f->key == key)
333 f->key
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dicount.c404 TDB_DATA key, data; local
407 key.dptr = (unsigned char *) &ino;
408 key.dsize = sizeof(ext2_ino_t);
412 if (tdb_store(icount->tdb, key, data, TDB_REPLACE))
416 if (tdb_delete(icount->tdb, key))
435 TDB_DATA key, data; local
438 key.dptr = (unsigned char *) &ino;
439 key.dsize = sizeof(ext2_ino_t);
441 data = tdb_fetch(icount->tdb, key);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_util.c711 static int convert_fn(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA data, void *state) argument
722 DEBUG(10,("Converting %s\n", key.dptr));
724 p = strchr(key.dptr, '/');
729 fstrcpy(dom_name, key.dptr);
736 DEBUG(0,("deleting record %s\n", key.dptr ));
738 if (tdb_delete(tdb, key) != 0) {
739 DEBUG(0, ("Unable to delete record %s\n", key.dptr));
768 if (tdb_delete(tdb, key) != 0) {
769 DEBUG(0,("Unable to delete record %s\n", key.dptr ));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dipc32.c31 int key; member in struct:ipc_perm32
41 unsigned key; member in struct:ipc64_perm32
236 err2 = __put_user(s.sem_perm.key, &usp64->sem_perm.key);
253 err2 = __put_user(s.sem_perm.key, &usp32->sem_perm.key);
391 err2 = __put_user(m64.msg_perm.key, &up64->msg_perm.key);
413 err2 = __put_user(m64.msg_perm.key, &up32->msg_perm.key);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A Dbtree.c46 * (struct befs_btree_nodehead), the packed key data, an array of shorts
58 * I belive that means. Each key in internal nodes points to another node that
59 * contains key values less than itself. Inspection reveals that the last key
60 * in the internal node is not the last key in the index. Keys that are
61 * greater than the last key in the internal node go into the overflow node.
227 * befs_btree_find - Find a key in a befs B+tree
230 * @key: Key string to lookup in btree
231 * @value: Value stored with @key
234 * with @key (usuall
245 befs_btree_find(struct super_block *sb, befs_data_stream * ds, const char *key, befs_off_t * value) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_rules.c201 int dn_fib_lookup(struct dn_fib_key *key, struct dn_fib_res *res) argument
205 dn_address saddr = key->src;
206 dn_address daddr = key->dst;
214 (r->r_fwmark && r->r_fwmark != key->fwmark) ||
216 (r->r_ifindex && r->r_ifindex != key->iif))
237 err = tb->lookup(tb, key, res);
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dtextbox.c40 int i, x, y, cur_x, cur_y, fpos, key = 0; local
134 while ((key != ESC) && (key != '\n')) {
135 key = wgetch (dialog);
136 switch (key) {
290 if (key == '0')
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dtextbox.c40 int i, x, y, cur_x, cur_y, fpos, key = 0; local
134 while ((key != ESC) && (key != '\n')) {
135 key = wgetch (dialog);
136 switch (key) {
290 if (key == '0')
/asus-wl-520gu-7.0.1.45/src/router/samba/source/auth/
H A Dpass_check.c154 sec_passwd_rec_t *key; local
179 (void **)&key, &err);
183 DEBUG(0, ("DCE can't get key for %s. %s\n",
189 sec_login_valid_and_cert_ident(my_dce_sec_context, key,
200 sec_key_mgmt_free_key(key, &err);
204 DEBUG(0, ("DCE can't free key.\n", dce_errstr));
272 passwd_rec.key.key_type = sec_passwd_plain;
273 passwd_rec.key.tagged_union.plain = (idl_char *) password;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_semantics.c352 struct rt_key key; local
375 memset(&key, 0, sizeof(key));
376 key.dst = nh->nh_gw;
377 key.oif = nh->nh_oif;
378 key.scope = r->rtm_scope + 1;
381 if (key.scope < RT_SCOPE_LINK)
382 key.scope = RT_SCOPE_LINK;
383 if ((err = fib_lookup(&key, &res)) != 0)
581 fib_semantic_match(int type, struct fib_info *fi, const struct rt_key *key, struc argument
952 fib_select_multipath(const struct rt_key *key, struct fib_result *res) argument
[all...]
H A Dip_forward.c56 unsigned h = ((*(u8*)&rt->key.dst)^(*(u8*)&rt->key.src))&NETDEV_FASTROUTE_HMASK;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dproblem.c1596 const char *key, int mask, const char *name)
1601 profile_get_boolean(ctx->profile, "problems", key, name, bool, &bool);
1625 char key[9], *new_desc; local
1627 sprintf(key, "0x%06x", code);
1629 profile_get_string(ctx->profile, "problems", key,
1634 reconfigure_bool(ctx, ptr, key, PR_PREEN_OK, "preen_ok");
1635 reconfigure_bool(ctx, ptr, key, PR_NO_OK, "no_ok");
1636 reconfigure_bool(ctx, ptr, key, PR_NO_DEFAULT, "no_default");
1637 reconfigure_bool(ctx, ptr, key, PR_MSG_ONLY, "print_message_only");
1638 reconfigure_bool(ctx, ptr, key, PR_PREEN_NOMS
1595 reconfigure_bool(e2fsck_t ctx, struct e2fsck_problem *ptr, const char *key, int mask, const char *name) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Devp.h149 #define EVP_PKT_EXP 0x1000 /* <= 512 bit key */
242 int oid; /* For the pub-key type */
243 int encrypt_oid; /* pub/priv key encryption */
331 int (*init)(EVP_CIPHER_CTX *ctx, const unsigned char *key,
332 const unsigned char *iv, int enc); /* init key */
357 /* Set if the cipher's init() function should be called if key is NULL */
361 /* Don't use standard key length function */
530 int datal, int count, unsigned char *key,unsigned char *iv);
533 const unsigned char *key, const unsigned char *iv);
535 const unsigned char *key, cons
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Ddes_old.h374 void _ossl_old_des_random_seed(_ossl_old_des_cblock key);
376 int _ossl_old_des_read_password(_ossl_old_des_cblock *key,const char *prompt,int verify);
379 void _ossl_old_des_set_odd_parity(_ossl_old_des_cblock *key);
380 int _ossl_old_des_is_weak_key(_ossl_old_des_cblock *key);
381 int _ossl_old_des_set_key(_ossl_old_des_cblock *key,_ossl_old_des_key_schedule schedule);
382 int _ossl_old_des_key_sched(_ossl_old_des_cblock *key,_ossl_old_des_key_schedule schedule);
383 void _ossl_old_des_string_to_key(char *str,_ossl_old_des_cblock *key);
390 void _ossl_096_des_random_seed(des_cblock *key);
H A Ddh.h98 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
192 int DH_compute_key2(unsigned char *key,const BIGNUM *pub_key,DH *dh);
H A Dkssl.h94 ** to trace usage of the Kerberos session key
127 ** (1) Kerberos session key to SSL, and
140 krb5_octet FAR *key; member in struct:kssl_ctx_st
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h29 u_int32_t key; member in struct:ip_conntrack_manip_proto::__anon11291
64 u_int32_t key; member in struct:ip_conntrack_tuple::__anon11292::__anon11293::__anon11297
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h29 u_int32_t key; member in struct:ip_conntrack_manip_proto::__anon6877
64 u_int32_t key; member in struct:ip_conntrack_tuple::__anon6878::__anon6879::__anon6883
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/arc/
H A Dtree.c99 prom_printf("key<%08lx>\n\tamask<%08lx>cdsize<%d>ilen<%d>iname<%s>\n",
100 p->key, p->amask, (int)p->cdsize, (int)p->ilen, p->iname);
/asus-wl-520gu-7.0.1.45/src/router/500gp/exinstall/usr/gift-nasoc/bin/
H A Dgift-setup304 $dont_ask = 1 if ($ent->{key} =~ m%^/search/% &&
319 printf ("%s [%s] ", $ent->{key}, $ent->{value});
325 $cfg_tbl->{$ent->{key}} = $resp;
415 $cfg_ent->{key} = "/$cfg_hdr/$1";
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dutils.c283 void duparg(char *key, char *arg) argument
285 fprintf(stderr, "Error: duplicate \"%s\": \"%s\" is the second value.\n", key, arg);
289 void duparg2(char *key, char *arg) argument
291 fprintf(stderr, "Error: either \"%s\" is duplicate, or \"%s\" is a garbage.\n", key, arg);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dagp_backend.h117 int key; member in struct:_agp_memory
H A Dpkt_cls.h106 __u32 key; member in struct:tc_rsvp_gpi

Completed in 244 milliseconds

<<11121314151617181920>>