/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | debugfs_htt_stats.c | 23 index += scnprintf((out + buflen), \ 28 index += scnprintf((out + buflen) + index, \ 32 index += scnprintf((out + buflen) + index, \ 50 len += scnprintf(buf + len, buf_len - len, "HTT_STATS_STRING_TLV:\n"); in htt_print_stats_string_tlv() 52 len += scnprintf(buf + len, buf_len - len, in htt_print_stats_string_tlv() 55 len += scnprintf(buf + len, in htt_print_stats_string_tlv() 60 len += scnprintf(buf + len, buf_len - len, "\n\n"); in htt_print_stats_string_tlv() 78 len += scnprintf(buf + len, buf_len - len, "HTT_TX_PDEV_STATS_CMN_TLV:\n"); in htt_print_tx_pdev_stats_cmn_tlv() 79 len += scnprintf(buf + len, buf_len - len, "mac_id = %lu\n", in htt_print_tx_pdev_stats_cmn_tlv() 81 len += scnprintf(buf + len, buf_len - len, "hw_queued = %u\n", in htt_print_tx_pdev_stats_cmn_tlv() [all …]
|
D | debugfs_sta.c | 162 len += scnprintf(buf + len, size - len, "%s_%s\n", in ath11k_dbg_sta_dump_tx_stats() 165 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats() 169 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats() 172 len += scnprintf(buf + len, size - len, "\n"); in ath11k_dbg_sta_dump_tx_stats() 173 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats() 177 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats() 180 len += scnprintf(buf + len, size - len, "\n"); in ath11k_dbg_sta_dump_tx_stats() 181 len += scnprintf(buf + len, size - len, " HT MCS %s\n", in ath11k_dbg_sta_dump_tx_stats() 184 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats() 186 len += scnprintf(buf + len, size - len, "\n"); in ath11k_dbg_sta_dump_tx_stats() [all …]
|
/linux-6.1.9/net/tipc/ |
D | trace.c | 61 i += scnprintf(buf, sz, "msg: (null)\n"); in tipc_skb_dump() 69 i += scnprintf(buf, sz, "msg: %u", msg_user(hdr)); in tipc_skb_dump() 70 i += scnprintf(buf + i, sz - i, " %u", msg_type(hdr)); in tipc_skb_dump() 71 i += scnprintf(buf + i, sz - i, " %u", msg_hdr_sz(hdr)); in tipc_skb_dump() 72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump() 73 i += scnprintf(buf + i, sz - i, " %x", msg_orignode(hdr)); in tipc_skb_dump() 74 i += scnprintf(buf + i, sz - i, " %x", msg_destnode(hdr)); in tipc_skb_dump() 75 i += scnprintf(buf + i, sz - i, " %u", msg_seqno(hdr)); in tipc_skb_dump() 76 i += scnprintf(buf + i, sz - i, " %u", msg_ack(hdr)); in tipc_skb_dump() 77 i += scnprintf(buf + i, sz - i, " %u", msg_bcast_ack(hdr)); in tipc_skb_dump() [all …]
|
/linux-6.1.9/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 48 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 50 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 52 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 54 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 56 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 58 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 60 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 62 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 64 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 66 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() [all …]
|
/linux-6.1.9/tools/perf/trace/beauty/ |
D | ioctl.c | 42 return scnprintf(bf, size, "%s", strarray__ioctl_tty_cmd.entries[nr]); in ioctl__scnprintf_tty_cmd() 44 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'T', nr, dir); in ioctl__scnprintf_tty_cmd() 53 return scnprintf(bf, size, "DRM_%s", strarray__drm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_drm_cmd() 55 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'd', nr, dir); in ioctl__scnprintf_drm_cmd() 64 return scnprintf(bf, size, "SNDRV_PCM_%s", strarray__sndrv_pcm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_sndrv_pcm_cmd() 66 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'A', nr, dir); in ioctl__scnprintf_sndrv_pcm_cmd() 75 return scnprintf(bf, size, "SNDRV_CTL_%s", strarray__sndrv_ctl_ioctl_cmds.entries[nr]); in ioctl__scnprintf_sndrv_ctl_cmd() 77 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'U', nr, dir); in ioctl__scnprintf_sndrv_ctl_cmd() 86 return scnprintf(bf, size, "KVM_%s", strarray__kvm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_kvm_cmd() 88 return scnprintf(bf, size, "(%#x, %#x, %#x)", 0xAE, nr, dir); in ioctl__scnprintf_kvm_cmd() [all …]
|
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c | 26 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", flag); in il4965_stats_flag() 28 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag() 30 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il4965_stats_flag() 33 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il4965_stats_flag() 91 scnprintf(buf + pos, bufsz - pos, fmt_header, in il4965_ucode_rx_stats_read() 94 scnprintf(buf + pos, bufsz - pos, fmt_table, "ina_cnt:", in il4965_ucode_rx_stats_read() 98 scnprintf(buf + pos, bufsz - pos, fmt_table, "fina_cnt:", in il4965_ucode_rx_stats_read() 102 scnprintf(buf + pos, bufsz - pos, fmt_table, "plcp_err:", in il4965_ucode_rx_stats_read() 106 scnprintf(buf + pos, bufsz - pos, fmt_table, "crc32_err:", in il4965_ucode_rx_stats_read() 110 scnprintf(buf + pos, bufsz - pos, fmt_table, "overrun_err:", in il4965_ucode_rx_stats_read() [all …]
|
D | 3945-debug.c | 19 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", in il3945_stats_flag() 22 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag() 24 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il3945_stats_flag() 27 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il3945_stats_flag() 78 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 83 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 88 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 93 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 98 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 103 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() [all …]
|
D | debug.c | 215 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n"); in il_dbgfs_tx_stats_read() 218 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 221 pos += scnprintf(buf + pos, bufsz - pos, "Control\n"); in il_dbgfs_tx_stats_read() 224 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 227 pos += scnprintf(buf + pos, bufsz - pos, "Data:\n"); in il_dbgfs_tx_stats_read() 229 scnprintf(buf + pos, bufsz - pos, "\tcnt: %u\n", in il_dbgfs_tx_stats_read() 232 scnprintf(buf + pos, bufsz - pos, "\tbytes: %llu\n", in il_dbgfs_tx_stats_read() 276 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n"); in il_dbgfs_rx_stats_read() 279 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_rx_stats_read() 282 pos += scnprintf(buf + pos, bufsz - pos, "Control:\n"); in il_dbgfs_rx_stats_read() [all …]
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | debugfs.c | 91 pos += scnprintf(buf + pos, bufsz - pos, "sram_len: 0x%x\n", in iwl_dbgfs_sram_read() 93 pos += scnprintf(buf + pos, bufsz - pos, "sram_offset: 0x%x\n", in iwl_dbgfs_sram_read() 106 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 110 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 113 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 126 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read() 128 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read() 130 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read() 134 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read() 199 pos += scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n", in iwl_dbgfs_stations_read() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 185 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_beacon() 190 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\n", in read_file_beacon() 193 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\n\n", in read_file_beacon() 197 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 201 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 205 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 209 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 213 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_beacon() 304 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_debug() 308 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_debug() [all …]
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_logging.c | 44 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 51 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 71 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_prefix_printk() 120 off = scnprintf(buffer, buf_len, in scsi_format_opcode_name() 131 off = scnprintf(buffer, buf_len, "%s", cdb_name); in scsi_format_opcode_name() 133 off = scnprintf(buffer, buf_len, "opcode=0x%x", cdb0); in scsi_format_opcode_name() 137 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name() 140 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name() 145 off = scnprintf(buffer, buf_len, "%s", sa_name); in scsi_format_opcode_name() 147 off = scnprintf(buffer, buf_len, "%s, sa=0x%x", in scsi_format_opcode_name() [all …]
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 190 *pos += scnprintf(buf + *pos, len - *pos, "item%u = %s\n", in hclge_dbg_dump_reg_tqp() 194 *pos += scnprintf(buf + *pos, len - *pos, "item%u\t", i); in hclge_dbg_dump_reg_tqp() 196 *pos += scnprintf(buf + *pos, len - *pos, "\n"); in hclge_dbg_dump_reg_tqp() 211 *pos += scnprintf(buf + *pos, len - *pos, "%#x\t", in hclge_dbg_dump_reg_tqp() 214 *pos += scnprintf(buf + *pos, len - *pos, "\n"); in hclge_dbg_dump_reg_tqp() 258 *pos += scnprintf(buf + *pos, len - *pos, "%s: %#x\n", in hclge_dbg_dump_reg_common() 306 *pos += scnprintf(buf + *pos, len - *pos, "%s: %#x\n", in hclge_dbg_dump_mac_enable_status() 332 *pos += scnprintf(buf + *pos, len - *pos, "max_frame_size: %u\n", in hclge_dbg_dump_mac_frame_size() 334 *pos += scnprintf(buf + *pos, len - *pos, "min_frame_size: %u\n", in hclge_dbg_dump_mac_frame_size() 362 *pos += scnprintf(buf + *pos, len - *pos, "speed: %#lx\n", in hclge_dbg_dump_mac_speed_duplex() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_debug.c | 40 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 44 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 48 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 52 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 56 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 60 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 98 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() 102 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() 106 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() 110 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() [all …]
|
/linux-6.1.9/drivers/ntb/hw/intel/ |
D | ntb_hw_gen3.c | 276 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 279 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 283 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 285 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 289 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 292 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 294 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 297 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 302 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 304 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() [all …]
|
D | ntb_hw_gen4.c | 240 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 243 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 247 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 249 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 253 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 256 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 258 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 261 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 266 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 268 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() [all …]
|
/linux-6.1.9/fs/ocfs2/dlm/ |
D | dlmdebug.c | 245 out += scnprintf(buf + out, len - out, "%.*s%08x", in stringify_lockname() 249 out += scnprintf(buf + out, len - out, "%.*s", in stringify_lockname() 261 out += scnprintf(buf + out, len - out, "%d ", i); in stringify_nodemap() 279 out += scnprintf(buf + out, len - out, in dump_mle() 286 out += scnprintf(buf + out, len - out, "Maybe="); in dump_mle() 289 out += scnprintf(buf + out, len - out, "\n"); in dump_mle() 291 out += scnprintf(buf + out, len - out, "Vote="); in dump_mle() 294 out += scnprintf(buf + out, len - out, "\n"); in dump_mle() 296 out += scnprintf(buf + out, len - out, "Response="); in dump_mle() 299 out += scnprintf(buf + out, len - out, "\n"); in dump_mle() [all …]
|
/linux-6.1.9/drivers/firmware/ |
D | edd.c | 135 p += scnprintf(p, left, "%c", info->params.host_bus_type[i]); in edd_show_host_bus() 137 p += scnprintf(p, left, " "); in edd_show_host_bus() 142 p += scnprintf(p, left, "\tbase_address: %x\n", in edd_show_host_bus() 147 p += scnprintf(p, left, in edd_show_host_bus() 155 p += scnprintf(p, left, in edd_show_host_bus() 160 p += scnprintf(p, left, "\tunknown: %llx\n", in edd_show_host_bus() 181 p += scnprintf(p, left, "%c", info->params.interface_type[i]); in edd_show_interface() 183 p += scnprintf(p, left, " "); in edd_show_interface() 187 p += scnprintf(p, left, "\tdevice: %u lun: %u\n", in edd_show_interface() 191 p += scnprintf(p, left, "\tdevice: %u\n", in edd_show_interface() [all …]
|
/linux-6.1.9/drivers/pnp/ |
D | support.c | 114 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 119 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 125 len += scnprintf(buf + len, sizeof(buf) - len, "io min %#llx " in dbg_pnp_show_option() 134 len += scnprintf(buf + len, sizeof(buf) - len, "mem min %#llx " in dbg_pnp_show_option() 143 len += scnprintf(buf + len, sizeof(buf) - len, "irq"); in dbg_pnp_show_option() 145 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 150 len += scnprintf(buf + len, in dbg_pnp_show_option() 154 len += scnprintf(buf + len, sizeof(buf) - len, " flags %#x", in dbg_pnp_show_option() 157 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 162 len += scnprintf(buf + len, sizeof(buf) - len, "dma"); in dbg_pnp_show_option() [all …]
|
/linux-6.1.9/tools/perf/util/ |
D | mem-events.c | 50 scnprintf(mem_loads_name, sizeof(mem_loads_name), in perf_mem_events__name() 108 scnprintf(path, PATH_MAX, "%s/devices/%s", mnt, sysfs_name); in perf_mem_event__supported() 134 scnprintf(sysfs_name, sizeof(sysfs_name), in perf_mem_events__init() 139 scnprintf(sysfs_name, sizeof(sysfs_name), in perf_mem_events__init() 176 scnprintf(sysfs_name, sizeof(sysfs_name), e->sysfs_name, in perf_mem_events__print_unsupport_hybrid() 268 l += scnprintf(out + l, sz - l, tlb_access[i]); in perf_mem__tlb_scnprintf() 271 l += scnprintf(out, sz - l, "N/A"); in perf_mem__tlb_scnprintf() 273 l += scnprintf(out + l, sz - l, " hit"); in perf_mem__tlb_scnprintf() 275 l += scnprintf(out + l, sz - l, " miss"); in perf_mem__tlb_scnprintf() 329 l = scnprintf(out, sz, "N/A"); in perf_mem__op_scnprintf() [all …]
|
/linux-6.1.9/drivers/media/platform/amphion/ |
D | vpu_dbg.c | 63 num = scnprintf(str, sizeof(str), "[%s]\n", vpu_core_type_desc(inst->type)); in vpu_dbg_instance() 67 num = scnprintf(str, sizeof(str), "tgig = %d,pid = %d\n", inst->tgid, inst->pid); in vpu_dbg_instance() 70 num = scnprintf(str, sizeof(str), "state = %d\n", inst->state); in vpu_dbg_instance() 73 num = scnprintf(str, sizeof(str), in vpu_dbg_instance() 80 num = scnprintf(str, sizeof(str), in vpu_dbg_instance() 94 num = scnprintf(str, sizeof(str), " %d(%d)", in vpu_dbg_instance() 104 num = scnprintf(str, sizeof(str), in vpu_dbg_instance() 118 num = scnprintf(str, sizeof(str), " %d(%d)", in vpu_dbg_instance() 126 num = scnprintf(str, sizeof(str), "crop: (%d, %d) %d x %d\n", in vpu_dbg_instance() 141 num = scnprintf(str, sizeof(str), in vpu_dbg_instance() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | debugfs_sta.c | 186 len = scnprintf(buf, sizeof(buf) - len, "aggregation mode: %s\n", in ath10k_dbg_sta_read_aggr_mode() 401 len = scnprintf(buf, sizeof(buf) - len, in ath10k_dbg_sta_read_peer_debug_trigger() 464 len = scnprintf(buf, sizeof(buf) - len, "%d\n", in ath10k_dbg_sta_read_peer_ps_state() 546 len += scnprintf(buf + len, buf_len - len, \ 551 len += scnprintf(buf + len, \ 553 len += scnprintf(buf + len, \ 559 len += scnprintf(buf + len, buf_len - len, "\n"); \ 583 len += scnprintf(buf + len, buf_len - len, in ath10k_dbg_sta_read_tid_stats() 585 len += scnprintf(buf + len, buf_len - len, in ath10k_dbg_sta_read_tid_stats() 587 len += scnprintf(buf + len, buf_len - len, "MSDUs from FW\t\t\t"); in ath10k_dbg_sta_read_tid_stats() [all …]
|
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 171 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_disc_trc_data() 182 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_disc_trc_data() 237 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_slow_ring_trc_data() 248 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_slow_ring_trc_data() 308 len += scnprintf(buf+len, size-len, "HBQ %d Info\n", i); in lpfc_debugfs_hbqinfo_data() 316 len += scnprintf(buf+len, size-len, in lpfc_debugfs_hbqinfo_data() 323 len += scnprintf(buf+len, size-len, in lpfc_debugfs_hbqinfo_data() 330 len += scnprintf(buf+len, size-len, in lpfc_debugfs_hbqinfo_data() 342 len += scnprintf(buf + len, size - len, in lpfc_debugfs_hbqinfo_data() 350 len += scnprintf(buf + len, size - len, in lpfc_debugfs_hbqinfo_data() [all …]
|
/linux-6.1.9/net/mac80211/ |
D | debugfs_sta.c | 98 pos += scnprintf(pos, end - pos, "%s\n", in sta_flags_read() 115 p += scnprintf(p, sizeof(buf)+buf-p, "AC%d: %d\n", ac, in sta_num_ps_buf_frames_read() 129 p += scnprintf(p, sizeof(buf)+buf-p, "%x ", in sta_last_seq_ctrl_read() 131 p += scnprintf(p, sizeof(buf)+buf-p, "\n"); in sta_last_seq_ctrl_read() 155 p += scnprintf(p, in sta_aqm_read() 161 p += scnprintf(p, in sta_aqm_read() 169 p += scnprintf(p, bufsz + buf - p, in sta_aqm_read() 221 p += scnprintf(p, bufsz + buf - p, in sta_airtime_read() 274 p += scnprintf(p, bufsz + buf - p, in sta_aql_read() 333 p += scnprintf(p, bufsz + buf - p, "next dialog_token: %#02x\n", in sta_agg_status_read() [all …]
|
/linux-6.1.9/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 91 return scnprintf(buf, PAGE_SIZE, "%s\n", ci.serial); in cca_serialnr_show() 126 n += scnprintf(buf + n, PAGE_SIZE, in cca_mkvps_show() 131 n += scnprintf(buf + n, PAGE_SIZE, "AES NEW: - -\n"); in cca_mkvps_show() 134 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 139 n += scnprintf(buf + n, PAGE_SIZE - n, "AES CUR: - -\n"); in cca_mkvps_show() 142 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 147 n += scnprintf(buf + n, PAGE_SIZE - n, "AES OLD: - -\n"); in cca_mkvps_show() 150 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 155 n += scnprintf(buf + n, PAGE_SIZE - n, "APKA NEW: - -\n"); in cca_mkvps_show() 158 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() [all …]
|
D | ap_queue.c | 493 return scnprintf(buf, PAGE_SIZE, "%llu\n", req_cnt); in request_count_show() 495 return scnprintf(buf, PAGE_SIZE, "-\n"); in request_count_show() 523 return scnprintf(buf, PAGE_SIZE, "%d\n", reqq_cnt); in requestq_count_show() 538 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show() 553 rc = scnprintf(buf, PAGE_SIZE, "Reset in progress.\n"); in reset_show() 557 rc = scnprintf(buf, PAGE_SIZE, "Reset Timer armed.\n"); in reset_show() 560 rc = scnprintf(buf, PAGE_SIZE, "No Reset Timer set.\n"); in reset_show() 594 rc = scnprintf(buf, PAGE_SIZE, "Enable Interrupt pending.\n"); in interrupt_show() 596 rc = scnprintf(buf, PAGE_SIZE, "Interrupts enabled.\n"); in interrupt_show() 598 rc = scnprintf(buf, PAGE_SIZE, "Interrupts disabled.\n"); in interrupt_show() [all …]
|