Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslutils.c62 char *PaddedNameSeg);
837 char *PaddedNameSeg) in UtPadNameWithUnderscores() argument
846 *PaddedNameSeg = *NameSeg; in UtPadNameWithUnderscores()
851 *PaddedNameSeg = '_'; in UtPadNameWithUnderscores()
854 PaddedNameSeg++; in UtPadNameWithUnderscores()
879 char PaddedNameSeg[4]; in UtAttachNameseg() local
895 UtPadNameWithUnderscores (NameSeg, PaddedNameSeg); in UtAttachNameseg()
910 UtPadNameWithUnderscores (Name, PaddedNameSeg); in UtAttachNameseg()
913 ACPI_COPY_NAMESEG (Op->Asl.NameSeg, PaddedNameSeg); in UtAttachNameseg()