Home
last modified time | relevance | path

Searched refs:vendid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c1403 int *vendid = NULL, *prodid = NULL, *revid = NULL, *release = NULL; in topo_usb_enum_lport() local
1422 if (di_prop_ints(prop, &vendid) != 1) in topo_usb_enum_lport()
1423 vendid = NULL; in topo_usb_enum_lport()
1536 if (vendid != NULL && topo_prop_set_int32(tn, TOPO_PGROUP_USB_PROPS, in topo_usb_enum_lport()
1537 TOPO_PGROUP_USB_PROPS_VID, TOPO_PROP_IMMUTABLE, *vendid, &ret) != in topo_usb_enum_lport()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbbc.c982 uint16_t comm, vendid, devid, stat; in sbbc_config4pci() local
994 vendid = pci_config_get16(conf_handle, PCI_CONF_VENID); in sbbc_config4pci()
1004 vendid, devid, comm, stat, revid); in sbbc_config4pci()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h369 uint16_t vendid; /* vendor id */ member
H A Daac.c2118 softs->vendid = pci_config_get16(pci_config_handle, PCI_CONF_VENID); in aac_check_card_type()
2127 if ((aac_cards[card_index].vendor == softs->vendid) && in aac_check_card_type()
2145 if (softs->vendid != 0x9005) { in aac_check_card_type()
2147 "Unknown vendor 0x%x", softs->vendid); in aac_check_card_type()
2923 softs->vendid, softs->devid, softs->subvendid, softs->subsysid, in aac_common_attach()