Home
last modified time | relevance | path

Searched refs:sysfs_emit_at (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/linux/drivers/media/common/siano/
H A Dsmsdvb-debugfs.c48 n += sysfs_emit_at(buf, n, "is_rf_locked = %d\n", p->is_rf_locked); in smsdvb_print_dvb_stats()
49 n += sysfs_emit_at(buf, n, "is_demod_locked = %d\n", p->is_demod_locked); in smsdvb_print_dvb_stats()
50 n += sysfs_emit_at(buf, n, "is_external_lna_on = %d\n", p->is_external_lna_on); in smsdvb_print_dvb_stats()
51 n += sysfs_emit_at(buf, n, "SNR = %d\n", p->SNR); in smsdvb_print_dvb_stats()
52 n += sysfs_emit_at(buf, n, "ber = %d\n", p->ber); in smsdvb_print_dvb_stats()
53 n += sysfs_emit_at(buf, n, "FIB_CRC = %d\n", p->FIB_CRC); in smsdvb_print_dvb_stats()
54 n += sysfs_emit_at(buf, n, "ts_per = %d\n", p->ts_per); in smsdvb_print_dvb_stats()
55 n += sysfs_emit_at(buf, n, "MFER = %d\n", p->MFER); in smsdvb_print_dvb_stats()
56 n += sysfs_emit_at(buf, n, "RSSI = %d\n", p->RSSI); in smsdvb_print_dvb_stats()
57 n += sysfs_emit_at(buf, n, "in_band_pwr = %d\n", p->in_band_pwr); in smsdvb_print_dvb_stats()
[all …]
/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_sysfs.c35 len += sysfs_emit_at(buf, len, "Free resources: memory\n"); in show_ctrl()
39 len += sysfs_emit_at(buf, len, in show_ctrl()
45 len += sysfs_emit_at(buf, len, "Free resources: prefetchable memory\n"); in show_ctrl()
49 len += sysfs_emit_at(buf, len, in show_ctrl()
55 len += sysfs_emit_at(buf, len, "Free resources: IO\n"); in show_ctrl()
58 len += sysfs_emit_at(buf, len, in show_ctrl()
64 len += sysfs_emit_at(buf, len, "Free resources: bus numbers\n"); in show_ctrl()
70 len += sysfs_emit_at(buf, len, in show_ctrl()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_cex4.c126 n += sysfs_emit_at(buf, n, "AES NEW: %s 0x%016llx\n", in cca_mkvps_show()
130 n += sysfs_emit_at(buf, n, "AES NEW: - -\n"); in cca_mkvps_show()
133 n += sysfs_emit_at(buf, n, "AES CUR: %s 0x%016llx\n", in cca_mkvps_show()
137 n += sysfs_emit_at(buf, n, "AES CUR: - -\n"); in cca_mkvps_show()
140 n += sysfs_emit_at(buf, n, "AES OLD: %s 0x%016llx\n", in cca_mkvps_show()
144 n += sysfs_emit_at(buf, n, "AES OLD: - -\n"); in cca_mkvps_show()
147 n += sysfs_emit_at(buf, n, "APKA NEW: %s 0x%016llx\n", in cca_mkvps_show()
151 n += sysfs_emit_at(buf, n, "APKA NEW: - -\n"); in cca_mkvps_show()
154 n += sysfs_emit_at(buf, n, "APKA CUR: %s 0x%016llx\n", in cca_mkvps_show()
158 n += sysfs_emit_at(buf, n, "APKA CUR: - -\n"); in cca_mkvps_show()
[all …]
H A Dap_queue.c715 rc += sysfs_emit_at(buf, rc, " [RESET_START]\n"); in states_show()
718 rc += sysfs_emit_at(buf, rc, " [RESET_WAIT]\n"); in states_show()
721 rc += sysfs_emit_at(buf, rc, " [SETIRQ_WAIT]\n"); in states_show()
724 rc += sysfs_emit_at(buf, rc, " [IDLE]\n"); in states_show()
727 rc += sysfs_emit_at(buf, rc, " [WORKING]\n"); in states_show()
730 rc += sysfs_emit_at(buf, rc, " [FULL]\n"); in states_show()
733 rc += sysfs_emit_at(buf, rc, " [ASSOC_WAIT]\n"); in states_show()
736 rc += sysfs_emit_at(buf, rc, " [UNKNOWN]\n"); in states_show()
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c168 len += sysfs_emit_at(buf, len, "{\n"); in status_show()
169 len += sysfs_emit_at(buf, len, "\t\"State\": \"%s\",\n", in status_show()
171 len += sysfs_emit_at(buf, len, "\t\"Version\": \"%d.%d\"", in status_show()
179 len += sysfs_emit_at(buf, len, "\n"); in status_show()
182 len += sysfs_emit_at(buf, len, ",\n"); in status_show()
185 len += sysfs_emit_at(buf, len, "\t\"Nonce\": %d,\n", data.nonce); in status_show()
186 len += sysfs_emit_at(buf, len, "\t\"FeaturesInUse\": %d,\n", data.features); in status_show()
187 len += sysfs_emit_at(buf, len, "\t\"EndorsementKeyMod\": \""); in status_show()
190 len += sysfs_emit_at(buf, len, " %u", data.kek_mod[i]); in status_show()
192 len += sysfs_emit_at(buf, len, " \",\n"); in status_show()
[all …]
/openbmc/linux/drivers/memstick/core/
H A Dmspro_block.c263 rc += sysfs_emit_at(buffer, rc, "%02x ", in mspro_block_attr_show_default()
293 rc += sysfs_emit_at(buffer, rc, "class: %x\n", x_sys->class); in mspro_block_attr_show_sysinfo()
294 rc += sysfs_emit_at(buffer, rc, "block size: %x\n", be16_to_cpu(x_sys->block_size)); in mspro_block_attr_show_sysinfo()
295 rc += sysfs_emit_at(buffer, rc, "block count: %x\n", be16_to_cpu(x_sys->block_count)); in mspro_block_attr_show_sysinfo()
296 rc += sysfs_emit_at(buffer, rc, "user block count: %x\n", in mspro_block_attr_show_sysinfo()
298 rc += sysfs_emit_at(buffer, rc, "page size: %x\n", be16_to_cpu(x_sys->page_size)); in mspro_block_attr_show_sysinfo()
299 rc += sysfs_emit_at(buffer, rc, "assembly date: GMT%+d:%d %04u-%02u-%02u %02u:%02u:%02u\n", in mspro_block_attr_show_sysinfo()
305 rc += sysfs_emit_at(buffer, rc, "serial number: %x\n", be32_to_cpu(x_sys->serial_number)); in mspro_block_attr_show_sysinfo()
306 rc += sysfs_emit_at(buffer, rc, "assembly maker code: %x\n", x_sys->assembly_maker_code); in mspro_block_attr_show_sysinfo()
307 rc += sysfs_emit_at(buffer, rc, "assembly model code: %02x%02x%02x\n", in mspro_block_attr_show_sysinfo()
[all …]
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sysfs.c30 count += sysfs_emit_at(buf, count, in reboot_show()
32 count += sysfs_emit_at(buf, count, " [at-shutdown]\n"); in reboot_show()
140 count += sysfs_emit_at(buf, count, "RO version: %s\n", r_ver->version_string_ro); in version_show()
141 count += sysfs_emit_at(buf, count, "RW version: %s\n", r_ver->version_string_rw); in version_show()
142 count += sysfs_emit_at(buf, count, "Firmware copy: %s\n", in version_show()
151 count += sysfs_emit_at(buf, count, in version_show()
156 count += sysfs_emit_at(buf, count, "Build info: %s\n", msg->data); in version_show()
164 count += sysfs_emit_at(buf, count, in version_show()
173 count += sysfs_emit_at(buf, count, "Chip vendor: %s\n", r_chip->vendor); in version_show()
174 count += sysfs_emit_at(buf, count, "Chip name: %s\n", r_chip->name); in version_show()
[all …]
/openbmc/linux/drivers/acpi/
H A Dfan_attr.c30 count += sysfs_emit_at(buf, count, "not-defined:"); in show_state()
32 count += sysfs_emit_at(buf, count, "%lld:", fps->trip_point); in show_state()
35 count += sysfs_emit_at(buf, count, "not-defined:"); in show_state()
37 count += sysfs_emit_at(buf, count, "%lld:", fps->speed); in show_state()
40 count += sysfs_emit_at(buf, count, "not-defined:"); in show_state()
42 count += sysfs_emit_at(buf, count, "%lld:", fps->noise_level * 100); in show_state()
45 count += sysfs_emit_at(buf, count, "not-defined\n"); in show_state()
47 count += sysfs_emit_at(buf, count, "%lld\n", fps->power); in show_state()
H A Dplatform_profile.c43 len += sysfs_emit_at(buf, len, "%s", profile_names[i]); in platform_profile_choices_show()
45 len += sysfs_emit_at(buf, len, " %s", profile_names[i]); in platform_profile_choices_show()
47 len += sysfs_emit_at(buf, len, "\n"); in platform_profile_choices_show()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c536 rb += sysfs_emit_at(page, rb, "No active iSCSI Session for Initiator" in lio_target_nacl_info_show()
541 rb += sysfs_emit_at(page, rb, "InitiatorName: %s\n", in lio_target_nacl_info_show()
543 rb += sysfs_emit_at(page, rb, "InitiatorAlias: %s\n", in lio_target_nacl_info_show()
546 rb += sysfs_emit_at(page, rb, in lio_target_nacl_info_show()
549 rb += sysfs_emit_at(page, rb, "SessionType: %s\n", in lio_target_nacl_info_show()
552 rb += sysfs_emit_at(page, rb, "Session State: "); in lio_target_nacl_info_show()
555 rb += sysfs_emit_at(page, rb, "TARG_SESS_FREE\n"); in lio_target_nacl_info_show()
558 rb += sysfs_emit_at(page, rb, "TARG_SESS_STATE_ACTIVE\n"); in lio_target_nacl_info_show()
561 rb += sysfs_emit_at(page, rb, "TARG_SESS_STATE_LOGGED_IN\n"); in lio_target_nacl_info_show()
564 rb += sysfs_emit_at(page, rb, "TARG_SESS_STATE_FAILED\n"); in lio_target_nacl_info_show()
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_stats.c131 len += sysfs_emit_at(buf, len, " From : To\n"); in show_trans_table()
132 len += sysfs_emit_at(buf, len, " : "); in show_trans_table()
136 len += sysfs_emit_at(buf, len, "%9u ", stats->freq_table[i]); in show_trans_table()
141 len += sysfs_emit_at(buf, len, "\n"); in show_trans_table()
147 len += sysfs_emit_at(buf, len, "%9u: ", stats->freq_table[i]); in show_trans_table()
158 len += sysfs_emit_at(buf, len, "%9u ", count); in show_trans_table()
162 len += sysfs_emit_at(buf, len, "\n"); in show_trans_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dcyan_skillfish_ppt.c305 size += sysfs_emit_at(buf, size,"%s:\n", "OD_SCLK"); in cyan_skillfish_print_clk_levels()
306 size += sysfs_emit_at(buf, size, "0: %uMhz *\n", cur_value); in cyan_skillfish_print_clk_levels()
312 size += sysfs_emit_at(buf, size,"%s:\n", "OD_VDDC"); in cyan_skillfish_print_clk_levels()
313 size += sysfs_emit_at(buf, size, "0: %umV *\n", cur_value); in cyan_skillfish_print_clk_levels()
316 size += sysfs_emit_at(buf, size, "%s:\n", "OD_RANGE"); in cyan_skillfish_print_clk_levels()
317 size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n", in cyan_skillfish_print_clk_levels()
319 size += sysfs_emit_at(buf, size, "VDDC: %7umV %10umV\n", in cyan_skillfish_print_clk_levels()
330 size += sysfs_emit_at(buf, size, "0: %uMhz *\n", cur_value); in cyan_skillfish_print_clk_levels()
343 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", CYAN_SKILLFISH_SCLK_MIN, in cyan_skillfish_print_clk_levels()
345 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in cyan_skillfish_print_clk_levels()
[all …]
H A Dnavi10_ppt.c1307 *offset += sysfs_emit_at(buf, *offset, in navi10_emit_clk_levels()
1335 *offset += sysfs_emit_at(buf, *offset, in navi10_emit_clk_levels()
1346 *offset += sysfs_emit_at(buf, *offset, "%d: %s %s %dMhz %s\n", i, in navi10_emit_clk_levels()
1368 *offset += sysfs_emit_at(buf, *offset, "OD_SCLK:\n0: %uMhz\n1: %uMhz\n", in navi10_emit_clk_levels()
1376 *offset += sysfs_emit_at(buf, *offset, "OD_MCLK:\n1: %uMHz\n", od_table->UclkFmax); in navi10_emit_clk_levels()
1383 *offset += sysfs_emit_at(buf, *offset, "OD_VDDC_CURVE:\n"); in navi10_emit_clk_levels()
1398 *offset += sysfs_emit_at(buf, *offset, "%d: %uMHz %umV\n", in navi10_emit_clk_levels()
1406 *offset += sysfs_emit_at(buf, *offset, "%s:\n", "OD_RANGE"); in navi10_emit_clk_levels()
1413 *offset += sysfs_emit_at(buf, *offset, "SCLK: %7uMhz %10uMhz\n", in navi10_emit_clk_levels()
1420 *offset += sysfs_emit_at(buf, *offset, "MCLK: %7uMhz %10uMhz\n", in navi10_emit_clk_levels()
[all …]
H A Dvangogh_ppt.c603 size += sysfs_emit_at(buf, size, "%s:\n", "OD_SCLK"); in vangogh_print_legacy_clk_levels()
604 size += sysfs_emit_at(buf, size, "0: %10uMhz\n", in vangogh_print_legacy_clk_levels()
606 size += sysfs_emit_at(buf, size, "1: %10uMhz\n", in vangogh_print_legacy_clk_levels()
612 size += sysfs_emit_at(buf, size, "CCLK_RANGE in Core%d:\n", smu->cpu_core_id_select); in vangogh_print_legacy_clk_levels()
613 size += sysfs_emit_at(buf, size, "0: %10uMhz\n", in vangogh_print_legacy_clk_levels()
615 size += sysfs_emit_at(buf, size, "1: %10uMhz\n", in vangogh_print_legacy_clk_levels()
621 size += sysfs_emit_at(buf, size, "%s:\n", "OD_RANGE"); in vangogh_print_legacy_clk_levels()
622 size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n", in vangogh_print_legacy_clk_levels()
624 size += sysfs_emit_at(buf, size, "CCLK: %7uMhz %10uMhz\n", in vangogh_print_legacy_clk_levels()
668 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", i, value, in vangogh_print_legacy_clk_levels()
[all …]
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c95 len += sysfs_emit_at(buf, len, " Per VF:"); in config_show()
100 len += sysfs_emit_at(buf, len, "%s %d %s", in config_show()
106 len += sysfs_emit_at(buf, len, "\n"); in config_show()
226 len += sysfs_emit_at(buf, len, " %s[%d]", in summary_show()
232 len += sysfs_emit_at(buf, len, "\n"); in summary_show()
/openbmc/linux/drivers/base/
H A Dcpu.c256 len += sysfs_emit_at(buf, len, "%*pbl", cpumask_pr_args(offline)); in print_cpus_offline()
261 len += sysfs_emit_at(buf, len, ","); in print_cpus_offline()
264 len += sysfs_emit_at(buf, len, "%u", nr_cpu_ids); in print_cpus_offline()
266 len += sysfs_emit_at(buf, len, "%u-%d", in print_cpus_offline()
270 len += sysfs_emit_at(buf, len, "\n"); in print_cpus_offline()
341 len += sysfs_emit_at(buf, len, in print_cpu_modalias()
351 len += sysfs_emit_at(buf, len, ",%04X", i); in print_cpu_modalias()
353 len += sysfs_emit_at(buf, len, "\n"); in print_cpu_modalias()
H A Dnode.c385 len = sysfs_emit_at(buf, len, in node_read_meminfo()
414 len += sysfs_emit_at(buf, len, in node_read_meminfo()
424 len += sysfs_emit_at(buf, len, in node_read_meminfo()
524 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat()
531 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat()
541 len += sysfs_emit_at(buf, len, "%s %lu\n", node_stat_name(i), in node_read_vmstat()
563 len += sysfs_emit_at(buf, len, "%s%d", in node_read_distance()
567 len += sysfs_emit_at(buf, len, "\n"); in node_read_distance()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-stats.c48 used += sysfs_emit_at(buf, used, "%d ", in rtrs_clt_stats_migration_from_cnt_to_str()
52 used += sysfs_emit_at(buf, used, "\n"); in rtrs_clt_stats_migration_from_cnt_to_str()
67 used += sysfs_emit_at(buf, used, "%d ", s->cpu_migr.to); in rtrs_clt_stats_migration_to_cnt_to_str()
70 used += sysfs_emit_at(buf, used, "\n"); in rtrs_clt_stats_migration_to_cnt_to_str()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1155 size += sysfs_emit_at(buf, size, "unavailable\n"); in smu_v13_0_7_print_clk_levels()
1213 size += sysfs_emit_at(buf, size, "0: %uMhz\n", in smu_v13_0_7_print_clk_levels()
1215 size += sysfs_emit_at(buf, size, "1: %uMhz *\n", in smu_v13_0_7_print_clk_levels()
1217 size += sysfs_emit_at(buf, size, "2: %uMhz\n", in smu_v13_0_7_print_clk_levels()
1220 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", in smu_v13_0_7_print_clk_levels()
1223 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in smu_v13_0_7_print_clk_levels()
1229 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", in smu_v13_0_7_print_clk_levels()
1249 size += sysfs_emit_at(buf, size, "%d: %s %s %dMhz %s\n", i, in smu_v13_0_7_print_clk_levels()
1271 size += sysfs_emit_at(buf, size, "OD_SCLK:\n"); in smu_v13_0_7_print_clk_levels()
1272 size += sysfs_emit_at(buf, size, "0: %uMhz\n1: %uMhz\n", in smu_v13_0_7_print_clk_levels()
[all …]
H A Dsmu_v13_0_0_ppt.c1174 size += sysfs_emit_at(buf, size, "unavailable\n"); in smu_v13_0_0_print_clk_levels()
1232 size += sysfs_emit_at(buf, size, "0: %uMhz\n", in smu_v13_0_0_print_clk_levels()
1234 size += sysfs_emit_at(buf, size, "1: %uMhz *\n", in smu_v13_0_0_print_clk_levels()
1236 size += sysfs_emit_at(buf, size, "2: %uMhz\n", in smu_v13_0_0_print_clk_levels()
1239 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", in smu_v13_0_0_print_clk_levels()
1242 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in smu_v13_0_0_print_clk_levels()
1248 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", in smu_v13_0_0_print_clk_levels()
1268 size += sysfs_emit_at(buf, size, "%d: %s %s %dMhz %s\n", i, in smu_v13_0_0_print_clk_levels()
1290 size += sysfs_emit_at(buf, size, "OD_SCLK:\n"); in smu_v13_0_0_print_clk_levels()
1291 size += sysfs_emit_at(buf, size, "0: %uMhz\n1: %uMhz\n", in smu_v13_0_0_print_clk_levels()
[all …]
H A Dsmu_v13_0_5_ppt.c885 size += sysfs_emit_at(buf, size, "%s:\n", "OD_SCLK"); in smu_v13_0_5_print_clk_levels()
886 size += sysfs_emit_at(buf, size, "0: %10uMhz\n", in smu_v13_0_5_print_clk_levels()
888 size += sysfs_emit_at(buf, size, "1: %10uMhz\n", in smu_v13_0_5_print_clk_levels()
892 size += sysfs_emit_at(buf, size, "%s:\n", "OD_RANGE"); in smu_v13_0_5_print_clk_levels()
893 size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n", in smu_v13_0_5_print_clk_levels()
914 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", i, value, in smu_v13_0_5_print_clk_levels()
931 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", min, in smu_v13_0_5_print_clk_levels()
933 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in smu_v13_0_5_print_clk_levels()
936 size += sysfs_emit_at(buf, size, "2: %uMhz %s\n", max, in smu_v13_0_5_print_clk_levels()
H A Dsmu_v13_0_4_ppt.c508 size += sysfs_emit_at(buf, size, "%s:\n", "OD_SCLK"); in smu_v13_0_4_print_clk_levels()
509 size += sysfs_emit_at(buf, size, "0: %10uMhz\n", in smu_v13_0_4_print_clk_levels()
511 size += sysfs_emit_at(buf, size, "1: %10uMhz\n", in smu_v13_0_4_print_clk_levels()
515 size += sysfs_emit_at(buf, size, "%s:\n", "OD_RANGE"); in smu_v13_0_4_print_clk_levels()
516 size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n", in smu_v13_0_4_print_clk_levels()
539 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", i, value, in smu_v13_0_4_print_clk_levels()
556 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", min, in smu_v13_0_4_print_clk_levels()
558 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in smu_v13_0_4_print_clk_levels()
561 size += sysfs_emit_at(buf, size, "2: %uMhz %s\n", max, in smu_v13_0_4_print_clk_levels()
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c518 len += sysfs_emit_at(buf, len, "%s ", e->items[i]); in iio_enum_available_read()
643 return sysfs_emit_at(buf, offset, "%d", vals[0]); in __iio_format_value()
649 return sysfs_emit_at(buf, offset, "-%d.%06u%s", in __iio_format_value()
653 return sysfs_emit_at(buf, offset, "%d.%06u%s", vals[0], in __iio_format_value()
657 return sysfs_emit_at(buf, offset, "-%d.%09u", in __iio_format_value()
660 return sysfs_emit_at(buf, offset, "%d.%09u", vals[0], in __iio_format_value()
667 return sysfs_emit_at(buf, offset, "-0.%09u", abs(tmp1)); in __iio_format_value()
669 return sysfs_emit_at(buf, offset, "%d.%09u", tmp0, in __iio_format_value()
675 return sysfs_emit_at(buf, offset, "-0.%09u", abs(tmp1)); in __iio_format_value()
677 return sysfs_emit_at(buf, offset, "%d.%09u", tmp0, in __iio_format_value()
[all …]
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.c148 len += sysfs_emit_at(buf, len, "[%s] [supported]\n", privacy_types[type]); in dell_privacy_supported_type_show()
150 len += sysfs_emit_at(buf, len, "[%s] [unsupported]\n", privacy_types[type]); in dell_privacy_supported_type_show()
169 len += sysfs_emit_at(buf, len, "[%s] [unmuted]\n", privacy_types[type]); in dell_privacy_current_state_show()
171 len += sysfs_emit_at(buf, len, "[%s] [muted]\n", privacy_types[type]); in dell_privacy_current_state_show()
/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs.c50 res += sysfs_emit_at(buf, res, "++more++ "); in bonding_show_bonds()
53 res += sysfs_emit_at(buf, res, "%s ", bond->dev->name); in bonding_show_bonds()
181 res += sysfs_emit_at(buf, res, "++more++ "); in bonding_show_slaves()
184 res += sysfs_emit_at(buf, res, "%s ", slave->dev->name); in bonding_show_slaves()
295 res += sysfs_emit_at(buf, res, "%pI4 ", in bonding_show_arp_targets()
637 res += sysfs_emit_at(buf, res, "++more++ "); in bonding_show_queue_id()
640 res += sysfs_emit_at(buf, res, "%s:%d ", in bonding_show_queue_id()

12345