/freebsd/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 22 condition stack that tell if a build.info should be processed or if it 35 statements) need to be processed either way to keep track of the skip 39 the skip stack should look like after each line is processed: 44 | ... whatever ... | | this line is processed | 46 | ... whatever ... | | this line is processed | 52 | ... whatever ... | | this line is processed | 78 | ... whatever ... | | this line is processed | 80 | ... whatever ... | | this line is processed | 86 | ... whatever ... | | this line is processed | 102 | ... whatever ... | | this line is processed | [all …]
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_cb.c | 20 int argi, long argl, int ret, size_t *processed) in BIO_debug_callback_ex() argument 28 if (processed != NULL) in BIO_debug_callback_ex() 29 l = *processed; in BIO_debug_callback_ex() 73 BIO_snprintf(p, left, "read return %d processed: %zu\n", ret, l); in BIO_debug_callback_ex() 76 BIO_snprintf(p, left, "write return %d processed: %zu\n", ret, l); in BIO_debug_callback_ex() 79 BIO_snprintf(p, left, "gets return %d processed: %zu\n", ret, l); in BIO_debug_callback_ex() 82 BIO_snprintf(p, left, "puts return %d processed: %zu\n", ret, l); in BIO_debug_callback_ex() 106 size_t processed = 0; in BIO_debug_callback() local 109 processed = (size_t)ret; in BIO_debug_callback() 111 argi, argl, ret > 0 ? 1 : (int)ret, &processed); in BIO_debug_callback()
|
/freebsd/contrib/libpcap/ |
H A D | pcap_loop.3pcap | 42 packets are processed, the end of the ``savefile'' is 55 is equivalent to infinity, so that packets are processed until another 61 packets are processed, the end of the current bufferful of packets is 72 packets may be processed. A value of 78 causes all the packets received in one buffer to be processed when 80 processed when reading a ``savefile''. 164 before any packets were processed, 176 returns the number of packets processed on success; this can be 0 if no 187 before any packets were processed,
|
H A D | pcap_breakloop.3pcap | 40 that have been processed so far, or 42 if no packets have been processed so far. If the loop is currently 101 have been processed by pcap_dispatch() or pcap_loop(). If 123 does not guarantee that no further packets will be processed by 127 after it is called; at most one more packet might be processed.
|
/freebsd/contrib/sendmail/src/ |
H A D | mailq.1 | 35 it will not be present if the message is being processed 39 to indicate the job is being processed; 66 Limit processed jobs to those containing 73 Limit processed jobs to quarantined jobs containing 80 Limit processed jobs to those containing 87 Limit processed jobs to those containing 124 option is used to limit the processed jobs.
|
/freebsd/sys/dev/enic/ |
H A D | enic_txrx.c | 176 int processed; in enic_isc_txd_credits_update() local 202 processed = wq->processed; in enic_isc_txd_credits_update() 203 wq->processed = 0; in enic_isc_txd_credits_update() 207 return (processed); in enic_isc_txd_credits_update() 336 int processed; in vnic_wq_service() local 338 processed = completed_index - wq->ring.last_count; in vnic_wq_service() 339 if (processed < 0) in vnic_wq_service() 340 processed += wq->ring.desc_count; in vnic_wq_service() 341 if (processed == 0) in vnic_wq_service() 342 processed++; in vnic_wq_service() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_pending.pod | 18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 21 SSL_pending() returns the number of bytes which have been processed, buffered 35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or 38 data because the unprocessed buffered data when processed yielded no application 47 SSL_pending() returns the number of buffered and processed application data
|
H A D | EVP_EncodeInit.pod | 60 blocks of data (48 bytes) will be immediately processed and output by this 61 function. Any remainder is held in the B<ctx> object and will be processed by a 65 any remainder). This gives the number of blocks of data that will be processed. 103 the B<ctx> object and processed by a subsequent call to EVP_DecodeUpdate(). If 108 input data characters processed included the base 64 padding character "=" and 109 therefore no more non-padding character data is expected to be processed. For 110 every 4 valid base 64 bytes processed (ignoring whitespace, carriage returns and
|
H A D | SSL_CONF_cmd_argv.pod | 17 are updated to reflect the number of command options processed. The B<pargc> 22 SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2 27 If -1 is returned the command is recognised but couldn't be processed due
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 30 // If a node is not processed, then none of its values should be mapped by any in PerformExpensiveChecks() 33 // If a node is processed, then each value with an illegal type must be mapped in PerformExpensiveChecks() 39 // the node being processed may be put in a map before being marked Processed. in PerformExpensiveChecks() 51 // node that morphs, or it is a processed value that was mapped to some other in PerformExpensiveChecks() 130 if (Node.getNodeId() != Processed) { in PerformExpensiveChecks() 149 // may not have been processed yet. Look up the Id in the Id to Value in PerformExpensiveChecks() 150 // table and re-check the Processed state. If the node hasn't been in PerformExpensiveChecks() 152 if (NodeById->getNodeId() == Processed) { in PerformExpensiveChecks() 153 dbgs() << "Processed value not in any map!"; in PerformExpensiveChecks() 370 // Recompute the NodeId and correct processed operands, adding the node to in run() [all …]
|
/freebsd/sys/dev/qat/qat_api/qat_utils/include/ |
H A D | qat_utils.h | 602 * @param in - pointer to data to be processed. 623 * @param in - pointer to data to be processed. 630 * len - Length on the input to be processed. 645 * @param in - pointer to data to be processed. 666 * @param in - pointer to data to be processed. 673 * len - Length on the input to be processed. 688 * @param in - pointer to data to be processed. 709 * @param in - pointer to data to be processed. 730 * @param in - pointer to data to be processed. 737 * len - Length on the input to be processed. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/ |
H A D | pipeline.json | 9 …ent counts every cycle the DPU IQ is empty and there is an instruction cache miss being processed", 12 …vent counts every cycle the DPU IQ is empty and there is an instruction cache miss being processed" 15 …nt counts every cycle the DPU IQ is empty and there is an instruction L1 TLB miss being processed", 18 …ent counts every cycle the DPU IQ is empty and there is an instruction L1 TLB miss being processed" 21 …This event counts every cycle the DPU IQ is empty and there is a pre-decode error being processed", 24 ….This event counts every cycle the DPU IQ is empty and there is a pre-decode error being processed"
|
/freebsd/usr.sbin/periodic/ |
H A D | periodic.sh | 126 processed=0 131 processed=$(($processed + 1)) 148 [ $processed = 1 ] && plural= || plural=s 149 echo "No output from the $processed file$plural processed"
|
/freebsd/share/man/man4/ |
H A D | siftr.4 | 205 Time at which the packet that triggered the log message was processed by 374 Number of inbound packets that were not processed because of failed 380 Number of outbound packets that were not processed because of failed 386 Number of inbound packets that were not processed because of failure to find the 391 Number of outbound packets that were not processed because of failure to find 396 Number of inbound packets that were not processed because of failure to find the 401 Number of outbound packets that were not processed because of failure to find 433 they have been processed by the TCP layer. 434 Packets outbound from the stack are intercepted after they have been processed 714 traffic will be processed by the [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | Makefile | 29 -name 'processed-schema*' \) 63 $(obj)/processed-schema.json: $(DT_DOCS) check_dtschema_version FORCE 73 always-y += processed-schema.json 78 # build artifacts here before they are processed by scripts/Makefile.clean 82 dt_compatible_check: $(obj)/processed-schema.json
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.h | 139 /// The function currently being processed. 188 /// The basic block currently being processed. 214 /// The basic block currently being processed. 263 /// The basic block currently being processed. 273 /// The basic block currently being processed. 283 /// The function currently being processed. 303 /// The basic block currently being processed. 317 /// The function currently being processed. 332 /// The module being processed, or NULL if that has not been determined yet. 334 /// The target data for the module being processed, o [all...] |
/freebsd/sys/netgraph/ |
H A D | ng_checksum.c | 310 int processed = 0; in checksum_ipv4() local 338 processed = 1; in checksum_ipv4() 366 processed = 1; in checksum_ipv4() 392 processed = 1; in checksum_ipv4() 405 if (processed) in checksum_ipv4() 406 priv->stats.processed++; in checksum_ipv4() 421 int processed = 0; in checksum_ipv6() local 491 processed = 1; in checksum_ipv6() 516 processed = 1; in checksum_ipv6() 529 if (processed) in checksum_ipv6() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-rehash.pod.in | 49 processed in turn. If not, then the B<SSL_CERT_DIR> environment variable 53 but often F</usr/local/ssl/certs>) is processed. 55 In order for a directory to be processed, the user must have write 60 When a directory is processed, all links in it that have a name 120 By default, this command only lists each directory as it is processed.
|
/freebsd/usr.sbin/bhyve/ |
H A D | usb_emul.h | 100 uint32_t processed; /* device processed this + errcode */ member 125 #define USB_DATA_GET_ERRCODE(x) (x)->processed >> 8 127 (x)->processed = ((x)->processed & 0xFF) | (e << 8); \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 18 /// the total number of data elements processed by the loop. The loop-end 20 /// elements to be processed and generating the mask of active lanes. 219 // processed by the loop, so we will refer to that from this point on. in IsSafeActiveMask() 284 // processed, is non-negative, i.e. it doesn't overflow: in IsSafeActiveMask() 383 // Insert a phi to count the number of elements processed by the loop. in InsertVCTPIntrinsic() 385 PHINode *Processed = Builder.CreatePHI(Ty, 2); in InsertVCTPIntrinsic() local 386 Processed->addIncoming(Start, L->getLoopPreheader()); in InsertVCTPIntrinsic() 403 Value *VCTPCall = Builder.CreateCall(VCTP, Processed); in InsertVCTPIntrinsic() 408 Value *Remaining = Builder.CreateSub(Processed, Factor); in InsertVCTPIntrinsic() 409 Processed->addIncoming(Remaining, L->getLoopLatch()); in InsertVCTPIntrinsic() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | escape.mk | 100 # this should be processed as a comment 102 # this should be processed as a comment 128 # this should be processed as a comment 130 # this should be processed as a comment 155 # this should be processed as a comment 157 # this should be processed as a comment
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_EncodeInit.3 | 195 blocks of data (48 bytes) will be immediately processed and output by this 196 function. Any remainder is held in the \fBctx\fR object and will be processed by a 200 any remainder). This gives the number of blocks of data that will be processed. 238 the \fBctx\fR object and processed by a subsequent call to \fBEVP_DecodeUpdate()\fR. If 243 input data characters processed included the base 64 padding character \*(L"=\*(R" and 244 therefore no more non-padding character data is expected to be processed. For 245 every 4 valid base 64 bytes processed (ignoring whitespace, carriage returns and
|
H A D | SSL_pending.3 | 153 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 156 \&\fBSSL_pending()\fR returns the number of bytes which have been processed, buffered 170 \&\fBSSL_has_pending()\fR returns 1 if \fBs\fR has buffered data (whether processed or 173 data because the unprocessed buffered data when processed yielded no application 181 \&\fBSSL_pending()\fR returns the number of buffered and processed application data
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a53/ |
H A D | pipeline.json | 15 …efDescription": "Cycles the DPU IQ is empty and there is an instruction cache miss being processed" 20 …scription": "Cycles the DPU IQ is empty and there is an instruction micro-TLB miss being processed" 25 "BriefDescription": "Cycles the DPU IQ is empty and there is a pre-decode error being processed"
|
/freebsd/contrib/tcpdump/ |
H A D | print-ldp.c | 553 u_int processed; in ldp_print() local 557 processed = ldp_pdu_print(ndo, pptr); in ldp_print() 558 if (processed == 0) in ldp_print() 560 if (len < processed) { in ldp_print() 561 ND_PRINT(" [remaining length %u < %u]", len, processed); in ldp_print() 565 len -= processed; in ldp_print() 566 pptr += processed; in ldp_print() 580 int hexdump,processed; in ldp_pdu_print() local 669 processed = ldp_tlv_print(ndo, msg_tptr, msg_tlen); in ldp_pdu_print() 670 if (processed == 0) in ldp_pdu_print() [all …]
|