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

  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinitfile.c 142 AcpiOsAllocateZeroed (sizeof (INIT_FILE_ENTRY) * AcpiGbl_InitFileLineCount);
165 AcpiOsAllocateZeroed (strnlen (NameBuffer, AE_FILE_BUFFER_SIZE) + 1);
176 AcpiOsAllocateZeroed (strnlen (ValueBuffer, AE_FILE_BUFFER_SIZE) + 1);
  /src/sys/external/bsd/acpica/dist/include/platform/
aclinuxex.h 94 AcpiOsAllocateZeroed (
  /src/sys/external/bsd/acpica/dist/utilities/
utalloc.c 55 * FUNCTION: AcpiOsAllocateZeroed
68 AcpiOsAllocateZeroed (
uttrack.c 110 Cache = AcpiOsAllocateZeroed (sizeof (ACPI_MEMORY_LIST));
228 Allocation = AcpiOsAllocateZeroed (
  /src/sys/external/bsd/acpica/dist/include/
acpiosxf.h 240 AcpiOsAllocateZeroed (
actypes.h 385 #define ACPI_ALLOCATE_ZEROED(a) AcpiOsAllocateZeroed ((ACPI_SIZE) (a))
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oszephyr.c 192 * FUNCTION: AcpiOsAllocateZeroed
203 AcpiOsAllocateZeroed (
osunixxf.c 665 * FUNCTION: AcpiOsAllocateZeroed
676 AcpiOsAllocateZeroed (
oswinxf.c 663 * FUNCTION: AcpiOsAllocateZeroed
674 AcpiOsAllocateZeroed (

Completed in 23 milliseconds