Home
last modified time | relevance | path

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

1234567

/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 …]
/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);
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adv_rss.c194 strcat(hash_opt, proto); in iavf_print_adv_rss_cfg()
196 strcat(hash_opt, "v4 "); in iavf_print_adv_rss_cfg()
198 strcat(hash_opt, "v6 "); in iavf_print_adv_rss_cfg()
202 strcat(hash_opt, "IP SA,"); in iavf_print_adv_rss_cfg()
205 strcat(hash_opt, "IP DA,"); in iavf_print_adv_rss_cfg()
209 strcat(hash_opt, "src port,"); in iavf_print_adv_rss_cfg()
213 strcat(hash_opt, "dst port,"); in iavf_print_adv_rss_cfg()
/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()
/linux/tools/perf/ui/browsers/
H A Dscripts.c40 strcat(extra_format, " -F +metric"); in attr_to_script()
42 strcat(extra_format, " -F +brstackinsn --xed"); in attr_to_script()
44 strcat(extra_format, " -F +iregs"); in attr_to_script()
46 strcat(extra_format, " -F +uregs"); in attr_to_script()
48 strcat(extra_format, " -F +phys_addr");
/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()
/linux/arch/m68k/atari/
H A Dconfig.c574 strcat(model, "Mega ST"); in atari_get_model()
576 strcat(model, "ST"); in atari_get_model()
580 strcat(model, "Mega STE"); in atari_get_model()
582 strcat(model, "STE"); in atari_get_model()
587 strcat(model, "Medusa"); in atari_get_model()
589 strcat(model, "TT"); in atari_get_model()
592 strcat(model, "Falcon"); in atari_get_model()
594 strcat(model, " (with Afterburner040)"); in atari_get_model()
/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()
/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()
/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()
/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()
/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()
H A Dexconcat.c233 strcat(buffer, local_operand1->string.pointer); in acpi_ex_do_concatenate()
315 strcat(return_desc->string.pointer, type_string); in acpi_ex_convert_to_object_type_string()
316 strcat(return_desc->string.pointer, " Object]"); in acpi_ex_convert_to_object_type_string()
H A Dnsnames.c376 strcat(full_path, prefix_path); in acpi_ns_build_prefixed_pathname()
378 strcat(full_path, "."); in acpi_ns_build_prefixed_pathname()
383 strcat(full_path, external_path); in acpi_ns_build_prefixed_pathname()
/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()
/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()
/linux/arch/xtensa/platforms/iss/
H A Dsetup.c79 strcat(cmdline, " "); in platform_setup()
80 strcat(cmdline, argv[i]); in platform_setup()
/linux/arch/s390/boot/
H A Dals.c42 strcat(als_str, ","); in print_missing_facilities()
53 strcat(als_str, val_str); in print_missing_facilities()
/linux/arch/mips/cavium-octeon/
H A Dsetup.c884 strcat(arcs_cmdline, " "); in prom_init()
885 strcat(arcs_cmdline, arg); in prom_init()
894 strcat(arcs_cmdline, " "); in prom_init()
895 strcat(arcs_cmdline, arg); in prom_init()
901 strcat(arcs_cmdline, " console=ttyS1,115200"); in prom_init()
903 strcat(arcs_cmdline, " console=ttyS0,115200"); in prom_init()
954 strcat(arcs_cmdline, " "); in fw_init_cmdline()
955 strcat(arcs_cmdline, arg); in fw_init_cmdline()
/linux/drivers/pcmcia/
H A Di82365.c332 strcat(buf, " [ring]"); in cirrus_set_opts()
334 strcat(buf, " [dyn mode]"); in cirrus_set_opts()
336 strcat(buf, " [freq bypass]"); in cirrus_set_opts()
338 strcat(buf, " [inpack]"); in cirrus_set_opts()
342 strcat(buf, " [led]"); in cirrus_set_opts()
346 strcat(buf, " [dma]"); in cirrus_set_opts()
401 strcat(buf, " [async]"); in vg46x_set_opts()
403 strcat(buf, " [inpack]"); in vg46x_set_opts()
407 strcat(buf, " [ext mode]"); in vg46x_set_opts()
409 strcat(buf, " [isa buf]"); in vg46x_set_opts()
[all …]
/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c117 strcat(temp_str, "/"); in acpi_os_get_next_filename()
118 strcat(temp_str, dir_entry->d_name); in acpi_os_get_next_filename()
/linux/arch/sparc/kernel/
H A Dprom_32.c250 strcat(of_console_path, in of_console_init()
285 strcat(of_console_path, ":a"); in of_console_init()
288 strcat(of_console_path, ":b"); in of_console_init()
/linux/arch/mips/txx9/generic/
H A Dsetup.c131 strcat(arcs_cmdline, " "); in prom_init_cmdline()
133 strcat(arcs_cmdline, "\""); in prom_init_cmdline()
134 strcat(arcs_cmdline, str); in prom_init_cmdline()
135 strcat(arcs_cmdline, "\""); in prom_init_cmdline()
137 strcat(arcs_cmdline, str); in prom_init_cmdline()
230 strcat(arcs_cmdline, " "); in preprocess_cmdline()
231 strcat(arcs_cmdline, str); in preprocess_cmdline()
/linux/tools/power/acpi/tools/acpidump/
H A Dapfiles.c134 strcat(filename, instance_str); in ap_write_to_binary_file()
137 strcat(filename, FILE_SUFFIX_BINARY_TABLE); in ap_write_to_binary_file()

1234567