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

/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c315 UINT32 InfoSize; local
342 InfoSize = sizeof (ACPI_DEVICE_INFO);
374 InfoSize += Hid->Length;
383 InfoSize += Uid->Length;
392 InfoSize += Sub->Length;
403 InfoSize += (CidList->ListSize - sizeof (ACPI_PNP_DEVICE_ID_LIST));
412 Info = ACPI_ALLOCATE_ZEROED (InfoSize);
539 Info->InfoSize = InfoSize;
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactypes.h1165 UINT32 InfoSize; /* Size of info, including ID strings */ member in struct:acpi_device_info

Completed in 120 milliseconds