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

  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 269 UINT16 PciVendorId;
915 UINT16 PciVendorId;
957 UINT16 PciVendorId;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c 260 {ACPI_DMT_UINT16, ACPI_SPCR_OFFSET (PciVendorId), "PCI Vendor ID", 0},
749 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (PciVendorId), "PCI Vendor ID", 0},
790 {ACPI_DMT_UINT16, ACPI_WDRT_OFFSET (PciVendorId), "PCI Vendor ID", 0},
  /src/sys/dev/acpi/
acpi_wdrt.c 200 if (wdrt->PciVendorId != 0xffff && wdrt->PciDeviceId != 0xffff) {
205 wdrt->PciVendorId, wdrt->PciDeviceId);
  /src/sys/arch/emips/include/
emipsreg.h 900 uint16_t PciVendorId; /* See PCI catalog */
  /src/usr.sbin/acpitools/acpidump/
acpi.c 3061 acpi_print_pci(spcr->PciVendorId, spcr->PciDeviceId,
4030 printf("\tPciVendorID=%04hx\n", wddt->PciVendorId);
4073 acpi_print_pci(wdrt->PciVendorId, wdrt->PciDeviceId,

Completed in 19 milliseconds