Home
last modified time | relevance | path

Searched refs:name_buffer (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/cavium-octeon/
A Docteon-platform.c653 snprintf(name_buffer, sizeof(name_buffer), "ethernet@%x", p); in octeon_fdt_pip_port()
685 snprintf(name_buffer, sizeof(name_buffer), "interface@%d", idx); in octeon_fdt_pip_iface()
721 snprintf(name_buffer, sizeof(name_buffer), "mix%d", i); in octeon_fill_mac_addresses()
744 snprintf(name_buffer, sizeof(name_buffer), "interface@%d", i); in octeon_fill_mac_addresses()
752 snprintf(name_buffer, sizeof(name_buffer), in octeon_fill_mac_addresses()
755 name_buffer); in octeon_fill_mac_addresses()
797 snprintf(name_buffer, sizeof(name_buffer), in octeon_prune_device_tree()
839 snprintf(name_buffer, sizeof(name_buffer), in octeon_prune_device_tree()
870 snprintf(name_buffer, sizeof(name_buffer), in octeon_prune_device_tree()
897 snprintf(name_buffer, sizeof(name_buffer), in octeon_prune_device_tree()
[all …]
/linux/drivers/acpi/acpica/
A Dnsnames.c32 char *name_buffer; in acpi_ns_get_external_pathname() local
36 name_buffer = acpi_ns_get_normalized_pathname(node, FALSE); in acpi_ns_get_external_pathname()
37 return_PTR(name_buffer); in acpi_ns_get_external_pathname()
292 char *name_buffer; in acpi_ns_get_normalized_pathname() local
306 name_buffer = ACPI_ALLOCATE_ZEROED(size); in acpi_ns_get_normalized_pathname()
307 if (!name_buffer) { in acpi_ns_get_normalized_pathname()
314 (void)acpi_ns_build_normalized_path(node, name_buffer, (u32)size, in acpi_ns_get_normalized_pathname()
318 ACPI_GET_FUNCTION_NAME, name_buffer)); in acpi_ns_get_normalized_pathname()
320 return_PTR(name_buffer); in acpi_ns_get_normalized_pathname()
/linux/tools/power/x86/turbostat/
A Dturbostat.c6040 char name_buffer[NAME_BYTES] = ""; in parse_add_command() local
6102 if (sscanf(add_command, "%18s,%*s", name_buffer) == 1) { /* 18 < NAME_BYTES */ in parse_add_command()
6105 eos = strchr(name_buffer, ','); in parse_add_command()
6125 if (*name_buffer == '\0') { in parse_add_command()
6127 sprintf(name_buffer, "M0x%x%s", msr_num, format == FORMAT_PERCENT ? "%" : ""); in parse_add_command()
6129 sprintf(name_buffer, "M0X%x%s", msr_num, format == FORMAT_PERCENT ? "%" : ""); in parse_add_command()
6132 if (add_counter(msr_num, path, name_buffer, width, scope, type, format, 0)) in parse_add_command()

Completed in 31 milliseconds