Home
last modified time | relevance | path

Searched full:chain (Results 1 – 25 of 1617) sorted by relevance

12345678910>>...65

/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c139 (ptr)->internal_.chain = NULL; \
143 static void evbuffer_chain_align(struct evbuffer_chain *chain);
144 static int evbuffer_chain_should_realign(struct evbuffer_chain *chain,
154 static inline void evbuffer_chain_incref(struct evbuffer_chain *chain);
159 struct evbuffer_chain *chain; in evbuffer_chain_new() local
178 if ((chain = mm_malloc(to_alloc)) == NULL) in evbuffer_chain_new()
181 memset(chain, 0, EVBUFFER_CHAIN_SIZE); in evbuffer_chain_new()
183 chain->buffer_len = to_alloc - EVBUFFER_CHAIN_SIZE; in evbuffer_chain_new()
188 chain->buffer = EVBUFFER_CHAIN_EXTRA(unsigned char, chain); in evbuffer_chain_new()
190 chain->refcnt = 1; in evbuffer_chain_new()
[all …]
H A Devbuffer-internal.h51 /* Minimum allocation for a chain. We define this so that we're burning no
81 /** The first chain in this buffer's linked list of chains. */
83 /** The last chain in this buffer's linked list of chains. */
86 /** Pointer to the next pointer pointing at the 'last_with_data' chain.
90 * The last_with_data chain is the last chain that has any data in it.
91 * If all chains in the buffer are empty, it is the first chain.
95 * pointing at the last_with_data chain. If the last_with_data chain
96 * is the first chain, or it is NULL, then the last_with_datap pointer
172 /** points to next buffer in the chain */
187 /** Set if special handling is required for this chain */
[all …]
H A Dbuffer_iocp.c63 /** The first pinned chain in the buffer. */
87 struct evbuffer_chain *next, *chain = eo->first_pinned; in pin_release() local
90 EVUTIL_ASSERT(chain); in pin_release()
91 next = chain->next; in pin_release()
92 evbuffer_chain_unpin_(chain, flag); in pin_release()
93 chain = next; in pin_release()
178 struct evbuffer_chain *chain; in evbuffer_launch_write_() local
203 chain = buf_o->first_pinned = buf->first; in evbuffer_launch_write_()
205 for (i=0; i < MAX_WSABUFS && chain; ++i, chain=chain->next) { in evbuffer_launch_write_()
207 b->buf = (char*)( chain->buffer + chain->misalign ); in evbuffer_launch_write_()
[all …]
/freebsd/contrib/libevent/
H A Dbuffer.c139 (ptr)->internal_.chain = NULL; \
143 static void evbuffer_chain_align(struct evbuffer_chain *chain);
144 static int evbuffer_chain_should_realign(struct evbuffer_chain *chain,
154 static inline void evbuffer_chain_incref(struct evbuffer_chain *chain);
159 struct evbuffer_chain *chain; in evbuffer_chain_new() local
178 if ((chain = mm_malloc(to_alloc)) == NULL) in evbuffer_chain_new()
181 memset(chain, 0, EVBUFFER_CHAIN_SIZE); in evbuffer_chain_new()
183 chain->buffer_len = to_alloc - EVBUFFER_CHAIN_SIZE; in evbuffer_chain_new()
188 chain->buffer = EVBUFFER_CHAIN_EXTRA(unsigned char, chain); in evbuffer_chain_new()
190 chain->refcnt = 1; in evbuffer_chain_new()
[all …]
H A Devbuffer-internal.h51 /* Minimum allocation for a chain. We define this so that we're burning no
81 /** The first chain in this buffer's linked list of chains. */
83 /** The last chain in this buffer's linked list of chains. */
86 /** Pointer to the next pointer pointing at the 'last_with_data' chain.
90 * The last_with_data chain is the last chain that has any data in it.
91 * If all chains in the buffer are empty, it is the first chain.
95 * pointing at the last_with_data chain. If the last_with_data chain
96 * is the first chain, or it is NULL, then the last_with_datap pointer
172 /** points to next buffer in the chain */
187 /** Set if special handling is required for this chain */
[all …]
H A Dbuffer_iocp.c63 /** The first pinned chain in the buffer. */
87 struct evbuffer_chain *next, *chain = eo->first_pinned; in pin_release() local
90 EVUTIL_ASSERT(chain); in pin_release()
91 next = chain->next; in pin_release()
92 evbuffer_chain_unpin_(chain, flag); in pin_release()
93 chain = next; in pin_release()
178 struct evbuffer_chain *chain; in evbuffer_launch_write_() local
203 chain = buf_o->first_pinned = buf->first; in evbuffer_launch_write_()
205 for (i=0; i < MAX_WSABUFS && chain; ++i, chain=chain->next) { in evbuffer_launch_write_()
207 b->buf = (char*)( chain->buffer + chain->misalign ); in evbuffer_launch_write_()
[all …]
/freebsd/contrib/bearssl/test/x509/
H A Dalltests.txt131 ; Base valid chain.
132 [chain]
135 chain = ee.crt ica2.crt ica1.crt
142 ; Valid chain except that no trust anchor is provided; this should fail
144 [chain]
147 chain = ee.crt ica2.crt ica1.crt
154 [chain]
157 chain = ee.crt ica2.crt junk.crt junk.crt
165 [chain]
168 chain = ee.crt junk.crt junk.crt
[all …]
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_reg.h112 #define R12A_HSSI_PARAM1(chain) (0xc00 + (chain) * 0x200) argument
113 #define R12A_TX_SCALE(chain) (0xc1c + (chain) * 0x200) argument
114 #define R12A_TXAGC_CCK11_1(chain) (0xc20 + (chain) * 0x200) argument
115 #define R12A_TXAGC_OFDM18_6(chain) (0xc24 + (chain) * 0x200) argument
116 #define R12A_TXAGC_OFDM54_24(chain) (0xc28 + (chain) * 0x200) argument
117 #define R12A_TXAGC_MCS3_0(chain) (0xc2c + (chain) * 0x200) argument
118 #define R12A_TXAGC_MCS7_4(chain) (0xc30 + (chain) * 0x200) argument
119 #define R12A_TXAGC_MCS11_8(chain) (0xc34 + (chain) * 0x200) argument
120 #define R12A_TXAGC_MCS15_12(chain) (0xc38 + (chain) * 0x200) argument
121 #define R12A_TXAGC_NSS1IX3_1IX0(chain) (0xc3c + (chain) * 0x200) argument
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvar-scope-local.exp1 Global: .ALLTARGETS = all target-rule.ext dir/subdir/target-rule.ext target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from inference-rule.ir-to dir/subdir/inference-rule.ir-to inference-rule.ir-from dir/subdir/inference-rule.ir-from inference-rule-chain.ir-to dir/subdir/inference-rule-chain.ir-to inference-rule-chain.ir-gen-from dir/subdir/inference-rule-chain.ir-gen-from one
2 Global: .ALLTARGETS = all target-rule.ext dir/subdir/target-rule.ext target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from inference-rule.ir-to dir/subdir/inference-rule.ir-to inference-rule.ir-from dir/subdir/inference-rule.ir-from inference-rule-chain.ir-to dir/subdir/inference-rule-chain.ir-to inference-rule-chain.ir-gen-from dir/subdir/inference-rule-chain.ir-gen-from one two
40 inference-rule-chain.ir-from: @ = <inference-rule-chain
[all...]
/freebsd/contrib/flex/src/
H A Dfilter.c31 /** global chain. */
35 * @param chain the current chain or NULL for new chain
39 * @return newest filter in chain
41 struct filter *filter_create_ext (struct filter *chain, const char *cmd, in filter_create_ext() argument
59 if (chain != NULL) { in filter_create_ext()
60 /* append f to end of chain */ in filter_create_ext()
61 while (chain->next) in filter_create_ext()
62 chain = chain->next; in filter_create_ext()
63 chain->next = f; in filter_create_ext()
89 * @param chain the current chain or NULL for new chain
[all …]
/freebsd/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_calib.c71 r92ce_iq_calib_chain(struct rtwn_softc *sc, int chain, uint16_t tx[2], in r92ce_iq_calib_chain() argument
76 if (chain == 0) { /* IQ calibration for chain 0. */ in r92ce_iq_calib_chain()
77 /* IQ calibration settings for chain 0. */ in r92ce_iq_calib_chain()
84 /* IQ calibration settings for chain 1. */ in r92ce_iq_calib_chain()
98 } else { /* IQ calibration for chain 1. */ in r92ce_iq_calib_chain()
110 if (status & (1 << (28 + chain * 3))) in r92ce_iq_calib_chain()
113 tx[0] = MS(rtwn_bb_read(sc, R92C_TX_POWER_IQK_BEFORE(chain)), in r92ce_iq_calib_chain()
115 tx[1] = MS(rtwn_bb_read(sc, R92C_TX_POWER_IQK_AFTER(chain)), in r92ce_iq_calib_chain()
120 if (status & (1 << (27 + chain * 3))) in r92ce_iq_calib_chain()
123 rx[0] = MS(rtwn_bb_read(sc, R92C_RX_POWER_IQK_BEFORE(chain)), in r92ce_iq_calib_chain()
[all …]
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dscalar.c53 c448_dsword_t chain = 0; in sc_subx() local
58 chain = (chain + accum[i]) - sub->limb[i]; in sc_subx()
59 out->limb[i] = (c448_word_t)chain; in sc_subx()
60 chain >>= WBITS; in sc_subx()
62 borrow = (c448_word_t)chain + extra; /* = 0 or -1 */ in sc_subx()
64 chain = 0; in sc_subx()
66 chain = (chain + out->limb[i]) + (p->limb[i] & borrow); in sc_subx()
67 out->limb[i] = (c448_word_t)chain; in sc_subx()
68 chain >>= WBITS; in sc_subx()
83 c448_dword_t chain = 0; in sc_montmul() local
[all …]
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_calib.c71 r92c_iq_calib_chain(struct rtwn_softc *sc, int chain, uint16_t tx[2], in r92c_iq_calib_chain() argument
76 if (chain == 0) { /* IQ calibration for chain 0. */ in r92c_iq_calib_chain()
77 /* IQ calibration settings for chain 0. */ in r92c_iq_calib_chain()
84 /* IQ calibration settings for chain 1. */ in r92c_iq_calib_chain()
98 } else { /* IQ calibration for chain 1. */ in r92c_iq_calib_chain()
110 if (status & (1 << (28 + chain * 3))) in r92c_iq_calib_chain()
113 tx[0] = MS(rtwn_bb_read(sc, R92C_TX_POWER_IQK_BEFORE(chain)), in r92c_iq_calib_chain()
115 tx[1] = MS(rtwn_bb_read(sc, R92C_TX_POWER_IQK_AFTER(chain)), in r92c_iq_calib_chain()
120 if (status & (1 << (27 + chain * 3))) in r92c_iq_calib_chain()
123 rx[0] = MS(rtwn_bb_read(sc, R92C_RX_POWER_IQK_BEFORE(chain)), in r92c_iq_calib_chain()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp25 SDValue Chain, SDValue Dst, SDValue Src, in createMemMemNode() argument
31 Ops = { Chain, Dst, LenAdj, Byte }; in createMemMemNode()
33 Ops = { Chain, Dst, Src, LenAdj }; in createMemMemNode()
42 SDValue Chain, SDValue Dst, SDValue Src, in emitMemMemImm() argument
47 return createMemMemNode(DAG, DL, Op, Chain, Dst, Src, LenAdj, Byte); in emitMemMemImm()
51 SDValue Chain, SDValue Dst, SDValue Src, in emitMemMemReg() argument
57 return createMemMemNode(DAG, DL, Op, Chain, Dst, Src, LenAdj, Byte); in emitMemMemReg()
61 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy() argument
68 return emitMemMemImm(DAG, DL, SystemZISD::MVC, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
71 return emitMemMemReg(DAG, DL, SystemZISD::MVC, Chain, Dst, Src, Size); in EmitTargetCodeForMemcpy()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp106 class Chain;
137 bool colorChainSet(std::vector<Chain*> GV, MachineBasicBlock &MBB,
139 bool colorChain(Chain *G, Color C, MachineBasicBlock &MBB);
140 int scavengeRegister(Chain *G, Color C, MachineBasicBlock &MBB);
142 std::map<unsigned, Chain*> &Active,
143 std::vector<std::unique_ptr<Chain>> &AllChains);
145 std::map<unsigned, Chain*> &RegChains);
147 Chain *getAndEraseNext(Color PreferredColor, std::vector<Chain*> &L);
159 /// A Chain i
185 class Chain { global() class
203 Chain(MachineInstr *MI, unsigned Idx, Color C) Chain() function in __anon820378290211::Chain
[all...]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c58 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */
65 LIST_ENTRY(cfg_redir) _next; /* chain of redir instances */
77 u_int16_t spool_cnt; /* num of entry in spool chain */
78 /* chain of spool instances */
84 /* chain of nat instances */
90 int redir_cnt; /* number of entry in spool chain */
91 /* chain of redir instances */
105 struct ip_fw_chain *chain; in ifaddr_change() local
113 chain = &V_layer3_chain; in ifaddr_change()
114 IPFW_UH_WLOCK(chain); in ifaddr_change()
[all …]
H A Dip_fw_sockopt.c84 static int rewrite_rule_uidx(struct ip_fw_chain *chain,
109 MALLOC_DEFINE(M_IPFW, "IpFw/IpAcct", "IpFw/IpAcct chain's");
111 static int dump_config(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
113 static int add_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
115 static int del_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
117 static int clear_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
119 static int move_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
121 static int manage_sets(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
123 static int dump_soptcodes(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
125 static int dump_srvobjects(struct ip_fw_chain *chain, ip_fw3_opheader *op3,
[all …]
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c57 * Execute a module chain
65 pam_chain_t *chain; in openpam_dispatch() local
81 /* pick a chain */ in openpam_dispatch()
85 chain = pamh->chains[PAM_AUTH]; in openpam_dispatch()
88 chain = pamh->chains[PAM_ACCOUNT]; in openpam_dispatch()
92 chain = pamh->chains[PAM_SESSION]; in openpam_dispatch()
95 chain = pamh->chains[PAM_PASSWORD]; in openpam_dispatch()
104 for (; chain != NULL; chain = chain->next) { in openpam_dispatch()
105 if (chain->module->func[primitive] == NULL) { in openpam_dispatch()
107 chain->module->path, pam_sm_func_name[primitive]); in openpam_dispatch()
[all …]
/freebsd/share/man/man9/
H A Dmbuf.9158 .Vt mbuf chain
188 .Vt mbuf chain .
192 .Vt mbuf chain
325 .Vt mbuf chain ,
532 .Vt mbuf chain .
538 .Vt mbuf chain
606 .Vt mbuf chain
608 .Vt mbuf chain
627 .Vt mbuf chain
676 .Vt mbuf chain ,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset() argument
111 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, dl, AVT), in EmitTargetCodeForMemset()
113 InGlue = Chain.getValue(1); in EmitTargetCodeForMemset()
117 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Val, InGlue); in EmitTargetCodeForMemset()
118 InGlue = Chain.getValue(1); in EmitTargetCodeForMemset()
122 Chain = DAG.getCopyToReg(Chain, dl, Use64BitRegs ? X86::RCX : X86::ECX, in EmitTargetCodeForMemset()
124 InGlue = Chain.getValue(1); in EmitTargetCodeForMemset()
125 Chain = DAG.getCopyToReg(Chain, dl, Use64BitRegs ? X86::RDI : X86::EDI, in EmitTargetCodeForMemset()
127 InGlue = Chain.getValue(1); in EmitTargetCodeForMemset()
130 SDValue Ops[] = {Chain, DAG.getValueType(AVT), InGlue}; in EmitTargetCodeForMemset()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_push.pod5 BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain
19 Otherwise it prepends I<b>, which may be a single BIO or a chain of BIOs,
23 BIO_pop() removes the BIO I<b> from any chain is is part of.
26 returns the next BIO in the chain, or NULL if there is no next BIO.
28 the original chain, it can thus be freed or be made part of a different chain.
30 BIO_set_next() replaces the existing next BIO in a chain with the BIO pointed to
31 by I<next>. The new chain may include some of the same BIOs from the old chain
37 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
38 the deleted BIO does not need to be at the end of a chain.
46 BIO_push() returns the head of the chain,
[all …]
H A DSSL_CTX_add1_chain_cert.pod11 chain certificate processing
41 SSL_CTX_set0_chain() and SSL_CTX_set1_chain() set the certificate chain
45 certificate B<x509> to the chain associated with the current certificate of
48 SSL_CTX_get0_chain_certs() retrieves the chain associated with the current
51 SSL_CTX_clear_chain_certs() clears any existing chain associated with the
55 SSL_CTX_build_cert_chain() builds the certificate chain for B<ctx>.
56 Normally this uses the chain store
57 or the verify store if the chain store is not set.
58 If the function is successful the built chain will replace any existing chain.
60 existing chain certificates as untrusted CAs, B<SSL_BUILD_CHAIN_FLAG_NO_ROOT>
[all …]
H A DSSL_check_chain.pod5 SSL_check_chain - check certificate chain suitability
11 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
16 certificate chain B<chain> is suitable for use with the current session
22 chain.
24 B<CERT_PKEY_VALID>: the chain can be used with the current session.
52 B<CERT_PKEY_SUITEB>: chain is suitable for Suite B use.
61 function on each chain in turn: starting with the one it considers the
62 most secure. It could then use the chain of the first set which returns
65 As a minimum the flag B<CERT_PKEY_VALID> must be set for a chain to be
68 chain is suitable a server should fall back to the most secure chain which
[all …]
H A DSSL_CTX_add_extra_chain_cert.pod9 - add, get or clear extra chain certificates
22 SSL_CTX_add_extra_chain_cert() adds the certificate B<x509> to the extra chain
26 SSL_CTX_get_extra_chain_certs() retrieves the extra chain certificates
27 associated with B<ctx>, or the chain associated with the current certificate
28 of B<ctx> if the extra chain is empty.
31 SSL_CTX_get_extra_chain_certs_only() retrieves the extra chain certificates
35 SSL_CTX_clear_extra_chain_certs() clears all extra chain certificates
42 When sending a certificate chain, extra chain certificates are sent in order
45 If no chain is specified, the library will try to complete the chain from the
55 Only one set of extra chain certificates can be specified per SSL_CTX
/freebsd/crypto/openssl/test/
H A Dbio_prefix_text.c21 * This program sets up a chain of BIO_f_filter() on top of bio_out, how
24 * text from bio_in and prints it out through the BIO chain.
40 static BIO **chain = NULL; variable
53 * idx is the index to the BIO_f_filter chain(), where 0 is closest
86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) in run_pipe()
99 chain = OPENSSL_zalloc(sizeof(*chain) * n); in setup_bio_chain()
101 if (chain != NULL) { in setup_bio_chain()
112 chain[i] = BIO_push(curr, next); in setup_bio_chain()
113 if (chain[i] == NULL) in setup_bio_chain()
115 next = chain[i]; in setup_bio_chain()
[all …]

12345678910>>...65