/titanic_44/usr/src/uts/common/io/drm/ |
H A D | drm_pci.c | 104 int vendorid; in pci_get_vendor() local 106 vendorid = ddi_prop_get_int(DDI_DEV_T_ANY, in pci_get_vendor() 109 return (vendorid); in pci_get_vendor()
|
/titanic_44/usr/src/cmd/fwflash/common/ |
H A D | fwflash.c | 81 static int fwflash_load_verifier(char *drv, char *vendorid, char *fwimg); 519 fwflash_load_verifier(char *drv, char *vendorid, char *fwimg) in fwflash_load_verifier() argument 573 clean = strtok(vendorid, " "); in fwflash_load_verifier() 670 if (strncmp(vendorid, (char *)vrfysym, in fwflash_load_verifier() 671 strlen(vendorid)) != 0) { in fwflash_load_verifier() 675 vendorid, vrfysym); in fwflash_load_verifier() 676 vrfy->vendor = calloc(1, strlen(vendorid) + 1); in fwflash_load_verifier() 681 strlen(vendorid) + 1); in fwflash_load_verifier()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pppoe.c | 303 uint32_t vendorid; in interpret_vendor() local 306 vendorid = ntohl(*(uint32_t *)tag_value); in interpret_vendor() 308 "Vendor ID = %d", vendorid); in interpret_vendor()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 136 static void create_ioapic_node(int bus, int dev, int fn, ushort_t vendorid, 1865 ushort_t vendorid, int config_op) in process_devfunc() argument 1903 if (vendorid == VENID_AMD && deviceid == DEVID_AMD8111_LPC) { in process_devfunc() 1929 "pci%x,%x", vendorid, deviceid); in process_devfunc() 1946 if (IS_BAD_AMD_NTBRIDGE(vendorid, deviceid) || in process_devfunc() 1947 IS_AMD_8132_CHIP(vendorid, deviceid)) { in process_devfunc() 1972 (void) ndi_prop_update_int(DDI_DEV_T_NONE, dip, "vendor-id", vendorid); in process_devfunc() 2061 create_ioapic_node(bus, dev, func, vendorid, deviceid); in process_devfunc() 2065 if (NVIDIA_IS_LPC_BRIDGE(vendorid, deviceid) && (dev == 1) && in process_devfunc() 2078 add_compatible(dip, subvenid, subdevid, vendorid, deviceid, in process_devfunc() [all …]
|
/titanic_44/usr/src/uts/sparc/io/pciex/ |
H A D | pcieb_sparc.c | 480 uint16_t vendorid = (PCIE_DIP2BUS(dip)->bus_dev_ven_id) & 0xFFFF; in pcieb_print_plx_seeprom_crc_data() local 491 if (vendorid != PXB_VENDOR_PLX) in pcieb_print_plx_seeprom_crc_data()
|
/titanic_44/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg_spi.h | 298 char vendorid[DISK_VENDER_LEN]; member
|
/titanic_44/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 341 uint16_t vendorid; in rtls_attach() local 409 vendorid = pci_config_get16(pci_handle, PCI_CONF_VENID); in rtls_attach() 411 device = vendorid; in rtls_attach() 423 vendorid, deviceid); in rtls_attach()
|
/titanic_44/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 1007 uint16_t vendorid = bus_p->bus_dev_ven_id & 0xFFFF; in pcieb_intr_init() local 1025 (vendorid == NVIDIA_VENDOR_ID)) { in pcieb_intr_init() 1090 if (PCIE_IS_RP(bus_p) && (vendorid == NVIDIA_VENDOR_ID)) { in pcieb_intr_init()
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_impl.h | 283 uint16_t vendorid; member
|
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 3128 ushort_t vendorid; in ata_check_pciide_blacklist() local 3136 vendorid = ddi_prop_get_int(DDI_DEV_T_ANY, ddi_get_parent(dip), in ata_check_pciide_blacklist() 3152 if ((vendorid & blp->b_vmask) in ata_check_pciide_blacklist() 3179 if ((vendorid & blp->b_vmask) != blp->b_vendorid) in ata_check_pciide_blacklist()
|
/titanic_44/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1037 extern const char *ath_hal_probe(uint16_t vendorid, uint16_t devid);
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_impl.h | 689 uint16_t vendorid; member
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 857 const char *ath9k_hw_probe(uint16_t vendorid, uint16_t devid);
|
H A D | arn_hw.c | 1293 ath9k_hw_probe(uint16_t vendorid, uint16_t devid) in ath9k_hw_probe() argument 1295 return (vendorid == ATHEROS_VENDOR_ID ? in ath9k_hw_probe()
|
/titanic_44/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 397 uint16_t vendorid; in dnet_probe() local 403 vendorid = pci_config_get16(handle, PCI_CONF_VENID); in dnet_probe() 405 if (vendorid != DEC_VENDOR_ID) { in dnet_probe()
|
/titanic_44/usr/src/uts/common/io/hme/ |
H A D | hme.c | 1056 uint16_t vendorid; in hmeget_promprops() member 1171 uint16_t vendorid; in hmeattach() member
|
/titanic_44/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 2260 (void) memccpy(vendor, attrp->vendorid, '\0', DISK_VENDER_LEN); in print_disk_attr()
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 1984 &cfg_ptr->vendorid)); in nxge_test_map_regs() 1987 NXGE_PIO_READ16(cfg_handle, &cfg_ptr->vendorid, 0), in nxge_test_map_regs()
|