Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/freebsd/crypto/openssl/Configurations/
H A DINTERNALS.Configure22 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/sys/dev/enic/
H A Denic_txrx.c176 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/contrib/tcpdump/
H A Dprint-ldp.c553 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 …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_cb.c20 int argi, long argl, int ret, size_t *processed) in BIO_debug_callback_ex() argument
30 if (processed != NULL) in BIO_debug_callback_ex()
31 l = *processed; in BIO_debug_callback_ex()
126 size_t processed = 0; in BIO_debug_callback() local
129 processed = (size_t)ret; in BIO_debug_callback()
131 argi, argl, ret > 0 ? 1 : (int)ret, &processed); in BIO_debug_callback()
/freebsd/usr.sbin/periodic/
H A Dperiodic.sh126 processed=0
131 processed=$(($processed + 1))
148 [ $processed = 1 ] && plural= || plural=s
149 echo "No output from the $processed file$plural processed"
/freebsd/contrib/libpcap/
H A Dpcap-septel.c53 int processed = 0 ; in septel_read() local
153 processed++ ; in septel_read()
160 processed++; in septel_read()
163 while (processed < cnt) ; in septel_read()
165 return processed ; in septel_read()
/freebsd/usr.sbin/bhyve/
H A Dusb_emul.h103 uint32_t processed; /* device processed this + errcode */ member
128 #define USB_DATA_GET_ERRCODE(x) (x)->processed >> 8
130 (x)->processed = ((x)->processed & 0xFF) | (e << 8); \
/freebsd/sys/netgraph/
H A Dng_checksum.c310 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/man3/
H A DSSL_pending.pod18 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 DSSL_CONF_cmd_argv.pod17 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
H A DEVP_EncodeInit.pod62 blocks of data (48 bytes) will be immediately processed and output by this
63 function. Any remainder is held in the B<ctx> object and will be processed by a
67 any remainder). This gives the number of blocks of data that will be processed.
107 if its length is not a multiple of 4 (including any padding), to be processed
126 A return value of 0 additionally indicates that the last 4 bytes processed
129 expected to be processed.
131 For every 4 valid base64 bytes processed (ignoring whitespace, carriage returns
H A DSSL_inject_net_dgram.pod19 object. The payload is processed as though it was received from the network.
30 OpenSSL, the packet will be processed as though the received datagram had the
/freebsd/sys/contrib/device-tree/Bindings/
H A D.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
H A DMakefile62 $(obj)/processed-schema.json: $(DT_DOCS) check_dtschema_version FORCE
72 always-y += processed-schema.json
81 dt_compatible_check: $(obj)/processed-schema.json
/freebsd/sys/opencrypto/
H A Dcriov.c75 processed += PAGE_SIZE - off; \
158 int processed __unused; in cvm_page_apply()
162 processed = 0; in cvm_page_apply()
171 processed += count; in cvm_page_apply()
197 int processed = 0; in cvm_page_copyback() local
206 processed += count; in cvm_page_copyback()
210 return (processed); in cvm_page_copyback()
221 int processed = 0; in cvm_page_copydata() local
230 processed += count; in cvm_page_copydata()
234 return processed; in cvm_page_copydata()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c755 size_t remainder, processed; in ccm_init() local
793 processed = block_size - encoded_a_len; in ccm_init()
794 if (processed > auth_data_len) { in ccm_init()
796 processed = auth_data_len; in ccm_init()
798 memcpy(authp+encoded_a_len, auth_data, processed); in ccm_init()
802 remainder -= processed; in ccm_init()
815 memcpy(authp, &(auth_data[processed]), remainder); in ccm_init()
819 datap = (uint8_t *)(&(auth_data[processed])); in ccm_init()
820 processed += block_size; in ccm_init()
H A Dgcm.c382 int processed = 0, rv; in gcm_decrypt_final() local
401 processed, encrypt_block, xor_block); in gcm_decrypt_final()
423 processed += block_size; in gcm_decrypt_final()
484 ulong_t processed = 0; in gcm_format_initial_blocks() local
504 memcpy(cb, &(iv[processed]), remainder); in gcm_format_initial_blocks()
508 datap = (uint8_t *)(&(iv[processed])); in gcm_format_initial_blocks()
509 processed += block_size; in gcm_format_initial_blocks()
533 size_t remainder, processed; in gcm_init() local
549 processed = 0; in gcm_init()
560 memcpy(authp, &(auth_data[processed]), in gcm_init()
[all …]
/freebsd/crypto/openssh/
H A Dmoduli.c494 unsigned long num_to_process, processed, remaining, percent, eta; in print_progress() local
508 processed = current_lineno - start_lineno; in print_progress()
511 time_per_line = (double)elapsed / processed; in print_progress()
516 processed, fmt_time(elapsed)); in print_progress()
519 percent = 100 * processed / num_to_process; in print_progress()
523 ctime(&time_now), processed, num_to_process, percent, in print_progress()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_soft.c363 int ri, processed, error, user_mode; in pmc_soft_intr() local
368 processed = 0; in pmc_soft_intr()
380 processed = 1; in pmc_soft_intr()
403 if (processed) in pmc_soft_intr()
408 return (processed); in pmc_soft_intr()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rehash.pod.in51 processed in turn. If not, then the B<SSL_CERT_DIR> environment variable
55 but often F</usr/local/ssl/certs>) is processed.
57 In order for a directory to be processed, the user must have write
62 When a directory is processed, all links in it that have a name
122 By default, this command only lists each directory as it is processed.
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_record_rx.c297 urxe->processed = 0; in ossl_qrx_inject_urxe()
460 pkt_mark(&urxe->processed, 0); in qrx_validate_initial_pkt()
501 urxe->processed = 0; in ossl_qrx_validate_initial_packet()
1067 if (pkt_is_marked(&urxe->processed, pkt_idx)) in qrx_process_pkt()
1124 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt()
1300 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt()
1353 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt()
1366 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt()
/freebsd/bin/sh/tests/invocation/
H A Dsh-ac1.01 # Test that attached options before c are processed
H A Dsh-ca1.01 # Test that attached options after c are processed
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c467 int argi, long argl, int ret, size_t *processed) in bio_dump_callback() argument
479 if (ret > 0 && processed != NULL) { in bio_dump_callback()
481 (void *)bio, (void *)argp, len, *processed, *processed); in bio_dump_callback()
482 BIO_dump(out, argp, (int)*processed); in bio_dump_callback()
490 if (ret > 0 && processed != NULL) { in bio_dump_callback()
492 (void *)bio, (void *)argp, len, *processed, *processed); in bio_dump_callback()
493 BIO_dump(out, argp, (int)*processed); in bio_dump_callback()
/freebsd/contrib/file/tests/
H A Dandroid-vdex-2.result1 Android vdex file, being processed by dex2oat, verifier deps version: 019, dex section version: 002…

12345678910>>...13