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

  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 572 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
573 switch ( EISA_ID_TO_NUM( Acpi-> HID ) ) {
599 CatPrint( Str , L"Acpi(PNP%04x" , EISA_ID_TO_NUM( Acpi-> HID ) ) ;
606 CatPrint( Str , L"Acpi(0x%X" , Acpi-> HID ) ;
608 CatPrint( Str , L")" , Acpi-> HID , Acpi-> UID ) ;
  /src/sys/arch/i386/stand/efiboot/
efinet.c 302 if (acpi->HID == EISA_PNP_ID(0x0A08) ||
303 acpi->HID == EISA_PNP_ID(0x0A03)) {
eficons.c 909 if (dpp.Acpi->HID == EISA_PNP_ID(0x0501)) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 132 UINT32 HID;
139 UINT32 HID;
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 833 * present devices, or if they specified a HID, it filters based
849 ACPI_PNP_DEVICE_ID *Hid;
875 * First, filter based on the device HID and CID.
877 * 01/2010: For this case where a specific HID is requested, we don't
878 * want to run _STA until we have an actual HID match. Thus, we will
884 * for a matching HID even under device trees where the parent device
888 if (Info->Hid != NULL)
890 Status = AcpiUtExecute_HID (Node, &Hid);
900 NoMatch = strcmp (Hid->String, Info->Hid);
    [all...]
  /src/sys/arch/acorn32/doc/
majors+minors 288 65 C - USB HID
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 763 char *HID,

Completed in 16 milliseconds