Searched refs:ACPI_ALLOCATE_ZEROED (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg3.c342 Buffer = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) Length + 1);
358 Buffer = ACPI_ALLOCATE_ZEROED (Length);
H A Dexstorob.c333 ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) Length + 1);
H A Dexregion.c284 Mm = ACPI_ALLOCATE_ZEROED(sizeof(*Mm));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutids.c213 Hid = ACPI_ALLOCATE_ZEROED (
301 Uid = ACPI_ALLOCATE_ZEROED (
441 CidList = ACPI_ALLOCATE_ZEROED (CidListSize);
561 Cls = ACPI_ALLOCATE_ZEROED (
H A Dutobject.c304 PackageElements = ACPI_ALLOCATE_ZEROED (
390 Buffer = ACPI_ALLOCATE_ZEROED (BufferSize);
450 String = ACPI_ALLOCATE_ZEROED (StringSize + 1);
H A Dutcache.c445 /* Avoid deadlock with ACPI_ALLOCATE_ZEROED */
453 Object = ACPI_ALLOCATE_ZEROED (Cache->ObjectSize);
H A Dutosi.c371 InterfaceInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_INTERFACE_INFO));
377 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1);
H A Duteval.c197 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
H A Dutcopy.c631 ACPI_ALLOCATE_ZEROED ((ACPI_SIZE)
649 ACPI_ALLOCATE_ZEROED (ExternalObject->Buffer.Length);
1104 DestObj->Package.Elements = ACPI_ALLOCATE_ZEROED (
H A Dutxface.c691 PldInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PLD_INFO));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsnames.c496 NameBuffer = ACPI_ALLOCATE_ZEROED (Size);
562 FullPath = ACPI_ALLOCATE_ZEROED (
625 NewPathBuffer = ACPI_ALLOCATE_ZEROED (strlen (InputPath) + 1);
H A Dnsxfeval.c342 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
419 Info->Parameters = ACPI_ALLOCATE_ZEROED (
488 Info->Parameters = ACPI_ALLOCATE_ZEROED (
H A Dnsparse.c237 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
H A Dnsutils.c539 InternalName = ACPI_ALLOCATE_ZEROED (Info.Length);
700 *ConvertedName = ACPI_ALLOCATE_ZEROED (RequiredLength);
H A Dnsinit.c302 Info.EvaluateInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c215 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT));
402 PciId = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PCI_ID));
645 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_DATA_TABLE_MAPPING));
H A Devgpeblk.c356 GpeRegisterInfo = ACPI_ALLOCATE_ZEROED (
370 GpeEventInfo = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) GpeBlock->GpeCount *
503 GpeBlock = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_GPE_BLOCK_INFO));
H A Devgpeutil.c315 GpeXrupt = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_GPE_XRUPT_INFO));
H A Devgpe.c688 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscreate.c210 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded);
H A Drsutils.c923 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwxface.c542 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddspkginit.c268 ObjDesc->Package.Elements = ACPI_ALLOCATE_ZEROED (
H A Ddswstate.c720 WalkState = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_WALK_STATE));
H A Ddsobject.c374 ACPI_ALLOCATE_ZEROED (ObjDesc->Buffer.Length);

Completed in 155 milliseconds

12