Home
last modified time | relevance | path

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

12345678910>>...12

/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.c172 int processed; in enic_isc_txd_credits_update() local
198 processed = wq->processed; in enic_isc_txd_credits_update()
199 wq->processed = 0; in enic_isc_txd_credits_update()
203 return (processed); in enic_isc_txd_credits_update()
332 int processed; in vnic_wq_service() local
334 processed = completed_index - wq->ring.last_count; in vnic_wq_service()
335 if (processed < 0) in vnic_wq_service()
336 processed += wq->ring.desc_count; in vnic_wq_service()
337 if (processed == 0) in vnic_wq_service()
338 processed++; in vnic_wq_service()
[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
28 if (processed != NULL) in BIO_debug_callback_ex()
29 l = *processed; 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/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/usr.sbin/periodic/
H A Dperiodic.sh130 processed=0
135 processed=$(($processed + 1))
152 [ $processed = 1 ] && plural= || plural=s
153 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.h100 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/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 …]
H A Dng_checksum.h77 uint64_t processed; member
/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.pod60 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
/freebsd/sys/contrib/device-tree/Bindings/
H A D.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
H A DMakefile29 -name 'processed-schema*' \)
70 $(obj)/processed-schema.json: $(DT_DOCS) $(src)/.yamllint 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/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
207 processed += count; in cvm_page_copyback()
211 return (processed); in cvm_page_copyback()
222 int processed = 0; in cvm_page_copydata() local
232 processed += count; in cvm_page_copydata()
236 return processed; in cvm_page_copydata()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c764 size_t remainder, processed; in ccm_init() local
802 processed = block_size - encoded_a_len; in ccm_init()
803 if (processed > auth_data_len) { in ccm_init()
805 processed = auth_data_len; in ccm_init()
807 memcpy(authp+encoded_a_len, auth_data, processed); in ccm_init()
811 remainder -= processed; in ccm_init()
824 memcpy(authp, &(auth_data[processed]), remainder); in ccm_init()
828 datap = (uint8_t *)(&(auth_data[processed])); in ccm_init()
829 processed += block_size; in ccm_init()
H A Dgcm.c388 int processed = 0, rv; in gcm_decrypt_final() local
407 processed, encrypt_block, xor_block); in gcm_decrypt_final()
429 processed += block_size; in gcm_decrypt_final()
490 ulong_t processed = 0; in gcm_format_initial_blocks() local
510 memcpy(cb, &(iv[processed]), remainder); in gcm_format_initial_blocks()
514 datap = (uint8_t *)(&(iv[processed])); in gcm_format_initial_blocks()
515 processed += block_size; in gcm_format_initial_blocks()
539 size_t remainder, processed; in gcm_init() local
555 processed = 0; in gcm_init()
566 memcpy(authp, &(auth_data[processed]), in gcm_init()
[all …]
/freebsd/crypto/openssh/
H A Dmoduli.c539 unsigned long num_to_process, processed, remaining, percent, eta; in print_progress() local
553 processed = current_lineno - start_lineno; in print_progress()
556 time_per_line = (double)elapsed / processed; in print_progress()
561 processed, fmt_time(elapsed)); in print_progress()
564 percent = 100 * processed / num_to_process; in print_progress()
568 ctime(&time_now), processed, num_to_process, percent, in print_progress()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rehash.pod.in49 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/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/apps/lib/
H A Ds_cb.c430 int argi, long argl, int ret, size_t *processed) in bio_dump_callback() argument
439 if (ret > 0 && processed != NULL) { in bio_dump_callback()
441 (void *)bio, (void *)argp, len, *processed, *processed); in bio_dump_callback()
442 BIO_dump(out, argp, (int)*processed); in bio_dump_callback()
448 if (ret > 0 && processed != NULL) { in bio_dump_callback()
450 (void *)bio, (void *)argp, len, *processed, *processed); in bio_dump_callback()
451 BIO_dump(out, argp, (int)*processed); in bio_dump_callback()
/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
H A Dsh-fca1.01 # Test that attached options before and after c are processed
/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>>...12