Home
last modified time | relevance | path

Searched refs:PCI_EINVAL16 (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_mech1.c76 return (PCI_EINVAL16); in pci_mech1_getw()
80 return (PCI_EINVAL16); in pci_mech1_getw()
H A Dpci_mech1_amd.c122 return (PCI_EINVAL16); in pci_mech1_amd_getw()
126 return (PCI_EINVAL16); in pci_mech1_amd_getw()
H A Dpci_mech2.c98 return (PCI_EINVAL16); in pci_mech2_getw()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c2319 "vendor-id", PCI_EINVAL16); in imc_stub_scan_cb()
2321 "device-id", PCI_EINVAL16); in imc_stub_scan_cb()
2322 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in imc_stub_scan_cb()
2490 "vendor-id", PCI_EINVAL16); in imc_attach_stub()
2492 "device-id", PCI_EINVAL16); in imc_attach_stub()
2493 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in imc_attach_stub()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c2108 "vendor-id", PCI_EINVAL16); in amdzen_stub_scan_cb()
2110 "device-id", PCI_EINVAL16); in amdzen_stub_scan_cb()
2111 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in amdzen_stub_scan_cb()
2220 "vendor-id", PCI_EINVAL16); in amdzen_attach_stub()
2222 "device-id", PCI_EINVAL16); in amdzen_attach_stub()
2223 if (vid == PCI_EINVAL16 || did == PCI_EINVAL16) { in amdzen_attach_stub()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1359 "vendor-id", PCI_EINVAL16); in pciehpc_led_init()
1361 "device-id", PCI_EINVAL16); in pciehpc_led_init()
1363 DDI_PROP_DONTPASS, "subsystem-vendor-id", PCI_EINVAL16); in pciehpc_led_init()
1365 DDI_PROP_DONTPASS, "subsystem-id", PCI_EINVAL16); in pciehpc_led_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1274 #define PCI_EINVAL16 0xffff macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c399 if (prop->ppd_vendid == PCI_EINVAL16) { in pci_prop_data_fill()
H A Dpcie.c1615 if (vers == PCI_EINVAL16) in pcie_capture_speeds()
1639 if (ctl2 == PCI_EINVAL16) in pcie_capture_speeds()
1656 if (status == PCI_EINVAL16 || cap == PCI_EINVAL32) in pcie_capture_speeds()
H A Dpcie_fault.c645 pcie_slot_regs->pcie_slot_control != PCI_EINVAL16 && in pf_pcie_regs_gather()
646 pcie_slot_regs->pcie_slot_status != PCI_EINVAL16) { in pf_pcie_regs_gather()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4108 if (ctrl == PCI_EINVAL16) { in pcieadm_cap_info_msi()
5225 while (cap != 0 && cap != PCI_EINVAL16) { in pcieadm_cfgspace()