Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 25 of 2452) sorted by relevance

12345678910>>...99

/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-display.c15 snprintf(str, str_len, "none"); in printcpulist()
25 index = snprintf(&str[curr_index], in printcpulist()
150 k += snprintf(&delimiters[k], in format_and_print()
209 snprintf(value, sizeof(value), "%d", in _isst_pbf_display_information()
225 snprintf(value, sizeof(value), "%d", in _isst_pbf_display_information()
289 snprintf(header, sizeof(header), in _isst_fact_display_information()
292 snprintf(header, sizeof(header), in _isst_fact_display_information()
299 snprintf(header, sizeof(header), in _isst_fact_display_information()
458 snprintf(header, sizeof(header), in isst_ctdp_display_information()
469 snprintf(header, sizeof(header), in isst_ctdp_display_information()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-picolcd_debugfs.c491 snprintf(buff, BUFF_SZ, "\tNo data\n"); in picolcd_debug_out_report()
493 snprintf(buff, BUFF_SZ, "\tData: "); in picolcd_debug_out_report()
559 snprintf(buff, BUFF_SZ, "\tNo data\n"); in picolcd_debug_out_report()
561 snprintf(buff, BUFF_SZ, "\tData: "); in picolcd_debug_out_report()
575 snprintf(buff, BUFF_SZ, "\tNo data\n"); in picolcd_debug_out_report()
577 snprintf(buff, BUFF_SZ, "\tData: "); in picolcd_debug_out_report()
716 snprintf(buff, BUFF_SZ, "\tNo data\n"); in picolcd_debug_raw_event()
719 snprintf(buff, BUFF_SZ, "\tData: "); in picolcd_debug_raw_event()
741 snprintf(buff, BUFF_SZ, "\tNo data\n"); in picolcd_debug_raw_event()
743 snprintf(buff, BUFF_SZ, "\tData: "); in picolcd_debug_raw_event()
[all …]
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h22 ret += snprintf(str + ret, size - ret, "SOF "); in cdns2_decode_usb_irq()
24 ret += snprintf(str + ret, size - ret, "SUTOK "); in cdns2_decode_usb_irq()
32 ret += snprintf(str + ret, size - ret, "HS "); in cdns2_decode_usb_irq()
34 ret += snprintf(str + ret, size - ret, "LPM "); in cdns2_decode_usb_irq()
112 ret += snprintf(str + ret, size - ret, in cdns2_raw_ring()
118 ret += snprintf(str + ret, size - ret, in cdns2_raw_ring()
122 ret += snprintf(str + ret, size - ret, in cdns2_raw_ring()
127 ret += snprintf(str + ret, size - ret, in cdns2_raw_ring()
135 ret += snprintf(str + ret, size - ret, in cdns2_raw_ring()
169 ret = snprintf(str, size, in cdns2_decode_trb()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h192 ret = snprintf(str, size, in cdnsp_decode_trb()
205 ret = snprintf(str, size, in cdnsp_decode_trb()
222 ret = snprintf(str, size, in cdnsp_decode_trb()
244 ret = snprintf(str, size, in cdnsp_decode_trb()
260 ret = snprintf(str, size, in cdnsp_decode_trb()
276 ret = snprintf(str, size, in cdnsp_decode_trb()
307 ret = snprintf(str, size, in cdnsp_decode_trb()
315 ret = snprintf(str, size, in cdnsp_decode_trb()
323 ret = snprintf(str, size, in cdnsp_decode_trb()
332 ret = snprintf(str, size, in cdnsp_decode_trb()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0005-hp_ipp.c-Add-printf-format-to-snprintf-calls.patch4 Subject: [PATCH] hp_ipp.c: Add printf format to snprintf calls
23 - snprintf( info,sizeof(info), name );
24 + snprintf( info,sizeof(info), "%s", name );
32 - snprintf(t_printer->name, sizeof(t_printer->name),ippGetString(attr, 0, NULL) );
33 + snprintf(t_printer->name, sizeof(t_printer->name), "%s", ippGetString(attr, 0, N…
37 - snprintf(t_printer->device_uri,sizeof(t_printer->device_uri), ippGetString(attr,…
42 - snprintf(t_printer->printer_uri,sizeof(t_printer->printer_uri), ippGetString(att…
47 - snprintf(t_printer->info,sizeof(t_printer->info), ippGetString(attr, 0, NULL) );
48 + snprintf(t_printer->info,sizeof(t_printer->info), "%s", ippGetString(attr, 0, NU…
52 - snprintf(t_printer->location,sizeof(t_printer->location),ippGetString(attr, 0, N…
[all …]
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_stat.c53 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_inst_show()
72 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_portals_show()
85 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_sessions_show()
111 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_fail_type_show()
121 return snprintf(page, PAGE_SIZE, "%s\n", in iscsi_stat_instance_fail_rem_name_show()
199 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_sess_err_inst_show()
261 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_tgt_attr_inst_show()
401 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_login_inst_show()
533 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_logout_inst_show()
611 ret = snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_sess_node_show()
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_stat.c141 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_tgt_resets_show()
148 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_tgt_aborts_complete_show()
155 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_tgt_aborts_no_task_show()
205 return snprintf(page, PAGE_SIZE, "%u\n", in target_stat_lu_dev_show()
225 return snprintf(page, PAGE_SIZE, "%s\n", in target_stat_lu_lu_name_show()
259 return snprintf(page, PAGE_SIZE, "%u\n", in target_stat_lu_dev_type_show()
268 return snprintf(page, PAGE_SIZE, "%s\n", in target_stat_lu_status_show()
285 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_lu_num_cmds_show()
295 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_lu_read_mbytes_show()
868 ret = snprintf(page, PAGE_SIZE, "%u\n", in target_stat_auth_inst_show()
[all …]
/openbmc/linux/drivers/usb/common/
H A Ddebug.c19 snprintf(str, size, "Get Device Status(Length = %d)", wLength); in usb_decode_get_status()
22 snprintf(str, size, in usb_decode_get_status()
27 snprintf(str, size, "Get Endpoint Status(ep%d%s)", in usb_decode_get_status()
78 snprintf(str, size, "%s Device Feature(%s%s)", in usb_decode_set_clear_feature()
85 snprintf(str, size, "%s Interface Feature(%s)", in usb_decode_set_clear_feature()
91 snprintf(str, size, "%s Endpoint Feature(%s ep%d%s)", in usb_decode_set_clear_feature()
102 snprintf(str, size, "Set Address(Addr = %02x)", wValue); in usb_decode_set_address()
177 snprintf(str, size, "Set Configuration(Config = %d)", wValue); in usb_decode_set_configuration()
183 snprintf(str, size, "Get Interface(Intf = %d, Length = %d)", in usb_decode_get_intf()
203 snprintf(str, size, "Set SEL(Length = %d)", wLength); in usb_decode_set_sel()
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_config.c36 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_BANK_NUM, i); in adf_gen2_crypto_dev_config()
42 snprintf(key, sizeof(key), ADF_CY "%d" ADF_ETRMGR_CORE_AFFINITY, in adf_gen2_crypto_dev_config()
49 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_SIZE, i); in adf_gen2_crypto_dev_config()
57 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_SIZE, i); in adf_gen2_crypto_dev_config()
64 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_TX, i); in adf_gen2_crypto_dev_config()
71 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_TX, i); in adf_gen2_crypto_dev_config()
78 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_RX, i); in adf_gen2_crypto_dev_config()
85 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_RX, i); in adf_gen2_crypto_dev_config()
136 snprintf(key, sizeof(key), ADF_DC "%d" ADF_RING_DC_SIZE, i); in adf_gen2_comp_dev_config()
143 snprintf(key, sizeof(key), ADF_DC "%d" ADF_RING_DC_TX, i); in adf_gen2_comp_dev_config()
[all …]
/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.c20 snprintf(tracing_path, sizeof(tracing_path), "%s/%s", in __tracing_path_set()
133 snprintf(filename, PATH_MAX, "%s/%s", sys, name ?: "*"); in tracing_path__strerror_open_tp()
146 snprintf(buf, size, in tracing_path__strerror_open_tp()
152 snprintf(buf, size, in tracing_path__strerror_open_tp()
159 snprintf(buf, size, "%s", in tracing_path__strerror_open_tp()
166 snprintf(buf, size, in tracing_path__strerror_open_tp()
173 snprintf(buf, size, "%s", str_error_r(err, sbuf, sizeof(sbuf))); in tracing_path__strerror_open_tp()
/openbmc/linux/drivers/usb/dwc3/
H A Ddebug.h207 snprintf(str, size, "Disconnect: [%s]", in dwc3_gadget_event_string()
211 snprintf(str, size, "Reset [%s]", in dwc3_gadget_event_string()
215 snprintf(str, size, "Connection Done [%s]", in dwc3_gadget_event_string()
219 snprintf(str, size, "Link Change [%s]", in dwc3_gadget_event_string()
223 snprintf(str, size, "WakeUp [%s]", in dwc3_gadget_event_string()
227 snprintf(str, size, "Suspend [%s]", in dwc3_gadget_event_string()
231 snprintf(str, size, "Start-Of-Frame [%s]", in dwc3_gadget_event_string()
235 snprintf(str, size, "Erratic Error [%s]", in dwc3_gadget_event_string()
239 snprintf(str, size, "Command Complete [%s]", in dwc3_gadget_event_string()
243 snprintf(str, size, "Overflow [%s]", in dwc3_gadget_event_string()
[all …]
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dmisc.c61 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/power/energy_perf_bias", cpu); in cpupower_intel_get_perf_bias()
81 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/power/energy_perf_bias", cpu); in cpupower_intel_set_perf_bias()
82 snprintf(linebuf, sizeof(linebuf), "%d", val); in cpupower_intel_set_perf_bias()
95 snprintf(path, sizeof(path), in cpupower_set_epp()
101 snprintf(linebuf, sizeof(linebuf), "%s", epp); in cpupower_set_epp()
114 snprintf(path, sizeof(path), PATH_TO_CPU "amd_pstate/status"); in cpupower_set_amd_pstate_mode()
119 snprintf(linebuf, sizeof(linebuf), "%s\n", mode); in cpupower_set_amd_pstate_mode()
132 snprintf(path, sizeof(path), PATH_TO_CPU "cpufreq/boost"); in cpupower_set_turbo_boost()
137 snprintf(linebuf, sizeof(linebuf), "%d", turbo_boost); in cpupower_set_turbo_boost()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_dbgfs.c21 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
25 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
29 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
33 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
41 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
45 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
49 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
60 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_help()
64 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_help()
68 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_help()
[all …]
/openbmc/linux/drivers/s390/char/
H A Dtape_3590.c971 snprintf(exception, BUFSIZE, "Data degraded"); in tape_3590_print_mim_msg_f0()
978 snprintf(exception, BUFSIZE, "Medium degraded"); in tape_3590_print_mim_msg_f0()
985 snprintf(exception, BUFSIZE, "Block 0 Error"); in tape_3590_print_mim_msg_f0()
992 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
1003 snprintf(service, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
1062 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_io_sim_msg_f1()
1079 snprintf(service, BUFSIZE, "Repair will disable " in tape_3590_print_io_sim_msg_f1()
1116 snprintf(service, BUFSIZE, "0x%02x", in tape_3590_print_io_sim_msg_f1()
1171 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_dev_sim_msg_f2()
1225 snprintf(service, BUFSIZE, "Clean DV"); in tape_3590_print_dev_sim_msg_f2()
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dfeatures.c35 out += snprintf(out, buf + size - out, \
38 out += snprintf(out, buf + size - out, \
42 out += snprintf(out, buf + size - out, " "); \
45 out += snprintf(out, buf + size - out, "%s", f->string);\
48 out += snprintf(out, buf + size - out, "]"); \
53 out += snprintf(out, buf + size - out, "\n"); \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A D0001-ez-ipupdate-Include-time.h-for-time-API-prototype.patch6 Fix printf format specifiers for snprintf
31 - snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf));
32 + snprintf(buf, BUFFER_SIZE, "Content-length: %lu\015\012", strlen(putbuf));
34 snprintf(buf, BUFFER_SIZE, "\015\012");
40 - snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf));
41 + snprintf(buf, BUFFER_SIZE, "Content-length: %lu\015\012", strlen(putbuf));
43 snprintf(buf, BUFFER_SIZE, "\015\012");
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/
H A D0001-Fix-build-error-when-build-this-file.patch6 | snprintf.c:770:64: error: 'PG_STRERROR_R_BUFLEN' undeclared (first use in this function)
16 src/parser/snprintf.c | 1 +
19 diff --git a/src/parser/snprintf.c b/src/parser/snprintf.c
21 --- a/src/parser/snprintf.c
22 +++ b/src/parser/snprintf.c
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_attr.c159 return snprintf(buf, PAGE_SIZE, "%d.%02d.%02d (%x)\n", in qla4xxx_fw_version_show()
163 return snprintf(buf, PAGE_SIZE, "%d.%02d.%02d.%02d\n", in qla4xxx_fw_version_show()
173 return snprintf(buf, PAGE_SIZE, "%s\n", ha->serial_number); in qla4xxx_serial_num_show()
190 return snprintf(buf, PAGE_SIZE, "%d.%02d.%02d.%02d\n", in qla4xxx_optrom_version_show()
200 return snprintf(buf, PAGE_SIZE, "0x%08X\n", ha->board_id); in qla4xxx_board_id_show()
210 return snprintf(buf, PAGE_SIZE, "0x%08X%8X\n", ha->firmware_state, in qla4xxx_fw_state_show()
223 return snprintf(buf, PAGE_SIZE, "0x%04X\n", ha->phy_port_cnt); in qla4xxx_phy_port_cnt_show()
235 return snprintf(buf, PAGE_SIZE, "0x%04X\n", ha->phy_port_num); in qla4xxx_phy_port_num_show()
256 return snprintf(buf, PAGE_SIZE, "%s\n", ha->model_name); in qla4xxx_hba_model_show()
273 return snprintf(buf, PAGE_SIZE, "%s\n", ha->fw_info.fw_build_user); in qla4xxx_fw_build_user_show()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dipmisensor.cpp122 std::snprintf( in set_sensor_dbus_state_fwprogress()
128 std::snprintf( in set_sensor_dbus_state_fwprogress()
133 std::snprintf( in set_sensor_dbus_state_fwprogress()
138 std::snprintf( in set_sensor_dbus_state_fwprogress()
167 std::snprintf(p, sizeof(valuestring), "System Reconfigured"); in set_sensor_dbus_state_system_event()
170 std::snprintf(p, sizeof(valuestring), "OEM Boot Event"); in set_sensor_dbus_state_system_event()
173 std::snprintf(p, sizeof(valuestring), in set_sensor_dbus_state_system_event()
177 std::snprintf( in set_sensor_dbus_state_system_event()
183 std::snprintf( in set_sensor_dbus_state_system_event()
189 std::snprintf( in set_sensor_dbus_state_system_event()
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c701 return snprintf(buf, buf_len, "%s", name); in intel_pt_pkt_desc()
705 ret = snprintf(buf, blen, "%s ", name); in intel_pt_pkt_desc()
712 ret = snprintf(buf, blen, "T"); in intel_pt_pkt_desc()
714 ret = snprintf(buf, blen, "N"); in intel_pt_pkt_desc()
721 ret = snprintf(buf, blen, " (%d)", packet->count); in intel_pt_pkt_desc()
732 return snprintf(buf, buf_len, "%s no ip", name); in intel_pt_pkt_desc()
745 return snprintf(buf, buf_len, "%s IF:%d %lld", in intel_pt_pkt_desc()
754 ret = snprintf(buf, buf_len, "%s 0x%llx (NR=%d)", in intel_pt_pkt_desc()
763 return snprintf(buf, buf_len, "%s IP:0", name); in intel_pt_pkt_desc()
766 return snprintf(buf, buf_len, "%s IP:1", name); in intel_pt_pkt_desc()
[all …]
/openbmc/linux/tools/testing/selftests/proc/
H A Dfd-001-lookup.c60 snprintf(buf, sizeof(buf), "/proc/self/fd/%u", fd); in test_lookup()
67 snprintf(buf, sizeof(buf), "/proc/self/fd/%c%u", c, fd); in test_lookup()
75 snprintf(buf, sizeof(buf), "/proc/self/fd/%u%c", fd, c); in test_lookup()
80 snprintf(buf, sizeof(buf), "/proc/self/fd/%d", i); in test_lookup()
84 snprintf(buf, sizeof(buf), "/proc/self/fd/%d", i); in test_lookup()
88 snprintf(buf, sizeof(buf), "/proc/self/fd/%u", u); in test_lookup()
92 snprintf(buf, sizeof(buf), "/proc/self/fd/%u", u); in test_lookup()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_devlink.c251 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%s", in efx_devlink_info_running_v2()
259 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u", in efx_devlink_info_running_v2()
340 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, in efx_devlink_info_running_v2()
367 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u.%u.%u", in efx_devlink_info_running_v3()
380 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u.%u.%u", in efx_devlink_info_running_v3()
405 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u.%u.%u.%u", in efx_devlink_info_running_v4()
419 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u.%u.%u.%u", in efx_devlink_info_running_v4()
433 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u.%u.%u.%u", in efx_devlink_info_running_v4()
447 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u.%u.%u.%u", in efx_devlink_info_running_v4()
462 snprintf(buf, EFX_MAX_VERSION_INFO_LEN, "%u.%u.%u.%u", in efx_devlink_info_running_v4()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0002-adb-Use-local-sockets-where-appropriate.patch21 - snprintf(target_str, target_size, "tcp:%d", server_port);
23 + snprintf(target_str, target_size, "tcp:%d", server_port);
25 + snprintf(target_str, target_size, "local:%d", server_port);
38 - snprintf(tmp, sizeof tmp, "%04x", len);
39 + snprintf(tmp, sizeof tmp, "%d", __adb_server_port);
53 + snprintf(tmp, sizeof tmp, "%04x", len);
66 + snprintf(buf, sizeof buf, "%d", adb_port);
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_drv.c88 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_BANK_NUM, i); in adf_crypto_dev_config()
94 snprintf(key, sizeof(key), ADF_CY "%d" ADF_ETRMGR_CORE_AFFINITY, in adf_crypto_dev_config()
101 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_SIZE, i); in adf_crypto_dev_config()
109 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_SIZE, i); in adf_crypto_dev_config()
116 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_TX, i); in adf_crypto_dev_config()
123 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_TX, i); in adf_crypto_dev_config()
130 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_RX, i); in adf_crypto_dev_config()
137 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_RX, i); in adf_crypto_dev_config()
193 snprintf(key, sizeof(key), ADF_DC "%d" ADF_RING_DC_SIZE, i); in adf_comp_dev_config()
200 snprintf(key, sizeof(key), ADF_DC "%d" ADF_RING_DC_TX, i); in adf_comp_dev_config()
[all …]
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c326 snprintf(msg, sizeof(msg), "Failed to get pcm handle: %s", snd_strerror(err)); in test_pcm_time()
332 snprintf(msg, sizeof(msg), "snd_pcm_hw_params_any: %s", snd_strerror(err)); in test_pcm_time()
342 snprintf(msg, sizeof(msg), "snd_pcm_hw_params_set_access %s: %s", in test_pcm_time()
370 snprintf(msg, sizeof(msg), "snd_pcm_hw_params_set_format %s: %s", in test_pcm_time()
386 snprintf(msg, sizeof(msg), "rate mismatch %ld != %d", rate, rrate); in test_pcm_time()
403 snprintf(msg, sizeof(msg), "snd_pcm_hw_params: %s", snd_strerror(err)); in test_pcm_time()
429 snprintf(msg, sizeof(msg), "snd_pcm_sw_params: %s", snd_strerror(err)); in test_pcm_time()
451 snprintf(msg, sizeof(msg), in test_pcm_time()
456 snprintf(msg, sizeof(msg), in test_pcm_time()
463 snprintf(msg, sizeof(msg), in test_pcm_time()
[all …]

12345678910>>...99