Home
last modified time | relevance | path

Searched refs:scnprintf (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/Linux-v5.10/net/tipc/
Dtrace.c61 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-v5.10/drivers/media/common/siano/
Dsmsdvb-debugfs.c48 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-v5.10/tools/perf/trace/beauty/
Dioctl.c42 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 …]
Dsockaddr.c17 return scnprintf(bf, size, ", port: %d, addr: %s", ntohs(sin->sin_port), in af_inet__scnprintf()
26 size_t printed = scnprintf(bf, size, ", port: %d, addr: %s", ntohs(sin6->sin6_port), in af_inet6__scnprintf()
29 printed += scnprintf(bf + printed, size - printed, ", flowinfo: %lu", flowinfo); in af_inet6__scnprintf()
31 printed += scnprintf(bf + printed, size - printed, ", scope_id: %lu", sin6->sin6_scope_id); in af_inet6__scnprintf()
39 return scnprintf(bf, size, ", path: %s", sun->sun_path); in af_local__scnprintf()
55 printed = scnprintf(bf, size, "{ .family: %s", family); in syscall_arg__scnprintf_augmented_sockaddr()
60 return printed + scnprintf(bf + printed, size - printed, " }"); in syscall_arg__scnprintf_augmented_sockaddr()
68 return scnprintf(bf, size, "%#lx", arg->val); in syscall_arg__scnprintf_sockaddr()
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
D4965-debug.c26 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 …]
D3945-debug.c19 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 …]
Ddebug.c215 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-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Ddebugfs.c95 pos += scnprintf(buf + pos, bufsz - pos, "sram_len: 0x%x\n", in iwl_dbgfs_sram_read()
97 pos += scnprintf(buf + pos, bufsz - pos, "sram_offset: 0x%x\n", in iwl_dbgfs_sram_read()
110 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read()
114 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read()
117 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read()
130 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read()
132 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read()
134 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read()
138 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read()
203 pos += scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n", in iwl_dbgfs_stations_read()
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath5k/
Ddebug.c185 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-v5.10/drivers/scsi/
Dscsi_logging.c41 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header()
48 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header()
68 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_prefix_printk()
117 off = scnprintf(buffer, buf_len, in scsi_format_opcode_name()
128 off = scnprintf(buffer, buf_len, "%s", cdb_name); in scsi_format_opcode_name()
130 off = scnprintf(buffer, buf_len, "opcode=0x%x", cdb0); in scsi_format_opcode_name()
134 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name()
137 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name()
142 off = scnprintf(buffer, buf_len, "%s", sa_name); in scsi_format_opcode_name()
144 off = scnprintf(buffer, buf_len, "%s, sa=0x%x", in scsi_format_opcode_name()
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c40 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-v5.10/drivers/ntb/hw/intel/
Dntb_hw_gen3.c276 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 …]
Dntb_hw_gen4.c223 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
226 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
230 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
232 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
236 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
239 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
241 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
244 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()
251 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
[all …]
/Linux-v5.10/fs/ocfs2/dlm/
Ddlmdebug.c247 out += scnprintf(buf + out, len - out, "%.*s%08x", in stringify_lockname()
251 out += scnprintf(buf + out, len - out, "%.*s", in stringify_lockname()
263 out += scnprintf(buf + out, len - out, "%d ", i); in stringify_nodemap()
281 out += scnprintf(buf + out, len - out, in dump_mle()
288 out += scnprintf(buf + out, len - out, "Maybe="); in dump_mle()
291 out += scnprintf(buf + out, len - out, "\n"); in dump_mle()
293 out += scnprintf(buf + out, len - out, "Vote="); in dump_mle()
296 out += scnprintf(buf + out, len - out, "\n"); in dump_mle()
298 out += scnprintf(buf + out, len - out, "Response="); in dump_mle()
301 out += scnprintf(buf + out, len - out, "\n"); in dump_mle()
[all …]
/Linux-v5.10/drivers/firmware/
Dedd.c135 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-v5.10/drivers/pnp/
Dsupport.c115 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option()
120 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option()
126 len += scnprintf(buf + len, sizeof(buf) - len, "io min %#llx " in dbg_pnp_show_option()
135 len += scnprintf(buf + len, sizeof(buf) - len, "mem min %#llx " in dbg_pnp_show_option()
144 len += scnprintf(buf + len, sizeof(buf) - len, "irq"); in dbg_pnp_show_option()
146 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option()
151 len += scnprintf(buf + len, in dbg_pnp_show_option()
155 len += scnprintf(buf + len, sizeof(buf) - len, " flags %#x", in dbg_pnp_show_option()
158 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option()
163 len += scnprintf(buf + len, sizeof(buf) - len, "dma"); in dbg_pnp_show_option()
[all …]
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_debugfs.c171 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-v5.10/drivers/net/wireless/ath/ath10k/
Ddebugfs_sta.c186 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-v5.10/net/mac80211/
Ddebugfs_sta.c97 pos += scnprintf(pos, end - pos, "%s\n", in sta_flags_read()
114 p += scnprintf(p, sizeof(buf)+buf-p, "AC%d: %d\n", ac, in sta_num_ps_buf_frames_read()
128 p += scnprintf(p, sizeof(buf)+buf-p, "%x ", in sta_last_seq_ctrl_read()
130 p += scnprintf(p, sizeof(buf)+buf-p, "\n"); in sta_last_seq_ctrl_read()
154 p += scnprintf(p, in sta_aqm_read()
160 p += scnprintf(p, in sta_aqm_read()
168 p += scnprintf(p, bufsz+buf-p, in sta_aqm_read()
219 p += scnprintf(p, bufsz + buf - p, in sta_airtime_read()
272 p += scnprintf(p, bufsz + buf - p, in sta_aql_read()
324 p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n", in sta_agg_status_read()
[all …]
/Linux-v5.10/drivers/s390/crypto/
Dap_queue.c460 return scnprintf(buf, PAGE_SIZE, "%llu\n", req_cnt); in request_count_show()
462 return scnprintf(buf, PAGE_SIZE, "-\n"); in request_count_show()
490 return scnprintf(buf, PAGE_SIZE, "%d\n", reqq_cnt); in requestq_count_show()
505 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show()
520 rc = scnprintf(buf, PAGE_SIZE, "Reset in progress.\n"); in reset_show()
524 rc = scnprintf(buf, PAGE_SIZE, "Reset Timer armed.\n"); in reset_show()
527 rc = scnprintf(buf, PAGE_SIZE, "No Reset Timer set.\n"); in reset_show()
561 rc = scnprintf(buf, PAGE_SIZE, "Enable Interrupt pending.\n"); in interrupt_show()
563 rc = scnprintf(buf, PAGE_SIZE, "Interrupts enabled.\n"); in interrupt_show()
565 rc = scnprintf(buf, PAGE_SIZE, "Interrupts disabled.\n"); in interrupt_show()
[all …]
Dzcrypt_cex4.c90 return scnprintf(buf, PAGE_SIZE, "%s\n", ci.serial); in cca_serialnr_show()
125 n = scnprintf(buf, PAGE_SIZE, "AES NEW: %s 0x%016llx\n", in cca_mkvps_show()
129 n = scnprintf(buf, PAGE_SIZE, "AES NEW: - -\n"); in cca_mkvps_show()
132 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show()
137 n += scnprintf(buf + n, PAGE_SIZE - n, "AES CUR: - -\n"); in cca_mkvps_show()
140 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show()
145 n += scnprintf(buf + n, PAGE_SIZE - n, "AES OLD: - -\n"); in cca_mkvps_show()
148 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show()
153 n += scnprintf(buf + n, PAGE_SIZE - n, "APKA NEW: - -\n"); in cca_mkvps_show()
156 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show()
[all …]
/Linux-v5.10/drivers/usb/dwc3/
Ddebug.h262 len = scnprintf(str, size, "ep%d%s: ", epnum >> 1, in dwc3_ep_event_string()
269 len += scnprintf(str + len, size - len, in dwc3_ep_event_string()
276 scnprintf(str + len, size - len, " [%s]", in dwc3_ep_event_string()
280 scnprintf(str + len, size - len, in dwc3_ep_event_string()
288 len += scnprintf(str + len, size - len, in dwc3_ep_event_string()
300 scnprintf(str + len, size - len, in dwc3_ep_event_string()
304 scnprintf(str + len, size - len, in dwc3_ep_event_string()
310 scnprintf(str + len, size - len, "FIFO"); in dwc3_ep_event_string()
317 scnprintf(str + len, size - len, " Stream %d Found", in dwc3_ep_event_string()
322 scnprintf(str + len, size - len, " Stream Not Found"); in dwc3_ep_event_string()
[all …]
/Linux-v5.10/tools/perf/
Dbuiltin-trace.c94 size_t (*scnprintf)(char *bf, size_t size, struct syscall_arg *arg); member
496 size_t printed = scnprintf(bf, size, intfmt, val); in strarray__scnprintf_suffix()
498 printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sa->prefix); in strarray__scnprintf_suffix()
502 return scnprintf(bf, size, "%s%s", sa->entries[idx], show_suffix ? sa->prefix : ""); in strarray__scnprintf_suffix()
510 size_t printed = scnprintf(bf, size, intfmt, val); in strarray__scnprintf()
512 printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sa->prefix); in strarray__scnprintf()
516 return scnprintf(bf, size, "%s%s", show_prefix ? sa->prefix : "", sa->entries[idx]); in strarray__scnprintf()
566 return scnprintf(bf, size, "%s%s", show_prefix ? sa->prefix : "", sa->entries[idx]); in strarrays__scnprintf()
570 printed = scnprintf(bf, size, intfmt, val); in strarrays__scnprintf()
572 printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sas->entries[0]->prefix); in strarrays__scnprintf()
[all …]
/Linux-v5.10/drivers/crypto/bcm/
Dutil.c369 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
372 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
375 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
378 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
381 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
388 out_offset += scnprintf(buf + out_offset, in spu_debugfs_read()
395 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
401 out_offset += scnprintf(buf + out_offset, in spu_debugfs_read()
407 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
410 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs_sta.c238 len += scnprintf(buf + len, size - len, "%s_%s\n", in ath11k_dbg_sta_dump_tx_stats()
241 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats()
245 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats()
248 len += scnprintf(buf + len, size - len, "\n"); in ath11k_dbg_sta_dump_tx_stats()
249 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats()
253 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats()
256 len += scnprintf(buf + len, size - len, "\n"); in ath11k_dbg_sta_dump_tx_stats()
257 len += scnprintf(buf + len, size - len, " HT MCS %s\n", in ath11k_dbg_sta_dump_tx_stats()
260 len += scnprintf(buf + len, size - len, in ath11k_dbg_sta_dump_tx_stats()
262 len += scnprintf(buf + len, size - len, "\n"); in ath11k_dbg_sta_dump_tx_stats()
[all …]

12345678910>>...26