Home
last modified time | relevance | path

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

/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c651 char name_buffer[20]; in octeon_fdt_pip_port() local
657 snprintf(name_buffer, sizeof(name_buffer), "ethernet@%x", p); in octeon_fdt_pip_port()
658 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer); in octeon_fdt_pip_port()
684 char name_buffer[20]; in octeon_fdt_pip_iface() local
689 snprintf(name_buffer, sizeof(name_buffer), "interface@%d", idx); in octeon_fdt_pip_iface()
690 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer); in octeon_fdt_pip_iface()
704 char name_buffer[20]; in octeon_fill_mac_addresses() local
725 snprintf(name_buffer, sizeof(name_buffer), "mix%d", i); in octeon_fill_mac_addresses()
727 name_buffer, NULL); in octeon_fill_mac_addresses()
748 snprintf(name_buffer, sizeof(name_buffer), "interface@%d", i); in octeon_fill_mac_addresses()
[all …]
/linux/drivers/acpi/acpica/
H 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()