Searched refs:num_name_segs (Results 1 – 1 of 1) sorted by relevance
53 static char *acpi_ex_allocate_name_string(u32 prefix_count, u32 num_name_segs);73 static char *acpi_ex_allocate_name_string(u32 prefix_count, u32 num_name_segs) in acpi_ex_allocate_name_string() argument90 size_needed = 1 + (ACPI_NAME_SIZE * num_name_segs) + 2 + 1; in acpi_ex_allocate_name_string()93 prefix_count + (ACPI_NAME_SIZE * num_name_segs) + 2 + 1; in acpi_ex_allocate_name_string()121 if (num_name_segs > 2) { in acpi_ex_allocate_name_string()126 *temp_ptr++ = (char)num_name_segs; in acpi_ex_allocate_name_string()127 } else if (2 == num_name_segs) { in acpi_ex_allocate_name_string()