Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 25 of 240) sorted by relevance

12345678910

/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.c100 strcat(msgline, " Sense Condition Flags :"); in print_eckd_dasd_sense_data()
102 strcat(msgline, " [Cmd-Reject]"); in print_eckd_dasd_sense_data()
105 strcat(msgline, " [Intervention-Required]"); in print_eckd_dasd_sense_data()
108 strcat(msgline, " [Bus-Out-Parity-Check]"); in print_eckd_dasd_sense_data()
111 strcat(msgline, " [Equipment-Check]"); in print_eckd_dasd_sense_data()
114 strcat(msgline, " [Data-Check]"); in print_eckd_dasd_sense_data()
117 strcat(msgline, " [Overrun]"); in print_eckd_dasd_sense_data()
120 strcat(msgline, " [Incomplete-Domain]"); in print_eckd_dasd_sense_data()
124 strcat(msgline, " [Permanent-Error]"); in print_eckd_dasd_sense_data()
127 strcat(msgline, " [Invalid-Track-Fmt]"); in print_eckd_dasd_sense_data()
[all …]
/openbmc/linux/tools/power/cpupower/lib/
H A Dpowercap.c132 strcat(file, zone->sys_name); in sysfs_powercap_get64_val()
133 strcat(file, "/"); in sysfs_powercap_get64_val()
134 strcat(file, powercap_get64_files[which]); in sysfs_powercap_get64_val()
174 strcat(path, "/"); in powercap_zone_get_enabled()
175 strcat(path, zone->sys_name); in powercap_zone_get_enabled()
176 strcat(path, "/enabled"); in powercap_zone_get_enabled()
198 strcat(sysfs_dir, "/"); in powercap_read_zone()
199 strcat(sysfs_dir, zone->sys_name); in powercap_read_zone()
205 strcat(file, "/"); in powercap_read_zone()
206 strcat(file, zone->sys_name); in powercap_read_zone()
[all …]
/openbmc/linux/arch/s390/boot/
H A Dals.c43 strcat(mach_str, type_str); in print_machine_type()
44 strcat(mach_str, "\n"); in print_machine_type()
76 strcat(als_str, ","); in print_missing_facilities()
83 strcat(als_str, "\n"); in print_missing_facilities()
88 strcat(als_str, val_str); in print_missing_facilities()
92 strcat(als_str, "\n"); in print_missing_facilities()
/openbmc/linux/arch/alpha/lib/
H A Dev67-strcat.S27 .globl strcat
28 .ent strcat
29 strcat: label
55 .end strcat
56 EXPORT_SYMBOL(strcat)
H A Dstrcat.S13 .globl strcat
14 .ent strcat
15 strcat: label
54 .end strcat
55 EXPORT_SYMBOL(strcat);
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adv_rss.c190 strcat(hash_opt, proto); in iavf_print_adv_rss_cfg()
192 strcat(hash_opt, "v4 "); in iavf_print_adv_rss_cfg()
194 strcat(hash_opt, "v6 "); in iavf_print_adv_rss_cfg()
198 strcat(hash_opt, "IP SA,"); in iavf_print_adv_rss_cfg()
201 strcat(hash_opt, "IP DA,"); in iavf_print_adv_rss_cfg()
205 strcat(hash_opt, "src port,"); in iavf_print_adv_rss_cfg()
209 strcat(hash_opt, "dst port,"); in iavf_print_adv_rss_cfg()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c228 strcat(newkernelargs, " "); in last_stage_init()
229 strcat(newkernelargs, mmckargs); in last_stage_init()
230 strcat(newkernelargs, " "); in last_stage_init()
231 strcat(newkernelargs, &tmp[n]); in last_stage_init()
243 strcat(newkernelargs, sval); in last_stage_init()
244 strcat(newkernelargs, " "); in last_stage_init()
245 strcat(newkernelargs, kval); in last_stage_init()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp98 strcat(buffer.get(), byteCount); in dumpHex()
100 strcat(buffer.get(), jsonIndent.c_str()); in dumpHex()
103 strcat(buffer.get(), symbol); in dumpHex()
121 strcat(buffer.get(), " "); in dumpHex()
139 strcat(buffer.get(), symbol); in dumpHex()
147 strcat(buffer.get(), " "); in dumpHex()
151 strcat(buffer.get(), " "); in dumpHex()
166 strcat(buffer.get(), symbol); in dumpHex()
/openbmc/linux/arch/mips/loongson2ef/lemote-2f/
H A Dmachtype.c37 strcat(arcs_cmdline, " machtype="); in mach_prom_init_machtype()
38 strcat(arcs_cmdline, get_system_type()); in mach_prom_init_machtype()
39 strcat(arcs_cmdline, " "); in mach_prom_init_machtype()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_version.c36 strcat(version, "FW:"); in ia_css_get_version()
37 strcat(version, sh_css_get_fw_version()); in ia_css_get_version()
38 strcat(version, "; "); in ia_css_get_version()
/openbmc/linux/tools/perf/ui/browsers/
H A Dscripts.c38 strcat(extra_format, " -F +metric"); in attr_to_script()
40 strcat(extra_format, " -F +brstackinsn --xed"); in attr_to_script()
42 strcat(extra_format, " -F +iregs"); in attr_to_script()
44 strcat(extra_format, " -F +uregs"); in attr_to_script()
46 strcat(extra_format, " -F +phys_addr"); in attr_to_script()
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c80 strcat(full_name, mux->parent->name); in i2c_mux_post_bind()
81 strcat(full_name, arrow); in i2c_mux_post_bind()
82 strcat(full_name, mux->name); in i2c_mux_post_bind()
83 strcat(full_name, arrow); in i2c_mux_post_bind()
84 strcat(full_name, name); in i2c_mux_post_bind()
/openbmc/u-boot/common/
H A Dbedbug.c176 strcat (ctx.data, ">"); in disppc()
194 strcat (ctx.data, " "); in disppc()
258 strcat (ctx->data, ","); in print_operands()
284 strcat (ctx->data, "+"); in print_operands()
289 strcat (ctx->data, ">"); in print_operands()
297 strcat (ctx->data, "0"); in print_operands()
303 strcat (ctx->data, ")"); in print_operands()
309 strcat (ctx->data, spr_name (operand)); in print_operands()
313 strcat (ctx->data, tbr_name (operand)); in print_operands()
319 strcat (ctx->data, "cr2"); in print_operands()
[all …]
/openbmc/linux/drivers/usb/misc/
H A Dusbsevseg.c255 strcat(buf, " ["); in textmode_show()
256 strcat(buf, display_textmodes[i]); in textmode_show()
257 strcat(buf, "] "); in textmode_show()
259 strcat(buf, " "); in textmode_show()
260 strcat(buf, display_textmodes[i]); in textmode_show()
261 strcat(buf, " "); in textmode_show()
264 strcat(buf, "\n"); in textmode_show()
/openbmc/linux/arch/m68k/atari/
H A Dconfig.c581 strcat(model, "Mega ST"); in atari_get_model()
583 strcat(model, "ST"); in atari_get_model()
587 strcat(model, "Mega STE"); in atari_get_model()
589 strcat(model, "STE"); in atari_get_model()
594 strcat(model, "Medusa"); in atari_get_model()
596 strcat(model, "TT"); in atari_get_model()
599 strcat(model, "Falcon"); in atari_get_model()
601 strcat(model, " (with Afterburner040)"); in atari_get_model()
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/
H A D0001-Add-system-reset-status-support.patch124 + strcat(buf, cmdline);
125 + strcat(buf, " ");
129 + strcat(buf, key);
132 + strcat(buf, "=");
133 + strcat(buf, value);
138 + strcat(buf, " ");
139 + strcat(buf, end);
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c191 strcat(buf, "FC "); in decode_mmcr0()
193 strcat(buf, "PMAE "); in decode_mmcr0()
195 strcat(buf, "PMAO "); in decode_mmcr0()
207 strcat(buf, "GE "); in decode_bescr()
209 strcat(buf, "PMAE "); in decode_bescr()
211 strcat(buf, "PMAO "); in decode_bescr()
/openbmc/linux/arch/mips/dec/prom/
H A Dcmdline.c32 strcat(arcs_cmdline, arg); in prom_init_cmdline()
34 strcat(arcs_cmdline, " "); in prom_init_cmdline()
/openbmc/linux/tools/testing/selftests/ia64/
H A Daliasing-test.c85 strcat(path2, "/"); in scan_tree()
86 strcat(path2, name); in scan_tree()
170 strcat(path2, "/"); in scan_rom()
171 strcat(path2, name); in scan_rom()
/openbmc/linux/lib/
H A Dstrcat_kunit.c21 KUNIT_EXPECT_TRUE(test, strcat(dest, "") == dest); in strcat_test()
24 KUNIT_EXPECT_TRUE(test, strcat(dest, "four\000123") == dest); in strcat_test()
28 KUNIT_EXPECT_TRUE(test, strcat(dest, "AB") == dest); in strcat_test()
/openbmc/linux/drivers/acpi/acpica/
H A Dutpredef.c130 strcat(buffer, &ut_rtype_names[i][j]); in acpi_ut_get_expected_return_types()
321 strcat(buffer, in acpi_ut_get_argument_types()
354 strcat(buffer, &(ut_resource_type_names[i][sub_index])); in acpi_ut_get_resource_bit_width()
/openbmc/linux/drivers/video/backlight/
H A Dsky81452-backlight.c129 strcat(buf, tmp); in sky81452_bl_show_open_short()
133 strcat(buf, "\n"); in sky81452_bl_show_open_short()
155 strcat(buf, "over-current "); in sky81452_bl_show_fault()
158 strcat(buf, "over-temperature"); in sky81452_bl_show_fault()
160 strcat(buf, "\n"); in sky81452_bl_show_fault()
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c178 strcat(wmi_priv.enumeration_data[instance_id].dell_value_modifier, in populate_enum_data()
180 strcat(wmi_priv.enumeration_data[instance_id].dell_value_modifier, ";"); in populate_enum_data()
195 strcat(wmi_priv.enumeration_data[instance_id].possible_values, in populate_enum_data()
197 strcat(wmi_priv.enumeration_data[instance_id].possible_values, ";"); in populate_enum_data()
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dsetup.c79 strcat(cmdline, " "); in platform_setup()
80 strcat(cmdline, argv[i]); in platform_setup()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_bt_sm.c155 strcat(buf, "B_BUSY "); in status2txt()
157 strcat(buf, "H_BUSY "); in status2txt()
159 strcat(buf, "OEM0 "); in status2txt()
161 strcat(buf, "SMS "); in status2txt()
163 strcat(buf, "B2H "); in status2txt()
165 strcat(buf, "H2B "); in status2txt()
166 strcat(buf, "]"); in status2txt()

12345678910