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

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/debugger/
H A Ddbnames.c156 AcpiOsPrintf ("Current scope: %s\n", AcpiGbl_DbScopeBuf);
173 ACPI_STRCPY (AcpiGbl_DbScopeBuf, Name);
174 ACPI_STRCAT (AcpiGbl_DbScopeBuf, "\\");
187 ACPI_STRCAT (AcpiGbl_DbScopeBuf, Name);
188 ACPI_STRCAT (AcpiGbl_DbScopeBuf, "\\");
192 AcpiOsPrintf ("New scope: %s\n", AcpiGbl_DbScopeBuf);
H A Ddbxface.c436 AcpiGbl_DbScopeBuf [0] = '\\';
437 AcpiGbl_DbScopeBuf [1] = 0;
H A Ddbexec.c603 ACPI_STRCAT (Info->Pathname, AcpiGbl_DbScopeBuf);
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacglobal.h437 ACPI_EXTERN char AcpiGbl_DbScopeBuf[80]; variable

Completed in 103 milliseconds