Home
last modified time | relevance | path

Searched refs:PCI_EINVAL8 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_mech1.c55 return (PCI_EINVAL8); in pci_mech1_getb()
59 return (PCI_EINVAL8); in pci_mech1_getb()
H A Dpci_mech1_amd.c101 return (PCI_EINVAL8); in pci_mech1_amd_getb()
105 return (PCI_EINVAL8); in pci_mech1_amd_getb()
H A Dpci_mech2.c82 return (PCI_EINVAL8); in pci_mech2_getb()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c468 if (cap_id == PCI_EINVAL8) { in pci_prop_data_fill()
518 if (cap_off == PCI_EINVAL8) { in pci_prop_data_fill()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1270 #define PCI_EINVAL8 0xff macro
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c891 if (v != PCI_EINVAL8) in vioblk_read_capacity()
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_main.c249 if ((revid = pci_config_get8(pci, PCI_CONF_REVID)) == PCI_EINVAL8) { in virtio_init()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c1347 if (cap_offset == PCI_EINVAL8) {
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5154 while (cap != 0 && cap != PCI_EINVAL8) { in pcieadm_cfgspace()