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 250 AcpiOsAllocateZeroed (sizeof (INIT_FILE_ENTRY) * AcpiGbl_InitFileLineCount);
273 AcpiOsAllocateZeroed (strnlen (NameBuffer, AE_FILE_BUFFER_SIZE) + 1);
284 AcpiOsAllocateZeroed (strnlen (ValueBuffer, AE_FILE_BUFFER_SIZE) + 1);
  /src/sys/external/bsd/acpica/dist/include/platform/
aclinuxex.h 202 AcpiOsAllocateZeroed (
  /src/sys/external/bsd/acpica/dist/utilities/
utalloc.c 163 * FUNCTION: AcpiOsAllocateZeroed
176 AcpiOsAllocateZeroed (
uttrack.c 218 Cache = AcpiOsAllocateZeroed (sizeof (ACPI_MEMORY_LIST));
336 Allocation = AcpiOsAllocateZeroed (
  /src/sys/external/bsd/acpica/dist/include/
acpiosxf.h 348 AcpiOsAllocateZeroed (
actypes.h 493 #define ACPI_ALLOCATE_ZEROED(a) AcpiOsAllocateZeroed ((ACPI_SIZE) (a))
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oszephyr.c 300 * FUNCTION: AcpiOsAllocateZeroed
311 AcpiOsAllocateZeroed (
osunixxf.c 773 * FUNCTION: AcpiOsAllocateZeroed
784 AcpiOsAllocateZeroed (
oswinxf.c 771 * FUNCTION: AcpiOsAllocateZeroed
782 AcpiOsAllocateZeroed (

Completed in 80 milliseconds