Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslutils.c170 char *PaddedNameSeg);
903 char *PaddedNameSeg) in UtPadNameWithUnderscores() argument
912 *PaddedNameSeg = *NameSeg; in UtPadNameWithUnderscores()
917 *PaddedNameSeg = '_'; in UtPadNameWithUnderscores()
920 PaddedNameSeg++; in UtPadNameWithUnderscores()
945 char PaddedNameSeg[4]; in UtAttachNameseg() local
961 UtPadNameWithUnderscores (NameSeg, PaddedNameSeg); in UtAttachNameseg()
976 UtPadNameWithUnderscores (Name, PaddedNameSeg); in UtAttachNameseg()
979 ACPI_COPY_NAMESEG (Op->Asl.NameSeg, PaddedNameSeg); in UtAttachNameseg()