/Linux-v4.19/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 …]
|
D | mmap.c | 10 return scnprintf(bf, size, "NONE"); in syscall_arg__scnprintf_mmap_prot() 13 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mmap_prot() 26 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", prot); in syscall_arg__scnprintf_mmap_prot() 43 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mmap_flags() 74 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", flags); in syscall_arg__scnprintf_mmap_flags() 88 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mremap_flags() 97 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", flags); in syscall_arg__scnprintf_mremap_flags() 110 return scnprintf(bf, size, "MADV_%s", strarray__madvise_advices.entries[behavior]); in madvise__scnprintf_behavior() 112 return scnprintf(bf, size, "%#", behavior); in madvise__scnprintf_behavior()
|
D | pkey_alloc.c | 23 return scnprintf(bf, size, "%s", s); in pkey_alloc__scnprintf_access_rights() 24 return scnprintf(bf, size, "%d", 0); in pkey_alloc__scnprintf_access_rights() 34 printed += scnprintf(bf + printed, size - printed, "|"); in pkey_alloc__scnprintf_access_rights() 37 …printed += scnprintf(bf + printed, size - printed, "%s", strarray__pkey_alloc_access_rights.entrie… in pkey_alloc__scnprintf_access_rights() 39 printed += scnprintf(bf + printed, size - printed, "0x%#", bit); in pkey_alloc__scnprintf_access_rights()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c | 44 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", flag); in il4965_stats_flag() 46 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag() 48 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il4965_stats_flag() 51 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il4965_stats_flag() 109 scnprintf(buf + pos, bufsz - pos, fmt_header, in il4965_ucode_rx_stats_read() 112 scnprintf(buf + pos, bufsz - pos, fmt_table, "ina_cnt:", in il4965_ucode_rx_stats_read() 116 scnprintf(buf + pos, bufsz - pos, fmt_table, "fina_cnt:", in il4965_ucode_rx_stats_read() 120 scnprintf(buf + pos, bufsz - pos, fmt_table, "plcp_err:", in il4965_ucode_rx_stats_read() 124 scnprintf(buf + pos, bufsz - pos, fmt_table, "crc32_err:", in il4965_ucode_rx_stats_read() 128 scnprintf(buf + pos, bufsz - pos, fmt_table, "overrun_err:", in il4965_ucode_rx_stats_read() [all …]
|
D | 3945-debug.c | 37 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", in il3945_stats_flag() 40 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag() 42 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il3945_stats_flag() 45 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il3945_stats_flag() 96 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 101 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 106 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 111 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 116 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 121 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() [all …]
|
D | debug.c | 244 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n"); in il_dbgfs_tx_stats_read() 247 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 250 pos += scnprintf(buf + pos, bufsz - pos, "Control\n"); in il_dbgfs_tx_stats_read() 253 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 256 pos += scnprintf(buf + pos, bufsz - pos, "Data:\n"); in il_dbgfs_tx_stats_read() 258 scnprintf(buf + pos, bufsz - pos, "\tcnt: %u\n", in il_dbgfs_tx_stats_read() 261 scnprintf(buf + pos, bufsz - pos, "\tbytes: %llu\n", in il_dbgfs_tx_stats_read() 305 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n"); in il_dbgfs_rx_stats_read() 308 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_rx_stats_read() 311 pos += scnprintf(buf + pos, bufsz - pos, "Control:\n"); in il_dbgfs_rx_stats_read() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | debugfs.c | 135 pos += scnprintf(buf + pos, bufsz - pos, "sram_len: 0x%x\n", in iwl_dbgfs_sram_read() 137 pos += scnprintf(buf + pos, bufsz - pos, "sram_offset: 0x%x\n", in iwl_dbgfs_sram_read() 150 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 154 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 157 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 170 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read() 172 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read() 174 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read() 178 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read() 243 pos += scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n", in iwl_dbgfs_stations_read() [all …]
|
/Linux-v4.19/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() 167 p += scnprintf(p, bufsz+buf-p, in sta_aqm_read() 206 p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n", in sta_agg_status_read() 208 p += scnprintf(p, sizeof(buf) + buf - p, in sta_agg_status_read() 218 p += scnprintf(p, sizeof(buf) + buf - p, "%02d", i); in sta_agg_status_read() [all …]
|
D | debugfs_key.c | 132 len = scnprintf(buf, sizeof(buf), "\n"); in key_tx_spec_read() 136 len = scnprintf(buf, sizeof(buf), "%08x %04x\n", in key_tx_spec_read() 149 len = scnprintf(buf, sizeof(buf), "%02x%02x%02x%02x%02x%02x\n", in key_tx_spec_read() 171 len = scnprintf(buf, sizeof(buf), "\n"); in key_rx_spec_read() 175 p += scnprintf(p, sizeof(buf)+buf-p, in key_rx_spec_read() 185 p += scnprintf(p, sizeof(buf)+buf-p, in key_rx_spec_read() 195 p += scnprintf(p, sizeof(buf)+buf-p, in key_rx_spec_read() 204 p += scnprintf(p, sizeof(buf)+buf-p, in key_rx_spec_read() 214 p += scnprintf(p, sizeof(buf)+buf-p, in key_rx_spec_read() 238 len = scnprintf(buf, sizeof(buf), "%u\n", key->u.ccmp.replays); in key_replays_read() [all …]
|
/Linux-v4.19/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 …]
|
D | debug_sta.c | 40 len = scnprintf(buf, size, "%s\n", in read_file_node_aggr() 45 len = scnprintf(buf, size, "Max-AMPDU: %d\n", in read_file_node_aggr() 47 len += scnprintf(buf + len, size - len, "MPDU Density: %d\n\n", in read_file_node_aggr() 50 len += scnprintf(buf + len, size - len, in read_file_node_aggr() 60 len += scnprintf(buf + len, size - len, in read_file_node_aggr() 153 len += scnprintf(buf + len, size - len, \ 162 len += scnprintf(buf + len, size - len, \ 192 len += scnprintf(buf + len, size - len, in read_file_node_recv() 197 len += scnprintf(buf + len, size - len, in read_file_node_recv() 206 len += scnprintf(buf + len, size - len, "\n"); in read_file_node_recv() [all …]
|
/Linux-v4.19/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 …]
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_logging.c | 84 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 91 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 111 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_prefix_printk() 160 off = scnprintf(buffer, buf_len, in scsi_format_opcode_name() 171 off = scnprintf(buffer, buf_len, "%s", cdb_name); in scsi_format_opcode_name() 173 off = scnprintf(buffer, buf_len, "opcode=0x%x", cdb0); in scsi_format_opcode_name() 177 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name() 180 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name() 185 off = scnprintf(buffer, buf_len, "%s", sa_name); in scsi_format_opcode_name() 187 off = scnprintf(buffer, buf_len, "%s, sa=0x%x", in scsi_format_opcode_name() [all …]
|
/Linux-v4.19/drivers/pnp/ |
D | support.c | 115 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-v4.19/drivers/firmware/ |
D | edd.c | 144 p += scnprintf(p, left, "%c", info->params.host_bus_type[i]); in edd_show_host_bus() 146 p += scnprintf(p, left, " "); in edd_show_host_bus() 151 p += scnprintf(p, left, "\tbase_address: %x\n", in edd_show_host_bus() 156 p += scnprintf(p, left, in edd_show_host_bus() 164 p += scnprintf(p, left, in edd_show_host_bus() 169 p += scnprintf(p, left, "\tunknown: %llx\n", in edd_show_host_bus() 190 p += scnprintf(p, left, "%c", info->params.interface_type[i]); in edd_show_interface() 192 p += scnprintf(p, left, " "); in edd_show_interface() 196 p += scnprintf(p, left, "\tdevice: %u lun: %u\n", in edd_show_interface() 200 p += scnprintf(p, left, "\tdevice: %u\n", in edd_show_interface() [all …]
|
/Linux-v4.19/drivers/misc/mei/ |
D | debugfs.c | 52 pos += scnprintf(buf + pos, bufsz - pos, HDR); in mei_dbgfs_read_meclients() 62 pos += scnprintf(buf + pos, bufsz - pos, in mei_dbgfs_read_meclients() 123 pos += scnprintf(buf + pos, bufsz - pos, HDR); in mei_dbgfs_read_active() 132 pos += scnprintf(buf + pos, bufsz - pos, in mei_dbgfs_read_active() 164 pos += scnprintf(buf + pos, bufsz - pos, "dev: %s\n", in mei_dbgfs_read_devstate() 166 pos += scnprintf(buf + pos, bufsz - pos, "hbm: %s\n", in mei_dbgfs_read_devstate() 171 pos += scnprintf(buf + pos, bufsz - pos, "hbm features:\n"); in mei_dbgfs_read_devstate() 172 pos += scnprintf(buf + pos, bufsz - pos, "\tPG: %01d\n", in mei_dbgfs_read_devstate() 174 pos += scnprintf(buf + pos, bufsz - pos, "\tDC: %01d\n", in mei_dbgfs_read_devstate() 176 pos += scnprintf(buf + pos, bufsz - pos, "\tIE: %01d\n", in mei_dbgfs_read_devstate() [all …]
|
/Linux-v4.19/tools/perf/ |
D | builtin-trace.c | 343 return scnprintf(bf, size, intfmt, val); in strarray__scnprintf() 345 return scnprintf(bf, size, "%s", sa->entries[idx]); in strarray__scnprintf() 386 return scnprintf(bf, size, "%s", sa->entries[idx]); in syscall_arg__scnprintf_strarrays() 390 return scnprintf(bf, size, "%d", arg->val); in syscall_arg__scnprintf_strarrays() 403 return scnprintf(bf, size, "CWD"); in syscall_arg__scnprintf_fd_at() 417 return scnprintf(bf, size, "%#lx", arg->val); in syscall_arg__scnprintf_hex() 422 return scnprintf(bf, size, "%d", arg->val); in syscall_arg__scnprintf_int() 427 return scnprintf(bf, size, "%ld", arg->val); in syscall_arg__scnprintf_long() 518 return scnprintf(bf, size, "F"); in syscall_arg__scnprintf_access_mode() 521 printed += scnprintf(bf + printed, size - printed, "%s", #n); \ in syscall_arg__scnprintf_access_mode() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | mem-events.c | 36 scnprintf(mem_loads_name, sizeof(mem_loads_name), in perf_mem_events__name() 96 scnprintf(path, PATH_MAX, "%s/devices/cpu/events/%s", in perf_mem_events__init() 141 l += scnprintf(out + l, sz - l, tlb_access[i]); in perf_mem__tlb_scnprintf() 144 l += scnprintf(out, sz - l, "N/A"); in perf_mem__tlb_scnprintf() 146 l += scnprintf(out + l, sz - l, " hit"); in perf_mem__tlb_scnprintf() 148 l += scnprintf(out + l, sz - l, " miss"); in perf_mem__tlb_scnprintf() 211 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf() 221 l += scnprintf(out + l, sz - l, mem_lvlnum[lvl]); in perf_mem__lvl_scnprintf() 223 l += scnprintf(out + l, sz - l, "L%d", lvl); in perf_mem__lvl_scnprintf() 227 l += scnprintf(out + l, sz - l, "N/A"); in perf_mem__lvl_scnprintf() [all …]
|
D | demangle-java.c | 65 rlen += scnprintf(buf + rlen, maxlen - rlen, ", "); in __demangle_java_sym() 68 rlen += scnprintf(buf + rlen, maxlen - rlen, "class "); in __demangle_java_sym() 84 rlen += scnprintf(buf + rlen, maxlen - rlen, ", "); in __demangle_java_sym() 85 rlen += scnprintf(buf + rlen, maxlen - rlen, "%s", base_types[*q - 'A']); in __demangle_java_sym() 87 rlen += scnprintf(buf + rlen, maxlen - rlen, "[]"); in __demangle_java_sym() 95 rlen += scnprintf(buf + rlen, maxlen - rlen, "void"); in __demangle_java_sym() 97 rlen += scnprintf(buf + rlen, maxlen - rlen, "[]"); in __demangle_java_sym() 124 rlen += scnprintf(buf + rlen, maxlen - rlen, "."); in __demangle_java_sym() 133 rlen += scnprintf(buf + rlen, maxlen - rlen, "."); in __demangle_java_sym()
|
/Linux-v4.19/drivers/platform/chrome/ |
D | cros_ec_sysfs.c | 44 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show() 46 count += scnprintf(buf + count, PAGE_SIZE - count, in reboot_show() 154 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() 156 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() 158 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() 168 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() 171 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() 175 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() 184 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() 187 count += scnprintf(buf + count, PAGE_SIZE - count, in version_show() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs-vif.c | 205 pos = scnprintf(buf, bufsz, "bss limit = %d\n", in iwl_dbgfs_tx_pwr_lmt_read() 247 pos += scnprintf(buf+pos, bufsz-pos, "type: ibss\n"); in iwl_dbgfs_mac_params_read() 250 pos += scnprintf(buf+pos, bufsz-pos, "type: bss\n"); in iwl_dbgfs_mac_params_read() 253 pos += scnprintf(buf+pos, bufsz-pos, "type: ap\n"); in iwl_dbgfs_mac_params_read() 256 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p client\n"); in iwl_dbgfs_mac_params_read() 259 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p go\n"); in iwl_dbgfs_mac_params_read() 262 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p dev\n"); in iwl_dbgfs_mac_params_read() 268 pos += scnprintf(buf+pos, bufsz-pos, "mac id/color: %d / %d\n", in iwl_dbgfs_mac_params_read() 270 pos += scnprintf(buf+pos, bufsz-pos, "bssid: %pM\n", in iwl_dbgfs_mac_params_read() 272 pos += scnprintf(buf+pos, bufsz-pos, "Load: %d\n", in iwl_dbgfs_mac_params_read() [all …]
|
/Linux-v4.19/drivers/misc/cxl/ |
D | sysfs.c | 27 return scnprintf(buf, PAGE_SIZE, "%i.%i\n", adapter->caia_major, in caia_version_show() 37 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->psl_rev); in psl_revision_show() 46 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->base_image); in base_image_show() 56 return scnprintf(buf, PAGE_SIZE, "user\n"); in image_loaded_show() 57 return scnprintf(buf, PAGE_SIZE, "factory\n"); in image_loaded_show() 78 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->psl_timebase_synced); in psl_timebase_synced_show() 87 return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->tunneled_ops_supported); in tunneled_ops_supported_show() 133 return scnprintf(buf, PAGE_SIZE, "none\n"); in load_image_on_perst_show() 136 return scnprintf(buf, PAGE_SIZE, "user\n"); in load_image_on_perst_show() 137 return scnprintf(buf, PAGE_SIZE, "factory\n"); in load_image_on_perst_show() [all …]
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 312 len += scnprintf(buf + len, buf_len - len, "\n"); in read_file_war_stats() 313 len += scnprintf(buf + len, buf_len - len, "%25s\n", in read_file_war_stats() 315 len += scnprintf(buf + len, buf_len - len, "%25s\n\n", in read_file_war_stats() 317 len += scnprintf(buf + len, buf_len - len, "%20s %10u\n", in read_file_war_stats() 593 len += scnprintf(buf + len, buf_len - len, "\n"); in read_file_tgt_stats() 594 len += scnprintf(buf + len, buf_len - len, "%25s\n", in read_file_tgt_stats() 596 len += scnprintf(buf + len, buf_len - len, "%25s\n\n", in read_file_tgt_stats() 598 len += scnprintf(buf + len, buf_len - len, "%20s %10llu\n", in read_file_tgt_stats() 600 len += scnprintf(buf + len, buf_len - len, "%20s %10llu\n", in read_file_tgt_stats() 602 len += scnprintf(buf + len, buf_len - len, "%20s %10llu\n", in read_file_tgt_stats() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_ib_sysfs.c | 61 return scnprintf(buf, PAGE_SIZE, "%hu\n", subsystem_device_id); in usnic_ib_show_board() 95 n = scnprintf(ptr, left, in usnic_ib_show_config() 111 n = scnprintf(ptr, left, " %d %s%s", in usnic_ib_show_config() 118 n = scnprintf(ptr, left, "\n"); in usnic_ib_show_config() 121 n = scnprintf(ptr, left, "%s: no VFs\n", in usnic_ib_show_config() 138 return scnprintf(buf, PAGE_SIZE, "%s\n", in usnic_ib_show_iface() 150 return scnprintf(buf, PAGE_SIZE, "%u\n", in usnic_ib_show_max_vf() 165 return scnprintf(buf, PAGE_SIZE, in usnic_ib_show_qp_per_vf() 177 return scnprintf(buf, PAGE_SIZE, "%d\n", in usnic_ib_show_cq_per_vf() 226 return scnprintf(buf, PAGE_SIZE, "0x%p\n", qp_grp->ctx); in context_show() [all …]
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-dbg.c | 154 return scnprintf(buf, len, in dbg_status_buf() 173 return scnprintf(buf, len, in dbg_intr_buf() 190 return scnprintf(buf, len, in dbg_command_buf() 232 return scnprintf(buf, len, in dbg_port_buf() 398 temp = scnprintf(next, size, in qh_lines() 446 temp = scnprintf(next, size, in qh_lines() 461 temp = scnprintf(next, size, "\n"); in qh_lines() 495 temp = scnprintf(next, size, "\nunlink =\n"); in fill_async_buffer() 531 temp = scnprintf(next, size, in fill_bandwidth_buffer() 537 temp = scnprintf(next, size, in fill_bandwidth_buffer() [all …]
|