Searched refs:InfoSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfname.c410 UINT32 InfoSize; local
437 InfoSize = sizeof (ACPI_DEVICE_INFO);
469 InfoSize += Hid->Length;
478 InfoSize += Uid->Length;
489 InfoSize += (CidList->ListSize - sizeof (ACPI_PNP_DEVICE_ID_LIST));
498 InfoSize += Cls->Length;
507 Info = ACPI_ALLOCATE_ZEROED (InfoSize);
620 Info->InfoSize = InfoSize;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h1414 UINT32 InfoSize; /* Size of info, including ID strings */ member in struct:acpi_device_info

Completed in 47 milliseconds