| /src/external/bsd/unbound/dist/services/cache/ |
| dns.c | 313 struct ub_packed_rrset_key* akey; local 315 akey = rrset_cache_lookup(env->rrset_cache, ns->name, 317 if(akey) { 318 if(!delegpt_add_rrset_A(dp, region, akey, 0, NULL)) { 319 lock_rw_unlock(&akey->entry.lock); 323 addr_to_additional(akey, region, *msg, now); 324 lock_rw_unlock(&akey->entry.lock); 335 akey = rrset_cache_lookup(env->rrset_cache, ns->name, 337 if(akey) { 338 if(!delegpt_add_rrset_AAAA(dp, region, akey, 0, NULL)) 373 struct ub_packed_rrset_key* akey; local [all...] |
| /src/sys/dev/ic/ |
| an.c | 168 struct an_rid_wepkey *akey; local 232 akey = &sc->sc_buf.sc_wepkey; 235 while (an_read_rid(sc, rid, akey, &buflen) == 0) { 236 kid = le16toh(akey->an_key_index); 239 rid, buflen, sizeof(*akey), kid, 240 akey->an_mac_addr[0], le16toh(akey->an_key_len))); 242 sc->sc_tx_perskey = akey->an_mac_addr[0]; 248 sc->sc_perskeylen[kid] = le16toh(akey->an_key_len); 1313 struct an_rid_wepkey *akey; local [all...] |
| /src/external/bsd/unbound/dist/iterator/ |
| iter_utils.c | 1271 struct ub_packed_rrset_key* akey; local 1272 akey = rrset_cache_lookup(env->rrset_cache, dp->name, 1275 if(akey) { 1276 log_rrset_key(VERB_ALGO, "found parent-side NS in cache", akey); 1279 if(!delegpt_rrset_add_ns(dp, region, akey, 1)) { 1280 lock_rw_unlock(&akey->entry.lock); 1283 lock_rw_unlock(&akey->entry.lock); 1291 struct ub_packed_rrset_key* akey; local 1299 akey = rrset_cache_lookup(env->rrset_cache, ns->name, 1302 if(akey) { [all...] |
| /src/sys/external/bsd/ipf/netinet/ |
| radix_ipf.c | 248 u_32_t *akey; local 264 akey = (u_32_t *)addr; 266 akey[found->offset])
|
| /src/external/bsd/ipf/dist/ |
| radix_ipf.c | 260 u_32_t *akey; local 276 akey = (u_32_t *)addr; 278 akey[found->offset])
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 8595 tree akey; 8597 for (akey = TREE_CHAIN (METHOD_ADD_ARGS (method)); 8598 akey; akey = TREE_CHAIN (akey)) 8600 objc_push_parm (TREE_VALUE (akey)); 8591 tree akey; local
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| expression.d | 3121 foreach (j, akey; *ae.keys) 3123 if (key.equals(akey))
|