Home
last modified time | relevance | path

Searched refs:flow (Results 26 – 50 of 770) sorted by relevance

12345678910>>...31

/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dlfence-load.e2 .*:??: Warning: `scas` changes flags which would affect control flow behavior
3 .*:??: Warning: `cmps` changes flags which would affect control flow behavior
/netbsd/usr.sbin/memswitch/
H A Dmethods.c432 int baud, bit, parity, stop, flow; local
495 flow = 0;
497 flow = 1;
514 (flow << 9) +
686 char bit, parity, flow; in print_serial() local
706 flow = flows[(v & 0x0200) >> 9]; in print_serial()
707 sprintf(str, "%s,%c,%c,%s,%c", baud, bit, parity, stop, flow); in print_serial()
/netbsd/sys/net/npf/
H A Dnpf_connkey.c86 const void *ipv, const uint16_t *id, const npf_flow_t flow) in npf_connkey_setkey() argument
92 if (__predict_true(flow == NPF_FLOW_FORW)) { in npf_connkey_setkey()
227 const unsigned di, const npf_flow_t flow) in npf_conn_conkey() argument
242 const bool invert = flow != NPF_FLOW_FORW; in npf_conn_conkey()
280 ret = npf_connkey_setkey(key, alen, proto, npc->npc_ips, id, flow); in npf_conn_conkey()
H A Dnpf_state.c187 npf_state_inspect(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow) in npf_state_inspect() argument
195 ret = npf_state_tcp(npc, nst, flow); in npf_state_inspect()
201 nst->nst_state = npf_generic_fsm[nst->nst_state][flow]; in npf_state_inspect()
H A Dnpf_conndb.c164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow) in npf_conndb_lookup() argument
185 *flow = CONNDB_ISFORW_P(val) ? NPF_FLOW_FORW : NPF_FLOW_BACK; in npf_conndb_lookup()
204 npf_conn_t *con, npf_flow_t flow) in npf_conndb_insert() argument
207 const uintptr_t tag = (CONNDB_FORW_BIT * !flow); in npf_conndb_insert()
H A Dnpf_alg_icmp.c267 npf_flow_t flow; in npfa_icmp_conn() local
305 conn = npf_conn_lookup(&enpc, di, &flow); in npfa_icmp_conn()
320 npfa_icmp_nat(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow) in npfa_icmp_nat() argument
327 if (flow == NPF_FLOW_FORW || !npf_iscached(npc, NPC_ICMP)) in npfa_icmp_nat()
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-rdmasniff.c57 struct ibv_flow * flow; member
83 ibv_destroy_flow(priv->flow); in rdmasniff_cleanup()
262 priv->flow = ibv_create_flow(priv->qp, &flow_attr); in rdmasniff_activate()
263 if (!priv->flow) { in rdmasniff_activate()
325 if (priv->flow) { in rdmasniff_activate()
326 ibv_destroy_flow(priv->flow); in rdmasniff_activate()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp191 static const bool flow = false; member
210 static const bool flow = true; member
215 static const bool flow = false; member
230 static const bool flow = true; member
247 static const bool flow = false; member
281 static const bool flow = true; member
/netbsd/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany-sched.md52 ;; and flow instructions prevent any simultaneous issue of another instruction.
65 …e_bypass 1 "simple_arith" "simple_arith,simple_arith_2,simple_arith_4,load,store,branch,call,flow")
88 (define_bypass 2 "load" "simple_arith,simple_arith_2,simple_arith_4,load,store,branch,call,flow")
117 (define_insn_reservation "flow" 1
119 (eq_attr "type" "flow"))
/netbsd/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany-sched.md52 ;; and flow instructions prevent any simultaneous issue of another instruction.
65 …e_bypass 1 "simple_arith" "simple_arith,simple_arith_2,simple_arith_4,load,store,branch,call,flow")
88 (define_bypass 2 "load" "simple_arith,simple_arith_2,simple_arith_4,load,store,branch,call,flow")
117 (define_insn_reservation "flow" 1
119 (eq_attr "type" "flow"))
/netbsd/sys/altq/
H A Daltq_afmap.c289 afm_match(struct ifnet *ifp, struct flowinfo *flow) in afm_match() argument
300 switch (flow->fi_family) { in afm_match()
302 return (afm_match4(head, (struct flowinfo_in *)flow)); in afm_match()
306 return (afm_match6(head, (struct flowinfo_in6 *)flow)); in afm_match()
H A Daltq_subr.c793 altq_extractflow(struct mbuf *m, int af, struct flowinfo *flow, in altq_extractflow() argument
807 fin = (struct flowinfo_in *)flow; in altq_extractflow()
836 fin6 = (struct flowinfo_in6 *)flow; in altq_extractflow()
870 flow->fi_len = sizeof(struct flowinfo); in altq_extractflow()
871 flow->fi_family = AF_UNSPEC; in altq_extractflow()
1254 struct flowinfo flow; in acc_classify() local
1259 altq_extractflow(m, af, &flow, classifier->acc_fbmask); in acc_classify()
1261 if (flow.fi_family == AF_INET) { in acc_classify()
1262 struct flowinfo_in *fp = (struct flowinfo_in *)&flow; in acc_classify()
1312 else if (flow.fi_family == AF_INET6) { in acc_classify()
[all …]
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dtcl_procflow_example.txt3 This is a simple script to trace the flow of Tcl procedures.
28 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Ddapptrace_example.txt13 -F # print flow indentation
22 dapptrace -Fp 1871 # print using flow indents
63 Here we run dapptrace with the -F for flow indent option,
93 The above output illustrates the flow of the program, which functions
H A Dphp_flow_example.txt3 This is a simple script to trace the flow of PHP functions.
35 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Djs_flow_example.txt3 This is a simple script to trace the flow of JavaScript functions.
40 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtcl_procflow_example.txt3 This is a simple script to trace the flow of Tcl procedures.
28 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Ddapptrace_example.txt13 -F # print flow indentation
22 dapptrace -Fp 1871 # print using flow indents
63 Here we run dapptrace with the -F for flow indent option,
93 The above output illustrates the flow of the program, which functions
H A Dphp_flow_example.txt3 This is a simple script to trace the flow of PHP functions.
35 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
H A Djs_flow_example.txt3 This is a simple script to trace the flow of JavaScript functions.
40 See Notes/ALLflow_notes.txt for important notes about reading flow outputs.
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dstm32mp157a-iot-box.dts57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
58 /delete-property/st,hw-flow-ctrl;
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dcortex-a8.md35 ;; The usual flow of an instruction through the pipelines.
39 ;; The flow of a branch instruction through the pipelines.
44 ;; The flow of a load or store instruction through the pipeline in
60 ;; The flow of a single-cycle multiplication.
64 ;; The flow of a multiplication instruction that gets decomposed into
72 ;; Similarly, the flow of a multiplication instruction that gets
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Dcortex-a8.md35 ;; The usual flow of an instruction through the pipelines.
39 ;; The flow of a branch instruction through the pipelines.
44 ;; The flow of a load or store instruction through the pipeline in
60 ;; The flow of a single-cycle multiplication.
64 ;; The flow of a multiplication instruction that gets decomposed into
72 ;; Similarly, the flow of a multiplication instruction that gets
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst52 Here's what the final control flow graph will look like:
55 :alt: image of a control flow graph
170 Control flow
174 handle the control flow. In this case, we need 4 blocks:
345 Visualizing the control flow graph
348 You can see the control flow graph of a function using
368 :alt: image of a control flow graph
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst52 Here's what the final control flow graph will look like:
55 :alt: image of a control flow graph
170 Control flow
174 handle the control flow. In this case, we need 4 blocks:
345 Visualizing the control flow graph
348 You can see the control flow graph of a function using
368 :alt: image of a control flow graph

12345678910>>...31