Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Daslutils.c62 char *PaddedNameSeg);
830 char *PaddedNameSeg) in UtPadNameWithUnderscores() argument
839 *PaddedNameSeg = *NameSeg; in UtPadNameWithUnderscores()
844 *PaddedNameSeg = '_'; in UtPadNameWithUnderscores()
847 PaddedNameSeg++; in UtPadNameWithUnderscores()
872 char PaddedNameSeg[4]; in UtAttachNameseg() local
888 UtPadNameWithUnderscores (NameSeg, PaddedNameSeg); in UtAttachNameseg()
903 UtPadNameWithUnderscores (Name, PaddedNameSeg); in UtAttachNameseg()
906 ACPI_MOVE_NAME (Op->Asl.NameSeg, PaddedNameSeg); in UtAttachNameseg()

Completed in 3 milliseconds