Home
last modified time | relevance | path

Searched full:processing (Results 1 – 25 of 3644) sorted by relevance

12345678910>>...146

/freebsd/usr.sbin/wlandebug/
H A Dwlandebug.878 information element processing in 802.11 management frames.
82 802.11 station association processing; particularly useful to
85 802.11 station authentication processing.
99 trace operation of Hybrid Wireless Mesh Protocol processing.
118 trace operation of 802.11s mesh protocol processing.
132 trace operation of WME/WMM protocol processing.
134 trace operation of Atheros SuperG protocol processing.
136 trace operation of IEEE 802.11h protocol processing.
138 trace station inactivity processing; in particular,
168 module for 802.11 protocol processing typically support
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DASN1_aux_cb.3144 A callback that will be invoked at various points during the processing of
152 A callback that will be invoked at various points during the processing of
156 During the processing of an \fBASN1_VALUE\fR object the callbacks set via
167 Invoked when processing a \fBCHOICE\fR, \fBSEQUENCE\fR or \fBNDEF_SEQUENCE\fR structure
173 Invoked when processing a \fBCHOICE\fR, \fBSEQUENCE\fR or \fBNDEF_SEQUENCE\fR structure
178 Invoked when processing a \fBCHOICE\fR, \fBSEQUENCE\fR or \fBNDEF_SEQUENCE\fR structure
186 Invoked when processing a \fBCHOICE\fR, \fBSEQUENCE\fR or \fBNDEF_SEQUENCE\fR structure
191 Invoked when processing a \fBCHOICE\fR, \fBSEQUENCE\fR or \fBNDEF_SEQUENCE\fR structure
195 Invoked when processing a \fBCHOICE\fR, \fBSEQUENCE\fR or \fBNDEF_SEQUENCE\fR structure
199 Invoked when processing a \fBCHOICE\fR, \fBSEQUENCE\fR or \fBNDEF_SEQUENCE\fR structure
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DASN1_aux_cb.pod89 A callback that will be invoked at various points during the processing of
99 A callback that will be invoked at various points during the processing of
105 During the processing of an B<ASN1_VALUE> object the callbacks set via
119 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
126 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
132 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
141 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
147 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
152 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
157 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
[all …]
/freebsd/usr.bin/env/
H A Denv.194 processing any
98 options, but before processing any
142 is in the environment, then remove it before processing the
155 Print verbose information for each step of processing done by the
195 .Ss Details of -S (split-string) processing
196 The processing of the
238 While processing the
242 processing will treat certain character combinations as escape
298 The processing of
318 processing.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h48 /// Once we finish processing some block, we update the counters in MBBInfos
50 /// We call a block that is ready for its final round of processing `done`
63 /// In the optimized approach we avoid processing D twice, because we
68 /// Whether we have gotten to this block in primary processing yet.
71 /// The number of predecessors for which primary processing has completed
74 /// The value of `IncomingProcessed` at the start of primary processing
77 /// The number of predecessors for which all processing steps are done.
94 /// True if the block that is ready for its final round of processing.
109 /// Returens true if the block is ready for its final round of processing.
/freebsd/crypto/heimdal/doc/doxyout/wind/man/man3/
H A Dwind.383 \fIout_len\fP before processing out_len should be the length of the out variable, after processing
156 \fIout_len\fP before processing out_len should be the length of the out variable, after processing
227 \fIout_len\fP before processing out_len should be the length of the out variable, after processing
265 \fIout_len\fP before processing out_len should be the length of the out variable, after processing
301 \fIout_len\fP before processing out_len should be the length of the out variable, after processing
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error.cpp236 "OCSD_RESP_CONT: Continue processing.", in getStr()
237 "OCSD_RESP_WARN_CONT: Continue processing -> a component logged a warning.", in getStr()
238 "OCSD_RESP_ERR_CONT: Continue processing -> a component logged an error.", in getStr()
239 "OCSD_RESP_WAIT: Pause processing", in getStr()
240 "OCSD_RESP_WARN_WAIT: Pause processing -> a component logged a warning.", in getStr()
241 "OCSD_RESP_ERR_WAIT: Pause processing -> a component logged an error.", in getStr()
242 "OCSD_RESP_FATAL_NOT_INIT: Processing Fatal Error : component unintialised.", in getStr()
243 "OCSD_RESP_FATAL_INVALID_OP: Processing Fatal Error : invalid data path operation.", in getStr()
244 "OCSD_RESP_FATAL_INVALID_PARAM: Processing Fatal Error : invalid parameter in datapath call.", in getStr()
245 "OCSD_RESP_FATAL_INVALID_DATA: Processing Fatal Error : invalid trace data.", in getStr()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_queue.h31 * thread-safe functions that 1) estimate individual items' processing costs
32 * and 2) perform the actual processing. The queue never inspects or
33 * interprets items in the queue, so processing functions can modify them as
40 * It's expected that only a subset of input items will require processing.
42 * processing function.
74 * Signatures that cost and processing functions must conform to.
92 * Create a queue. The qp_context field is passed to the cost and processing
H A Dzstream_chain.h33 * separate processing structure from implementation.
37 * **STEP** - A chain_step_t struct that represents a packet-processing
73 * **PROCESSING FUNCTION** - Each step names a processing function that does
79 * The processing function for a serial step should return a disposition_t,
80 * normally D_OK. A processing function can return D_DROP to remove an item
91 * processing function as an argument.
/freebsd/share/man/man9/
H A Decn.963 interfaces implement Explicit Congestion Notification (ECN) processing for
83 Perform ECN processing at encapsulation time (ingress) based on
101 Perform ECN processing at decapsulation time (egress) based on
124 (1) Processing succeeded;
127 (2) Processing succeeded;
130 (3) Processing succeeded;
H A Dieee80211_input.953 receive processing be single-threaded.
69 optimal performance but receive processing does not require it.
72 for processing by protocols such as
96 processing will be dispatched with only minimal overhead.
/freebsd/sys/crypto/openssl/arm/
H A Dghashv8-armx.S38 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
44 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
59 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
79 veor q9,q9,q3 @ Karatsuba pre-processing
83 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
148 veor q9,q9,q7 @ Karatsuba pre-processing
161 veor q10,q10,q3 @ Karatsuba pre-processing
172 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
196 veor q9,q9,q7 @ Karatsuba pre-processing
212 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Drdma_common.h286 …t, all pending RDMA read or Atomic operations will be completed before start processing this WQE */
288 …MASK 0x1 /* If set, all pending operations will be completed before start processing this WQE */
319 …t, all pending RDMA read or Atomic operations will be completed before start processing this WQE */
321 …G_MASK 0x1 /* If set, all pending operations will be completed before start processing this WQE */
360 …t, all pending RDMA read or Atomic operations will be completed before start processing this WQE */
362 …G_MASK 0x1 /* If set, all pending operations will be completed before start processing this WQE */
410 …t, all pending RDMA read or Atomic operations will be completed before start processing this WQE */
412 …G_MASK 0x1 /* If set, all pending operations will be completed before start processing this WQE */
466 …t, all pending RDMA read or Atomic operations will be completed before start processing this WQE */
468 …G_MASK 0x1 /* If set, all pending operations will be completed before start processing this WQE */
[all …]
/freebsd/share/man/man4/
H A Dtermios.4236 .Ss Input Processing and Reading Data
259 Two general kinds of input processing are available, determined by
268 Such processing can include echoing, which
306 When data is available depends on whether the input processing mode is
308 .Ss Canonical Mode Input Processing
309 In canonical mode input processing, terminal input is processed in units
342 Erase and kill processing occur when either of two special characters,
350 This processing affects data in the input queue that has not yet been
378 .Ss Noncanonical Mode Input Processing
379 In noncanonical mode input processing, input bytes are not assembled into
[all …]
/freebsd/contrib/kyua/m4/
H A Dgetopt.m481 dnl Checks if optreset exists to reset the processing of getopt(3) options.
113 dnl Checks the value to pass to optind to reset getopt(3) processing.
115 dnl The standard value to pass to optind to reset the processing of command
118 dnl on and incorrect option processing behavior.
121 dnl be passed to optind to reset option processing.
124 [for the optind value to reset getopt processing],
204 [Define to the optind value to reset getopt processing])
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c296 * @data: Data for TLS processing
347 * @data: Data for TLS processing
363 * @data: Data for TLS processing
401 * @data: Data for TLS processing
463 * @data: Data for TLS processing
528 * @data: Data for TLS processing
569 * @data: Data for TLS processing
587 /* Full TLS message reassembled - continue handshake processing */ in eap_tls_process_input()
618 * @data: Data for TLS processing
699 * @data: Data for TLS processing
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,ixp4xx-network-processing-engine.yaml5 $id: http://devicetree.org/schemas/firmware/intel,ixp4xx-network-processing-engine.yaml#
8 title: Intel IXP4xx Network Processing Engine
14 On the IXP4xx SoCs, the Network Processing Engine (NPE) is a small
25 - const: intel,ixp4xx-network-processing-engine
65 compatible = "intel,ixp4xx-network-processing-engine";
/freebsd/sys/dev/drm2/
H A Ddrm_buffer.h87 * Copy the user data to the begin of the buffer and reset the processing
107 * The processing location of the buffer is also advanced to the next byte
118 * current processing location.
124 * Call to this function doesn't change the processing location.
136 * the current processing location.
138 * Call to this function doesn't change the processing location.
/freebsd/contrib/ntp/html/drivers/
H A Ddriver4.html27 Features: Optional PPS signal processing, <tt>tty_clk</tt><br>
28 Requires: Optional PPS signal processing requires the PPSAPI signal interface.</p>
50 <h4>PPS Signal Processing</h4>
51 <p>When PPS signal processing is enabled, and when the system clock has been set by this or another…
65 <dd>Disable PPS signal processing if 0 (default); enable PPS signal processing if 1.</dd>
67 …<dd>If PPS signal processing is enabled, capture the pulse on the rising edge if 0 (default); capt…
69 …<dd>If PPS signal processing is enabled, use the <tt>ntpd</tt> clock discipline if 0 (default); us…
/freebsd/sys/geom/part/
H A Dg_part_if.m118 # add() - scheme specific processing for the add verb.
134 # bootcode() - scheme specific processing for the bootcode verb.
140 # create() - scheme specific processing for the create verb.
146 # destroy() - scheme specific processing for the destroy verb.
184 # modify() - scheme specific processing for the modify verb.
199 # resize() - scheme specific processing for the resize verb.
241 # recover() - scheme specific processing for the recover verb.
/freebsd/tools/tools/kgdb/
H A Dtcplog.py33 # processing struct tcpcb * 0xfffff80006e8ca80
36 # processing struct tcpcb * 0xfffff8000ec2b540
39 # processing struct tcpcb * 0xfffff80006bd9540
41 # processing struct tcpcb * 0xfffff80006bd9a80
43 # processing struct tcpcb * 0xfffff8001d837540
45 # processing struct tcpcb * 0xfffff8001d837000
86 print("processing {}\t{}\n\tno logs".format(tcpcb.type, tcpcb))
89 print("processing {}\t{}".format(tcpcb.type, tcpcb))
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dti,tas2781.yaml78 Protection and Audio Processing, 16/20/24/32bit stereo I2S or
82 Audio Amplifier with 96-Khz Extended Processing and Low Idle Power
86 Class-D Audio Amplifier with Enhanced Processing and Low Power
90 Class-D Audio Amplifier with Enhanced Processing and DirectPath(TM)
94 Amplifier with 96 kHz Enhanced Processing
97 Amplifier with 96 kHz Enhanced Processing
100 to 26.4V Class-D Audio Amplifier with 192-kHz Extended Audio Processing.
/freebsd/sys/dev/isci/scil/
H A Dsati_translator_sequence.h190 * @brief This structure contains all of the current processing states
191 * for processing mode select 6 and 10 commands' parameter fields.
216 * @brief This structure contains all of the current processing states
217 * for processing reassign block command's parameter fields.
254 * @brief This structure contains all of the current processing states
255 * for processing unmap command data translation.
/freebsd/sys/net80211/
H A DDEFERRED_WORK.md139 * ic_parent_task - deferred parent processing
140 * ic_promisc_task - deferred promiscuous configuration change processing
141 * ic_mcast_task - deferred multicast config/filter processing
144 * ic_chw_task - deferred HT channel width (20/40MHz) update processing
150 * iv_swbmiss_task - deferred per-vap beacon miss processing
175 around state processing. This is not always desirable for packet
/freebsd/sys/crypto/openssl/aarch64/
H A Dghashv8-armx.S30 ext v16.16b,v20.16b,v20.16b,#8 //Karatsuba pre-processing
36 ext v17.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
51 ext v17.16b,v22.16b,v22.16b,#8 //Karatsuba pre-processing
63 ext v16.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
90 ext v16.16b,v23.16b, v23.16b,#8 //Karatsuba pre-processing
107 ext v16.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
134 ext v16.16b,v26.16b, v26.16b,#8 //Karatsuba pre-processing
151 ext v16.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
178 ext v16.16b,v29.16b,v29.16b,#8 //Karatsuba pre-processing
201 eor v17.16b,v17.16b,v3.16b //Karatsuba pre-processing
[all …]

12345678910>>...146