Searched refs:key (Results 251 - 275 of 506) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dpy_conv.c123 PyObject *visited, *key, *value; local
185 while (PyDict_Next(dict, &i, &key, &value)) {
186 if (!PyDict_GetItem(visited, key))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdbback.c62 static int copy_fn(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state) argument
66 if (tdb_store(tdb_new, key, dbuf, TDB_INSERT) != 0) {
75 static int test_fn(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state) argument
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dgetqueue.h177 void intval( const char *key, struct line_list *list, struct job *job );
178 void revintval( const char *key, struct line_list *list, struct job *job );
179 void strzval( const char *key, struct line_list *list, struct job *job );
180 void strnzval( const char *key, struct line_list *list, struct job *job );
181 void strval( const char *key, struct line_list *list, struct job *job,
189 char *Find_start(char *str, const char *key );
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_pptp.c72 if (ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.u.gre.key ==
75 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.gre.key =
77 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.gre.key =
81 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.gre.key =
83 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.gre.key =
126 exp.tuple.src.u.gre.key = htonl(ntohs(peer_callid));
128 exp.tuple.dst.u.gre.key = htonl(ntohs(callid));
136 exp.mask.dst.u.gre.key = 0xffffffff;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/sam/
H A Didmap_tdb.c169 TDB_DATA key, data; local
187 key.dptr = keystr;
188 key.dsize = strlen(keystr) + 1;
192 data = tdb_fetch(idmap_tdb, key);
212 TDB_DATA key, data; local
218 key.dptr = keystr;
219 key.dsize = strlen(keystr) + 1;
223 data = tdb_fetch(idmap_tdb, key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_v110.c89 isdn_v110_open(unsigned char key, int hdrlen, int maxsize) argument
97 v->key = key;
99 for (i = 0; key & (1 << i); i++)
105 switch (key) {
155 if ((v->decodebuf[i] & v->key) != 0)
172 if ((*rbuf & v->key) == 0) /* erstes byte gefunden ? */
277 if ((*rbuf & v->key) == 0)
304 v110_buf[i] |= (v->decodebuf[(i * v->nbytes) + j] & v->key) << (8 - ((j + 1) * v->nbits));
498 sval2 = v->key << sval
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_rules.c310 int fib_lookup(const struct rt_key *key, struct fib_result *res) argument
316 u32 daddr = key->dst;
317 u32 saddr = key->src;
320 NIPQUAD(key->dst), NIPQUAD(key->src));
326 (r->r_tos && r->r_tos != key->tos) ||
329 (r->r_fwmark && r->r_fwmark != key->fwmark) ||
331 (r->r_ifindex && r->r_ifindex != key->iif))
354 err = tb->tb_lookup(tb, key, res);
372 void fib_select_default(const struct rt_key *key, struc argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DOCS/
H A Dcollateindex.pl539 my($key, $indent, @hrefs);
556 foreach $key (keys %{$idx->{'zone'}}) {
557 $href{$key} = $idx->{'zone'}->{$key};
558 $phref{$key} = $key;
572 $key = shift @hrefs;
574 $linkend = $phref{$key};
576 $linkend = $key;
579 $role = $phref{$key};
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/
H A Dcollateindex.pl515 my($key, $indent, @hrefs);
532 foreach $key (keys %{$idx->{'zone'}}) {
533 $href{$key} = $idx->{'zone'}->{$key};
534 $phref{$key} = $idx->{'zone'}->{$key};
548 $key = shift @hrefs;
550 $linkend = $phref{$key};
552 $linkend = $key;
555 $role = $phref{$key};
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/locking/
H A Dbrlock.c54 /* The key used in the brlock database. */
66 Create a locking key - ensuring zero filled for pad purposes.
71 static struct lock_key key; local
74 memset(&key, '\0', sizeof(key));
75 key.device = dev;
76 key.inode = inode;
77 kbuf.dptr = (char *)&key;
78 kbuf.dsize = sizeof(key);
688 struct lock_key *key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dibalance.c135 struct key * ih;
211 struct key * key; local
220 "first key order %d < 0", first_p,
229 RFALSE( first_i != 0, "1st deleted key must have order 0, not %d", first_i);
244 key = B_N_PDELIM_KEY (cur, first_i);
245 memmove (key, key + del_num, (nr - first_i - del_num) * KEY_SIZE + (nr + 1 - del_num) * DC_SIZE);
297 * as delimiting key have already inserted to buffer dest.*/
302 struct key * ke local
411 struct key * key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_diag.h62 u8 key; member in struct:diag_rw_io_t
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dpclbanner121 key=$1
124 textline "$key" 1 0
H A Dpclbanner.in121 key=$1
124 textline "$key" 1 0
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmsg.h66 asmlinkage long sys_msgget (key_t key, int msgflg);
H A Dshm.h79 asmlinkage long sys_shmget (key_t key, size_t size, int flag);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmsg.h66 asmlinkage long sys_msgget (key_t key, int msgflg);
H A Dshm.h79 asmlinkage long sys_shmget (key_t key, size_t size, int flag);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmbldap.h114 const char* get_attr_key2string( ATTRIB_MAP_ENTRY table[], int key );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbind_nss_hpux.h131 union nss_XbyY_key key; member in struct:nss_XbyY_args
H A Dwinbind_nss_solaris.c111 ret = _nss_winbind_getpwnam_r (NSS_ARGS(args)->key.name,
129 ret = _nss_winbind_getpwuid_r (NSS_ARGS(args)->key.uid,
225 ret = _nss_winbind_getgrnam_r(NSS_ARGS(args)->key.name,
244 ret = _nss_winbind_getgrgid_r (NSS_ARGS(args)->key.gid,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_fib.c198 struct dn_fib_key key; local
216 memset(&key, 0, sizeof(key));
217 key.dst = nh->nh_gw;
218 key.oif = nh->nh_oif;
219 key.scope = r->rtm_scope + 1;
221 if (key.scope < RT_SCOPE_LINK)
222 key.scope = RT_SCOPE_LINK;
224 if ((err = dn_fib_lookup(&key, &res)) != 0)
370 void dn_fib_select_multipath(const struct dn_fib_key *key, struc argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_pptp.c98 if (ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.u.gre.key ==
101 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.gre.key =
103 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.gre.key =
107 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.gre.key =
109 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.gre.key =
178 exp.tuple.src.u.gre.key = htonl(ntohs(peer_callid));
180 exp.tuple.dst.u.gre.key = htonl(ntohs(callid));
188 exp.mask.dst.u.gre.key = 0xffffffff;
221 exp.tuple.src.u.gre.key = htonl(ntohs(callid));
223 exp.tuple.dst.u.gre.key
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dldap_printer.c344 uint32 key,val; local
346 for (key=0; key < data->num_keys; key++) {
347 REGVAL_CTR ctr = data->keys[key].values;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dinode.c130 u32 key; member in struct:__anon3084
136 p->key = *(p->p = v);
142 while (from <= to && from->key == *from->p)
215 * Function fills the array of triples <key, p, bh> and returns %NULL
217 * (incomplete one) otherwise. Upon the return chain[i].key contains
249 if (!p->key)
252 bh = sb_bread(sb, le32_to_cpu(p->key));
260 if (!p->key)
365 * triple of that (one with zero ->key). Upon the exit we have the same
368 * set the last link), but branch->key contain
[all...]

Completed in 303 milliseconds

<<11121314151617181920>>