Lines Matching defs:ConvertedName
515 char **ConvertedName)
527 (!ConvertedName))
555 *ConvertedName = InternalName;
567 * ConvertedName - Where the resulting external name
582 char **ConvertedName)
597 !ConvertedName)
681 * Calculate the length of ConvertedName, which equals the length
698 /* Build the ConvertedName */
700 *ConvertedName = ACPI_ALLOCATE_ZEROED (RequiredLength);
701 if (!(*ConvertedName))
710 (*ConvertedName)[j++] = InternalName[i];
719 (*ConvertedName)[j++] = '.';
724 ACPI_COPY_NAMESEG (&(*ConvertedName)[j],
726 AcpiUtRepairName (&(*ConvertedName)[j]);