HomeSort by: relevance | last modified time | path
    Searched defs: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
521 ACPI_PNP_DEVICE_ID *Cls;
559 /* Allocate a buffer for the CLS */
561 Cls = ACPI_ALLOCATE_ZEROED (
563 if (!Cls)
571 Cls->String = ACPI_ADD_PTR (char, Cls, sizeof (ACPI_PNP_DEVICE_ID));
575 AcpiExPciClsToString (Cls->String, ClassCode);
576 Cls->Length = Length;
577 *ReturnId = Cls;
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 405 ACPI_PNP_DEVICE_ID *Cls = NULL;
496 Status = AcpiUtExecute_CLS (Node, &Cls);
499 InfoSize += Cls->Length;
613 if (Cls)
616 Cls, NextIdString);
644 if (Cls)
646 ACPI_FREE (Cls);

Completed in 13 milliseconds