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

  /src/sys/external/bsd/acpica/dist/utilities/
utids.c 3 * Module Name: utids - support for device IDs - HID, UID, CID, SUB, CLS
413 ACPI_PNP_DEVICE_ID *Cls;
451 /* Allocate a buffer for the CLS */
453 Cls = ACPI_ALLOCATE_ZEROED (
455 if (!Cls)
463 Cls->String = ACPI_ADD_PTR (char, Cls, sizeof (ACPI_PNP_DEVICE_ID));
467 AcpiExPciClsToString (Cls->String, ClassCode);
468 Cls->Length = Length;
469 *ReturnId = Cls;
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 297 ACPI_PNP_DEVICE_ID *Cls = NULL;
388 Status = AcpiUtExecute_CLS (Node, &Cls);
391 InfoSize += Cls->Length;
505 if (Cls)
508 Cls, NextIdString);
536 if (Cls)
538 ACPI_FREE (Cls);

Completed in 17 milliseconds