Searched defs:vendor_id (Results 1 - 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dsil3xxx.c54 ushort_t vendor_id, ushort_t device_id)
52 sil3xxx_init_controller(dev_info_t *dip, ushort_t vendor_id, ushort_t device_id) argument
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_vendor.h68 * vendor_id - VendorID from PCI config space (0x0-0x1)
75 uint_t vendor_id; member in struct:hci1394_vendor_info_s
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h10 unsigned short vendor_id; member in struct:dev_id
H A Dundi.h130 uint16_t vendor_id; member in struct:pcir_header
H A Dtlan.c215 unsigned short vendor_id; /* PCI Vendor code */ member in struct:tlan_private
876 priv->vendor_id = pci->vendor;
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c119 int vendor_id, device_id, class_code; local
125 vendor_id = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
131 if ((vendor_id == -1) || (device_id == -1) || (class_code == -1)) {
143 pci_bsf->vendor = vendor_id;
295 int vendor_id, device_id, class_code; local
301 vendor_id = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
307 if ((vendor_id == -1) || (device_id == -1) || (class_code == -1)) {
313 if ((vendor_id == pci_bsf->vendor) && (device_id == pci_bsf->device)) {
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c155 uint16_t vendor_id = pci_config_get16(cfg_hdl, PCI_CONF_VENID); local
158 if ((vendor_id == NVIDIA_VENDOR_ID) && NVIDIA_PCIE_RC_DEV_ID(dev_id)) {
175 uint16_t vendor_id = pci_config_get16(cfg_hdl, PCI_CONF_VENID); local
178 if (vendor_id == INTEL_VENDOR_ID) {
264 int vendor_id, device_id; local
266 vendor_id = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
272 IS_BAD_AMD_NTBRIDGE(vendor_id, device_id));
H A Dnpe.c948 uint16_t vendor_id = (uint16_t)(bus_p->bus_dev_ven_id & 0xFFFF); local
952 if ((vendor_id == NVIDIA_VENDOR_ID) &&
/illumos-gate/usr/src/cmd/hal/hald/
H A Dids.c106 * @param vendor_id PCI vendor id or 0 if unknown
116 ids_find_pci (int vendor_id, int product_id, argument
136 snprintf (rep_vi, 8, "%04x", vendor_id);
187 /* check vendor_id */
188 if (vendor_id != 0) {
382 * @param vendor_id USB vendor id or 0 if unknown
388 ids_find_usb (int vendor_id, int product_id, argument
401 snprintf (rep_vi, 8, "%04x", vendor_id);
431 /* check vendor_id */
432 if (vendor_id !
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_intr.c153 uint32_t vendor_id = ddi_getprop(DDI_DEV_T_ANY, cdip, local
166 if (vendor_id == 0xffff)
174 if (vendor_id == PCI_SIMBA_VENID) {
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h99 char *vendor_id; member in struct:disk
H A Dfindevs.c960 char *vendor_id; local
1020 vendor_id = get_str_prop(VENDOR_ID_PROP, args->node);
1021 if (vendor_id != NULL) {
1022 if ((diskp->vendor_id = strdup(vendor_id)) == NULL) {
1027 vendor_id = get_str_prop(VENDOR_ID_USB_PROP, args->node);
1028 if (vendor_id != NULL) {
1029 if ((diskp->vendor_id = strdup(vendor_id)) == NULL) {
1063 if (vendor_id !
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.h59 uint16_t vendor_id; member in struct:fab_data
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c462 u32_t vendor_id; local
700 vendor_id = 0;
705 vendor_id = props[0];
721 vendor_id,
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c143 uint16_t vendor_id = (PCIE_DIP2UPBUS(dip)->bus_dev_ven_id) & 0xFFFF; local
144 return (IS_PLX_VENDORID(vendor_id) ? B_TRUE : B_FALSE);
205 uint16_t vendor_id = bus_p->bus_dev_ven_id & 0xFFFF; local
209 if (!IS_PLX_VENDORID(vendor_id))
281 uint16_t vendor_id = local
284 if (!IS_PLX_VENDORID(vendor_id))
/illumos-gate/usr/src/boot/sys/boot/common/
H A Disapnp.h252 u_int vendor_id; /* board id */ member in struct:pnp_cinfo
274 char * (*pd_probe ) (u_long csn, u_long vendor_id);
282 u_long vendor_id; member in struct:_pnp_id
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c154 uint16_t vendor_id, device_id; local
155 vendor_id = bus_p->bus_dev_ven_id & 0xFFFF;
162 return (((vendor_id == INTEL_VENDOR_ID) &&
239 uint16_t vendor_id; member in struct:x86_error_tbl
481 if (!((vid == tbl->vendor_id) &&
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h128 uint32_t vendor_id :16; /* vendor */ member in struct:hpet_gen_cap
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c484 uint16_t vendor_id; member in struct:hci_state
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c1916 uint32_t vendor_id, device_id, revision_id; local
1959 vendor_id = *(uint32_t *)prop_val;
1989 if ((vendor_id == AMD_VENDOR_ID) && (device_id == AMD_BRIDGE) &&
H A Dch.h212 uint16_t vendor_id; member in struct:ch
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c300 uint16_t vendor_id, pci_cmd_word; local
309 vendor_id = pci_config_get16(pci_cfg_hdl, PCI_CONF_VENID);
311 if (vendor_id != 0x4040) {
313 adapter->name, adapter->instance, vendor_id);
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h254 uint16_t vendor_id; member in struct:zyd_usb_info
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h306 uint16_t vendor_id; member in struct:oce_dev
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h301 uint16_t vendor_id; member in struct:odl

Completed in 84 milliseconds

123