Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c170 char *PaddedNameSeg);
945 char *PaddedNameSeg) in UtPadNameWithUnderscores() argument
954 *PaddedNameSeg = *NameSeg; in UtPadNameWithUnderscores()
959 *PaddedNameSeg = '_'; in UtPadNameWithUnderscores()
962 PaddedNameSeg++; in UtPadNameWithUnderscores()
987 char PaddedNameSeg[4]; in UtAttachNameseg() local
1003 UtPadNameWithUnderscores (NameSeg, PaddedNameSeg); in UtAttachNameseg()
1018 UtPadNameWithUnderscores (Name, PaddedNameSeg); in UtAttachNameseg()
1021 ACPI_COPY_NAMESEG (Op->Asl.NameSeg, PaddedNameSeg); in UtAttachNameseg()