Searched refs:CallerFullPathname (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslxrefout.c665 char *CallerFullPathname; local
699 CallerFullPathname = AcpiNsGetNormalizedPathname (
704 Op->Asl.LogicalLineNumber, CallerFullPathname,
707 ACPI_FREE (CallerFullPathname);
829 char *CallerFullPathname = NULL; local
878 CallerFullPathname = AcpiNsGetNormalizedPathname (
904 CallerFullPathname ? CallerFullPathname : "<root>",
914 if (CallerFullPathname)
916 ACPI_FREE (CallerFullPathname);
[all...]

Completed in 716 milliseconds