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

12

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslsupport.y72 Mem = ACPI_ALLOCATE_ZEROED (Size);
H A Daslsupport.l160 Filename = ACPI_ALLOCATE_ZEROED (strlen (Token) + 1);
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c105 Hid = ACPI_ALLOCATE_ZEROED (
193 Uid = ACPI_ALLOCATE_ZEROED (
333 CidList = ACPI_ALLOCATE_ZEROED (CidListSize);
453 Cls = ACPI_ALLOCATE_ZEROED (
H A Dutobject.c196 PackageElements = ACPI_ALLOCATE_ZEROED (
282 Buffer = ACPI_ALLOCATE_ZEROED (BufferSize);
342 String = ACPI_ALLOCATE_ZEROED (StringSize + 1);
H A Dutosi.c255 InterfaceInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_INTERFACE_INFO));
261 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1);
H A Dutcache.c336 /* Avoid deadlock with ACPI_ALLOCATE_ZEROED */
344 Object = ACPI_ALLOCATE_ZEROED (Cache->ObjectSize);
H A Duteval.c89 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
H A Dutcopy.c523 ACPI_ALLOCATE_ZEROED ((ACPI_SIZE)
541 ACPI_ALLOCATE_ZEROED (ExternalObject->Buffer.Length);
996 DestObj->Package.Elements = ACPI_ALLOCATE_ZEROED (
H A Dutxface.c583 PldInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PLD_INFO));
/freebsd-10-stable/sys/contrib/dev/acpica/components/executer/
H A Dexoparg3.c233 Buffer = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) Length + 1);
249 Buffer = ACPI_ALLOCATE_ZEROED (Length);
H A Dexstorob.c225 ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) Length + 1);
/freebsd-10-stable/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c244 GpeRegisterInfo = ACPI_ALLOCATE_ZEROED (
258 GpeEventInfo = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) GpeBlock->GpeCount *
391 GpeBlock = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_GPE_BLOCK_INFO));
H A Devrgnini.c109 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT));
297 PciId = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PCI_ID));
H A Devgpeutil.c207 GpeXrupt = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_GPE_XRUPT_INFO));
H A Devgpe.c602 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c207 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
284 Info->Parameters = ACPI_ALLOCATE_ZEROED (
353 Info->Parameters = ACPI_ALLOCATE_ZEROED (
H A Dnsnames.c333 NameBuffer = ACPI_ALLOCATE_ZEROED (Size);
H A Dnsutils.c431 InternalName = ACPI_ALLOCATE_ZEROED (Info.Length);
592 *ConvertedName = ACPI_ALLOCATE_ZEROED (RequiredLength);
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c243 Fullpath = ACPI_ALLOCATE_ZEROED (Length);
307 ExternalFile = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EXTERNAL_FILE));
653 Temp = ACPI_ALLOCATE_ZEROED (strlen (ExternalPath) + 1);
852 NewExternal = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EXTERNAL_LIST));
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c243 Elements = ACPI_ALLOCATE_ZEROED (
353 Buffer = ACPI_ALLOCATE_ZEROED (ACPI_PLD_BUFFER_SIZE);
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h361 #define ACPI_ALLOCATE_ZEROED(a) NULL macro
373 #define ACPI_ALLOCATE_ZEROED(a) AcpiUtAllocateZeroedAndTrack ((ACPI_SIZE) (a), ACPI_MEM_PARAMETERS) macro
382 #define ACPI_ALLOCATE_ZEROED(a) AcpiOsAllocateZeroed ((ACPI_SIZE) (a)) macro
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c340 ACPI_ALLOCATE_ZEROED (ObjDesc->Buffer.Length);
441 ObjDesc->Package.Elements = ACPI_ALLOCATE_ZEROED (
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c102 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded);
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxface.c558 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
/freebsd-10-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbdata.c502 Tables = ACPI_ALLOCATE_ZEROED (

Completed in 209 milliseconds

12