Searched refs:DI_VENDIDPROP (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.h | 63 #define DI_VENDIDPROP "vendor-id" macro
|
H A D | did_props.c | 162 { DI_VENDIDPROP, &pci_pgroup, TOPO_PCI_VENDID, maybe_di_uint_to_str }, 988 if (di_uintprop_get(did_mod(pd), did_dinode(pd), DI_VENDIDPROP, &vid) < in maybe_pcidb_set()
|
H A D | pcibus.c | 564 di_uintprop_get(mod, din, DI_VENDIDPROP, &vid) >= 0 && in declare_dev_and_fn()
|