HomeSort by: relevance | last modified time | path
    Searched defs:InfoSize (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 411 UINT32 InfoSize;
438 InfoSize = sizeof (ACPI_DEVICE_INFO);
470 InfoSize += Hid->Length;
479 InfoSize += Uid->Length;
490 InfoSize += (CidList->ListSize - sizeof (ACPI_PNP_DEVICE_ID_LIST));
499 InfoSize += Cls->Length;
508 Info = ACPI_ALLOCATE_ZEROED (InfoSize);
621 Info->InfoSize = InfoSize;
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1421 UINT32 InfoSize; /* Size of info, including ID strings */

Completed in 14 milliseconds