| /freebsd-14.2/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-14.2/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | tx.c | 118 txq->write_ptr | (txq_id << 8)); in iwl_pcie_txq_inc_wr_ptr() 382 txq->write_ptr = 0; in iwl_trans_pcie_tx_reset() 689 txq->write_ptr, txq->read_ptr); in iwl_pcie_cmdq_reclaim() 699 idx, txq->write_ptr, r); in iwl_pcie_cmdq_reclaim() 801 (ssn != txq->write_ptr); in iwl_trans_pcie_txq_enable() 809 txq->write_ptr = (ssn & 0xff); in iwl_trans_pcie_txq_enable() 1111 txq->write_ptr); in iwl_pcie_enqueue_hcmd() 1135 txq->write_ptr); in iwl_pcie_enqueue_hcmd() 1162 txq->write_ptr = iwl_txq_inc_wrap(trans, txq->write_ptr); in iwl_pcie_enqueue_hcmd() 1198 txq->write_ptr)) { in iwl_pcie_hcmd_complete() [all …]
|
| H A D | tx-gen2.c | 116 idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd() 117 tfd = iwl_txq_get_tfd(trans, txq, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd() 146 INDEX_TO_SEQ(txq->write_ptr)); in iwl_pcie_gen2_enqueue_hcmd() 193 cmd_size, txq->write_ptr, idx, trans->txqs.cmd.q_id); in iwl_pcie_gen2_enqueue_hcmd() 246 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_gen2_enqueue_hcmd() 251 txq->write_ptr = iwl_txq_inc_wrap(trans, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd()
|
| H A D | trans.c | 2394 txq->write_ptr | (i << 8)); in iwl_trans_pcie_block_txq_ptrs() 2444 wr_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txq_empty() 2450 u8 write_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txq_empty() local 2459 wr_ptr, write_ptr)) in iwl_trans_pcie_wait_txq_empty() 2461 wr_ptr = write_ptr; in iwl_trans_pcie_wait_txq_empty() 2677 txq->read_ptr, txq->write_ptr, in iwl_dbgfs_tx_queue_seq_show() 3008 size = write_ptr; in iwl_dbgfs_monitor_data_read() 3017 write_ptr > data->prev_wr_ptr) in iwl_dbgfs_monitor_data_read() 3025 size = write_ptr; in iwl_dbgfs_monitor_data_read() 3242 write_ptr = MON_BUFF_WRPTR; in iwl_trans_pcie_dump_pointers() [all …]
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | 709 used = (q->write_ptr - q->read_ptr) & in iwl_txq_space() 800 txq->write_ptr = iwl_txq_inc_wrap(trans, txq->write_ptr); in iwl_txq_gen2_tx() 928 q->write_ptr = 0; in iwl_queue_init() 997 txq->read_ptr, txq->write_ptr); in iwl_txq_log_scd_error() 1023 txq->read_ptr, txq->write_ptr, in iwl_txq_log_scd_error() 1206 txq->write_ptr = wr_ptr; in iwl_txq_alloc_response() 1453 int write_ptr = txq->write_ptr; in iwl_txq_gen1_update_byte_cnt_tbl() local 1622 txq->write_ptr, txq->read_ptr); in iwl_txq_reclaim() 1714 txq->write_ptr = ptr; in iwl_txq_set_q_ptrs() 1715 txq->read_ptr = txq->write_ptr; in iwl_txq_set_q_ptrs() [all …]
|
| H A D | tx.h | 96 int w = iwl_txq_get_cmd_index(q, q->write_ptr); in iwl_txq_used()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | sc.c | 89 .write_ptr = { \ 105 .write_ptr = { \ 119 .write_ptr = { \
|
| H A D | bz.c | 92 .write_ptr = { \ 108 .write_ptr = { \ 122 .write_ptr = { \
|
| H A D | 9000.c | 101 .write_ptr = { \ 111 .write_ptr = { \
|
| H A D | ax210.c | 107 .write_ptr = { \ 127 .write_ptr = { \
|
| H A D | 22000.c | 95 .write_ptr = { \ 112 .write_ptr = { \
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 783 if(rar->cstate.write_ptr > flt->block_start && in apply_filters() 784 rar->cstate.write_ptr >= flt->block_start + in apply_filters() 872 rar->cstate.solid_offset += rar->cstate.write_ptr; in reset_file_context() 877 rar->cstate.write_ptr = 0; in reset_file_context() 2500 rar->cstate.write_ptr = 0; in init_unpack() 3031 const uint64_t write_ptr = rar->cstate.write_ptr + in copy_string() local 3052 rar->cstate.write_ptr += len; in copy_string() 3107 rar->cstate.write_ptr++; in do_uncompress_block() 3811 rar->cstate.write_ptr) { in do_uncompress_file() 3855 rar->cstate.write_ptr); in do_uncompress_file() [all …]
|
| /freebsd-14.2/sys/contrib/vchiq/interface/vchi/message_drivers/ |
| H A D | message.h | 86 uint32_t write_ptr; // hardware causes this to advance member
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/fw/ |
| H A D | error-dump.h | 466 __le32 write_ptr; member
|
| H A D | dbg.c | 1687 data->write_ptr = iwl_get_mon_reg(fwrt, alloc_id, in iwl_dump_ini_mon_fill_header() 1688 &addrs->write_ptr); in iwl_dump_ini_mon_fill_header() 1690 u32 wrt_ptr = le32_to_cpu(data->write_ptr); in iwl_dump_ini_mon_fill_header() 1692 data->write_ptr = cpu_to_le32(wrt_ptr >> 2); in iwl_dump_ini_mon_fill_header()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-config.h | 335 struct iwl_fw_mon_reg write_ptr; member
|
| H A D | iwl-trans.h | 990 int write_ptr; member
|