Searched refs:chain (Results 126 - 148 of 148) sorted by relevance

123456

/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-kdc.in348 ${kinit} $type -C FILE:${base}/pkinit-proxy-chain.crt,${base}/pkinit-proxy.key foo@${R} || \
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_both.c1068 /* TLSv1 sends a chain with nothing in it, instead of an alert */
1085 for (i = 0; i < sk_X509_num(xs_ctx.chain); i++) {
1086 x = sk_X509_value(xs_ctx.chain, i);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c3105 bfd_chain_type *chain = ieee->chain_root;
3115 if (chain == (bfd_chain_type *) NULL)
3134 while (chain != (bfd_chain_type *) NULL)
3136 bfd *entry = chain->this;
3147 chain = chain->next;
3102 bfd_chain_type *chain = ieee->chain_root; local
H A Decoff.c1670 arelent_chain *chain;
1673 them out of their chain and place them into the data area
1675 for (count = 0, chain = section->constructor_chain;
1677 count++, chain = chain->next)
1678 *relptr++ = &chain->relent;
1666 arelent_chain *chain; local
H A Dcoffcode.h4981 file, so take them out of their chain and place them into
4983 arelent_chain *chain = section->constructor_chain;
4987 *relptr++ = &chain->relent;
4988 chain = chain->next;
4982 arelent_chain *chain = section->constructor_chain; local
H A Daoutx.h2412 arelent_chain *chain = section->constructor_chain;
2415 *relptr ++ = &chain->relent;
2416 chain = chain->next;
H A Delflink.c5175 /* Last element terminates the chain. */
5216 (= short chain lengths) and table size. */
5263 minimal chain length. The minor criteria is (of course) the size
5296 of all the chain lengths (which favors many small chain
8143 bfd_vma chain;
8154 chain = bfd_get (8 * hash_entry_size, finfo->output_bfd, bucketpos);
8156 bfd_put (8 * hash_entry_size, finfo->output_bfd, chain,
8133 bfd_vma chain; local
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c3968 tree chain;
4001 for (chain = TYPE_VALUES (type); chain; chain = TREE_CHAIN (chain))
4003 tree value = TREE_VALUE (chain);
4039 &switch_location, TREE_PURPOSE (chain));
3953 tree chain; local
H A Dtree-inline.c352 /* We can not chain the local static declarations into the unexpanded_var_list
1150 /* Initialize the static chain. */
1155 /* No static chain? Seems like a bug in tree-nested.c. */
1434 If walk_tree examines the TYPE_FIELDS chain of RECORD_TYPE/
2324 /* Because the chain gets clobbered when we make a copy, we save it
2326 tree chain = TREE_CHAIN (*tp); local
2338 /* Now, restore the chain, if appropriate. That will cause
2339 walk_tree to walk into the chain as well. */
2343 TREE_CHAIN (*tp) = chain;
2718 /* Return a copy of the function's static chain
[all...]
H A Dtree.h360 tree chain;
908 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
1645 decl is present in the chain. */
1708 #define SSA_NAME_DEF_STMT(NODE) SSA_NAME_CHECK (NODE)->common.chain
2186 /* Nonzero means that the derivation chain is via a `virtual' declaration. */
3068 static chain is not needed. */
3100 /* In FUNCTION_DECL, a chain of ..._DECL nodes.
3512 /* Make a copy of a chain of TREE_LIST nodes. */
3980 /* Return the last tree node in a chain. */
3984 /* Reverse the order of elements in a chain, an
357 tree chain; local
[all...]
H A Ddwarf2out.c596 /* Find the end of the chain. */
3132 /* Find the end of the chain. */
3717 a link to the next attribute in the chain, and an attribute value.
3895 it is marked through the chain. */
4801 function, so we have to trace all of the way back through the origin chain
4826 function, so we have to trace all of the way back through the origin chain
4856 /* The block's abstract origin chain may not be the *ultimate* origin of
6987 /* Find the end of the chain. */
8645 /* Find the end of the chain. */
11973 FUNCTION_TYPE. If the chain o
12212 tree chain; local
[all...]
H A Dbuiltins.c528 /* Given TEM, a pointer to a stack frame, follow the dynamic chain COUNT
582 /* Assume the dynamic chain pointer is in the word that the
678 /* Mark the static chain as clobbered here so life information
855 /* ??? We no longer need to pass the static chain value, afaik. */
873 to the location of the function's incoming static chain info.
1336 value address, static chain, and all the registers that might
1364 chain current, so the code is placed at the start of the
4090 is inside a start_sequence, make the outer-level insn chain current, so
4216 tree chain, valist;
4218 chain
4215 tree chain, valist; local
[all...]
H A Dc-format.c2134 fci = fci->chain;
/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm.c412 * An mbuf chain may be attached to a TPD - free it also and
2361 if (sc->vccs[cid]->chain != NULL) {
2362 m_freem(sc->vccs[cid]->chain);
2363 sc->vccs[cid]->chain = NULL;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c611 * a NSEC3 chain only the non-NSEC3 nodes will be iterated. If we are
612 * removing a NSEC3 chain then both NSEC3 and non-NSEC3 nodes will be
615 * 'nsec3param' contains the parameters of the NSEC3 chain being created
621 * NSEC3 chain, a NSEC record is seen.
624 * of a NSEC3 chain, 'seen_nsec' is true. If 'delete_nsec' is true then we
625 * are in the process of deleting the NSEC chain.
3637 dns_rbtnodechain_t chain; local
3711 dns_rbtnodechain_init(&chain, zone->mctx);
3712 result = dns_rbtnodechain_first(&chain, sr->table, &foundname, origin);
3718 dns_rbtnodechain_current(&chain,
6215 fixup_nsec3param(dns_db_t *db, dns_dbversion_t *ver, dns_nsec3chain_t *chain, isc_boolean_t active, dns_rdatatype_t privatetype, dns_diff_t *diff) argument
[all...]
/freebsd-9.3-release/sys/dev/ata/
H A Data-all.h425 TAILQ_ENTRY(ata_request) chain; /* list management */ member in struct:ata_request
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.h316 struct req_entry *chain; /* for SGE overallocations */ member in struct:req_entry
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c1312 without maintaining a stack frame back-chain. */
5334 and chain it to the end of POOL_LIST. */
6285 /* Return an RTL expression representing the back chain stored in
6291 rtx chain;
6296 chain = plus_constant (stack_pointer_rtx,
6299 chain = stack_pointer_rtx;
6301 chain = gen_rtx_MEM (Pmode, chain);
6302 return chain;
8293 gpr 0 is used to hold the static chain
6290 rtx chain; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.c1150 "DEPRECATED_FRAME_CHAIN_VALID(chain, thisframe)",
1151 XSTRING (DEPRECATED_FRAME_CHAIN_VALID (chain, thisframe)));
4541 gdbarch_deprecated_frame_chain_valid (struct gdbarch *gdbarch, CORE_ADDR chain, struct frame_info *thisframe) argument
4547 return gdbarch->deprecated_frame_chain_valid (chain, thisframe);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c7308 /* Doubly linked chain of entries. */
8067 /* Add it to the chain of fixes. */
10742 /* The Static chain register is the same as the IP register
10755 adjustment in the second variant; the static chain register
10932 /* Recover the static chain register. */
14652 struct pic_chain * chain;
14662 for (chain = aof_pic_chain; chain; chain = chain
14630 struct pic_chain * chain; local
[all...]
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnreg.h1452 int8_t chain[3]; /* max power in half-dBm */ member in struct:iwn_eeprom_enhinfo
H A Dif_iwn.c1716 printf("chain %d, sample %d: temp=%d gain=%d "
1727 printf("chain %d, sample %d: temp=%d gain=%d "
2024 maxpwr = MAX(maxpwr, enhinfo[i].chain[0]);
2026 maxpwr = MAX(maxpwr, enhinfo[i].chain[1]);
2028 maxpwr = MAX(maxpwr, enhinfo[i].chain[2]);
4336 "%s: Tx chain %d: power=%d gain=%d temp=%d\n",
4383 "%s: Tx chain %d, rate idx %d: power=%d\n",
5738 /* Enable chain-building mode for the queue. */
5795 /* Enable chain-building mode for the queue. */
5977 /* Disable chain mod
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h885 int X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain);

Completed in 721 milliseconds

123456