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

/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutalloc.c260 (Buffer->Length == ACPI_ALLOCATE_BUFFER) ||
325 case ACPI_ALLOCATE_BUFFER:
331 * buffer created via ACPI_ALLOCATE_BUFFER.
/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-battery.c274 if (dev->bst_buffer.Length != ACPI_ALLOCATE_BUFFER) {
277 if (dev->bif_buffer.Length != ACPI_ALLOCATE_BUFFER) {
342 dev->bst_buffer.Length = ACPI_ALLOCATE_BUFFER;
345 dev->bif_buffer.Length = ACPI_ALLOCATE_BUFFER;
H A Dpci.c44 .Length = ACPI_ALLOCATE_BUFFER,
48 .Length = ACPI_ALLOCATE_BUFFER,
127 crs_buffer.Length = ACPI_ALLOCATE_BUFFER;
H A Dinit.c55 .Length = ACPI_ALLOCATE_BUFFER,
H A Dmethods.cpp117 out.Length = ACPI_ALLOCATE_BUFFER;
H A Dnhlt.c57 .Length = ACPI_ALLOCATE_BUFFER,
H A Ddebug.c35 .Length = ACPI_ALLOCATE_BUFFER,
198 .Length = ACPI_ALLOCATE_BUFFER,
H A Ddev-ec.c316 .Length = ACPI_ALLOCATE_BUFFER,
/fuchsia/zircon/third_party/lib/acpica/source/tools/examples/
H A Dexamples.c460 ReturnValue.Length = ACPI_ALLOCATE_BUFFER;
492 /* Free a buffer created via ACPI_ALLOCATE_BUFFER */
527 ReturnValue.Length = ACPI_ALLOCATE_BUFFER;
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbexec.c372 ReturnObj.Length = ACPI_ALLOCATE_BUFFER;
465 ReturnObj.Length = ACPI_ALLOCATE_BUFFER;
H A Ddbtest.c847 ReturnObj.Length = ACPI_ALLOCATE_BUFFER;
1116 ReturnObj.Length = ACPI_ALLOCATE_BUFFER;
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h1004 #define ACPI_ALLOCATE_BUFFER (ACPI_SIZE) (0) macro
1009 #define ACPI_ALLOCATE_BUFFER (ACPI_SIZE) (-1) /* Let ACPICA allocate buffer */ macro
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpiexec/
H A Daeexec.c362 ReturnValue.Length = ACPI_ALLOCATE_BUFFER;
408 /* Free a buffer created via ACPI_ALLOCATE_BUFFER */
844 ReturnBuf.Length = ACPI_ALLOCATE_BUFFER;
H A Daehandlers.c390 ReturnObj.Length = ACPI_ALLOCATE_BUFFER;
402 /* Free a buffer created via ACPI_ALLOCATE_BUFFER */
/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnsxfeval.c106 if (ReturnBuffer->Length == ACPI_ALLOCATE_BUFFER)
152 * Free a buffer created via ACPI_ALLOCATE_BUFFER.

Completed in 46 milliseconds