Searched refs:num_name_segs (Results 1 – 1 of 1) sorted by relevance
54 static char *acpi_ex_allocate_name_string(u32 prefix_count, u32 num_name_segs);75 static char *acpi_ex_allocate_name_string(u32 prefix_count, u32 num_name_segs) in acpi_ex_allocate_name_string() argument92 size_needed = 1 + (ACPI_NAME_SIZE * num_name_segs) + 2 + 1; in acpi_ex_allocate_name_string()95 prefix_count + (ACPI_NAME_SIZE * num_name_segs) + 2 + 1; in acpi_ex_allocate_name_string()123 if (num_name_segs > 2) { in acpi_ex_allocate_name_string()128 *temp_ptr++ = (char)num_name_segs; in acpi_ex_allocate_name_string()129 } else if (2 == num_name_segs) { in acpi_ex_allocate_name_string()