| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_status.c | 180 char *write_ptr = buf; in snprint_PKIStatusInfo_parts() local 190 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts() 193 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts() 201 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts() 207 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts() 218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts() 225 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts() 230 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 123 IWL_DEBUG_TX(trans, "Q:%d WR: 0x%x\n", txq_id, txq->write_ptr); in iwl_pcie_txq_inc_wr_ptr() 126 txq->write_ptr | (txq_id << 8)); in iwl_pcie_txq_inc_wr_ptr() 175 tfd = (u8 *)txq->tfds + trans_pcie->txqs.tfd.size * txq->write_ptr; in iwl_pcie_txq_build_tfd() 400 while (txq->write_ptr != txq->read_ptr) { in iwl_pcie_txq_unmap() 417 if (txq->read_ptr == txq->write_ptr && in iwl_pcie_txq_unmap() 566 txq->write_ptr = 0; in iwl_trans_pcie_tx_reset() 687 txq->read_ptr, txq->write_ptr); in iwl_txq_log_scd_error() 700 txq->read_ptr, txq->write_ptr, in iwl_txq_log_scd_error() 715 if (txq->read_ptr == txq->write_ptr) { in iwl_txq_stuck_timer() 904 q->write_ptr = 0; in iwl_queue_init() [all …]
|
| H A D | tx-gen2.c | 306 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_txq_gen2_build_tx_amsdu() 395 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_txq_gen2_build_tx() 489 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_txq_gen2_build_tfd() 549 used = (q->write_ptr - q->read_ptr) & in iwl_txq_space() 565 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_update_byte_tbl() 710 IWL_DEBUG_TX(trans, "Q:%d WR: 0x%x\n", txq->id, txq->write_ptr); in iwl_txq_inc_wr_ptr() 716 iwl_write32(trans, HBUS_TARG_WRPTR, txq->write_ptr | (txq->id << 16)); in iwl_txq_inc_wr_ptr() 762 idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_txq_gen2_tx() 799 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_txq_gen2_tx() 803 txq->write_ptr = iwl_txq_inc_wrap(trans, txq->write_ptr); in iwl_txq_gen2_tx() [all …]
|
| H A D | trans.c | 2564 wr_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txq_empty() 2566 while ((txq->read_ptr != READ_ONCE(txq->write_ptr) || in iwl_trans_pcie_wait_txq_empty() 2570 u8 write_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txq_empty() local 2577 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty() 2579 wr_ptr, write_ptr)) in iwl_trans_pcie_wait_txq_empty() 2581 wr_ptr = write_ptr; in iwl_trans_pcie_wait_txq_empty() 2591 if (txq->read_ptr != txq->write_ptr) { in iwl_trans_pcie_wait_txq_empty() 2799 txq->read_ptr, txq->write_ptr, in iwl_dbgfs_tx_queue_seq_show() 3086 u32 write_ptr_addr, wrap_cnt_addr, write_ptr, wrap_cnt; in iwl_dbgfs_monitor_data_read() local 3110 write_ptr = iwl_read_prph(trans, write_ptr_addr) * sizeof(u32); in iwl_dbgfs_monitor_data_read() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | |
| H A D | tx.h | |
| /freebsd/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | dr.c | 43 .write_ptr = { 56 .write_ptr = { 70 .write_ptr = {
|
| H A D | sc.c | 48 .write_ptr = { 61 .write_ptr = { 75 .write_ptr = {
|
| H A D | bz.c | 45 .write_ptr = { 58 .write_ptr = { 72 .write_ptr = {
|
| H A D | 9000.c | 49 .write_ptr = { 59 .write_ptr = {
|
| H A D | 22000.c | 45 .write_ptr = { 56 .write_ptr = {
|
| H A D | ax210.c | 40 .write_ptr = { 53 .write_ptr = {
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | ndr.c | 232 write_ptr(struct k5buf *buf, uint32_t *pointer) in write_ptr() function 269 write_ptr(&b, &pointer); in ndr_enc_delegation_info() 272 write_ptr(&b, &pointer); in ndr_enc_delegation_info() 275 write_ptr(&b, &pointer); in ndr_enc_delegation_info() 289 write_ptr(&b, &pointer); in ndr_enc_delegation_info()
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_iovar.h | 72 bhnd_nvram_iop_write_ptr *write_ptr; /**< write_ptr() implementation */ member 99 .write_ptr = bhnd_nvram_ ## _n ## _write_ptr, \
|
| H A D | bhnd_nvram_io.c | 154 return (io->iops->write_ptr(io, offset, ptr, nbytes, navail)); in bhnd_nvram_io_write_ptr()
|
| /freebsd/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 613 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local 616 memcpy(write_ptr, read_ptr, block_len); in decompress_data() 626 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local 629 memset(write_ptr, read_ptr[0], block_len); in decompress_data() 1275 u8 *const write_ptr = IO_get_write_ptr(out, literal_length); in copy_literals() local 1279 memcpy(write_ptr, read_ptr, literal_length); in copy_literals() 1335 u8 *write_ptr = IO_get_write_ptr(out, match_length); in execute_match_copy() local 1352 memcpy(write_ptr, ctx->dict_content + dict_offset, dict_copy); in execute_match_copy() 1353 write_ptr += dict_copy; in execute_match_copy() 1365 *write_ptr = *(write_ptr - offset); in execute_match_copy() [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 231 int64_t write_ptr; /* This amount of data has been unpacked member 787 if(rar->cstate.write_ptr > flt->block_start && in apply_filters() 788 rar->cstate.write_ptr >= flt->block_start + in apply_filters() 876 rar->cstate.solid_offset += rar->cstate.write_ptr; in reset_file_context() 881 rar->cstate.write_ptr = 0; in reset_file_context() 2577 rar->cstate.write_ptr = 0; in init_unpack() 2995 const int64_t block_start = (ssize_t) start + rar->cstate.write_ptr; in is_valid_filter_block_start() 3059 filt->block_start = rar->cstate.write_ptr + block_start; in parse_filter() 3108 const uint64_t write_ptr = rar->cstate.write_ptr + in copy_string() local 3123 const ssize_t write_idx = (write_ptr + i) & cmask; in copy_string() [all …]
|
| /freebsd/sys/contrib/vchiq/interface/vchi/message_drivers/ |
| H A D | message.h | 86 uint32_t write_ptr; // hardware causes this to advance member
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | error-dump.h | 464 __le32 write_ptr; member
|
| H A D | dbg.c | 1820 data->write_ptr = iwl_get_mon_reg(fwrt, alloc_id, in iwl_dump_ini_mon_fill_header() 1821 &addrs->write_ptr); in iwl_dump_ini_mon_fill_header() 1823 u32 wrt_ptr = le32_to_cpu(data->write_ptr); in iwl_dump_ini_mon_fill_header() 1825 data->write_ptr = cpu_to_le32(wrt_ptr >> 2); in iwl_dump_ini_mon_fill_header()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-config.h | 170 struct iwl_fw_mon_reg write_ptr; member
|
| H A D | iwl-trans.h | 825 int write_ptr; member
|