HomeSort by: relevance | last modified time | path
    Searched refs:ACPI_ALLOCATE_LOCAL_BUFFER (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utalloc.c 413 (Buffer->Length == ACPI_ALLOCATE_LOCAL_BUFFER))
488 case ACPI_ALLOCATE_LOCAL_BUFFER:
utmisc.c 536 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/namespace/
nsdumpdv.c 200 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
nsutils.c 199 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsdebug.c 205 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/drm2/linux/
linux_acpi.c 69 buf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 517 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
765 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
776 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
843 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
1221 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
dbcmds.c 920 NewAml.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
921 ReturnBuffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
922 ResourceBuffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
1117 ReturnBuffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmnames.c 287 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinstall.c 407 ReturnBuffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/dev/acpi/wmi/
wmi_acpi.c 477 obuf->Length = ACPI_ALLOCATE_LOCAL_BUFFER;
668 obuf->Length = ACPI_ALLOCATE_LOCAL_BUFFER;
787 obuf->Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/dev/acpi/
vald_acpi.c 338 buf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
396 buf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
wb_acpi.c 113 sc->sc_crs_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
aibs_acpi.c 283 buf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
572 buf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
acpi_util.c 183 buf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
469 buf->Length = ACPI_ALLOCATE_LOCAL_BUFFER;
543 buf->Length = ACPI_ALLOCATE_LOCAL_BUFFER;
smbus_acpi.c 283 smbuf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
sdhc_acpi.c 198 sc->sc_crs_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
acpi_cpu.c 478 buf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/compiler/
aslopt.c 773 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
786 CurrentPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
aslnamesp.c 546 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
asloffset.c 472 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/resources/
rsutils.c 941 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
rsxface.c 838 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1156 #define ACPI_ALLOCATE_LOCAL_BUFFER (ACPI_SIZE) (0)
1161 #define ACPI_ALLOCATE_LOCAL_BUFFER (ACPI_SIZE) (-2) /* For internal use only (enables tracking) */
  /src/sys/external/bsd/acpica/dist/executer/
exdump.c 1164 RetBuf.Length = ACPI_ALLOCATE_LOCAL_BUFFER;

Completed in 32 milliseconds