Searched defs:vendorid (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c303 uint32_t vendorid; local
306 vendorid = ntohl(*(uint32_t *)tag_value);
308 "Vendor ID = %d", vendorid);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_pci.c104 int vendorid; local
106 vendorid = ddi_prop_get_int(DDI_DEV_T_ANY,
109 return (vendorid);
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c81 static int fwflash_load_verifier(char *drv, char *vendorid, char *fwimg);
519 fwflash_load_verifier(char *drv, char *vendorid, char *fwimg) argument
573 clean = strtok(vendorid, " ");
575 /* invalid vendorid, something's really wrong */
577 gettext("Invalid vendorid (null) specified for "
670 if (strncmp(vendorid, (char *)vrfysym,
671 strlen(vendorid)) != 0) {
675 vendorid, vrfysym);
676 vrfy->vendor = calloc(1, strlen(vendorid) + 1);
681 strlen(vendorid)
[all...]
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c480 uint16_t vendorid = (PCIE_DIP2BUS(dip)->bus_dev_ven_id) & 0xFFFF; local
491 if (vendorid != PXB_VENDOR_PLX)
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h283 uint16_t vendorid; member in struct:_pci_cfg_t
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c341 uint16_t vendorid; local
409 vendorid = pci_config_get16(pci_handle, PCI_CONF_VENID);
411 device = vendorid;
423 vendorid, deviceid);
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h298 char vendorid[DISK_VENDER_LEN]; member in struct:__anon3843
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1007 uint16_t vendorid = bus_p->bus_dev_ven_id & 0xFFFF; local
1025 (vendorid == NVIDIA_VENDOR_ID)) {
1090 if (PCIE_IS_RP(bus_p) && (vendorid == NVIDIA_VENDOR_ID)) {
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c3128 ushort_t vendorid; local
3136 vendorid = ddi_prop_get_int(DDI_DEV_T_ANY, ddi_get_parent(dip),
3152 if ((vendorid & blp->b_vmask)
3179 if ((vendorid & blp->b_vmask) != blp->b_vendorid)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c1293 ath9k_hw_probe(uint16_t vendorid, uint16_t devid) argument
1295 return (vendorid == ATHEROS_VENDOR_ID ?
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1056 uint16_t vendorid; member in struct:__anon5386
1171 uint16_t vendorid; member in struct:__anon5387
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c397 uint16_t vendorid; local
403 vendorid = pci_config_get16(handle, PCI_CONF_VENID);
405 if (vendorid != DEC_VENDOR_ID) {
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c136 static void create_ioapic_node(int bus, int dev, int fn, ushort_t vendorid,
1857 ushort_t vendorid, int config_op)
1895 if (vendorid == VENID_AMD && deviceid == DEVID_AMD8111_LPC) {
1921 "pci%x,%x", vendorid, deviceid);
1938 if (IS_BAD_AMD_NTBRIDGE(vendorid, deviceid) ||
1939 IS_AMD_8132_CHIP(vendorid, deviceid)) {
1964 (void) ndi_prop_update_int(DDI_DEV_T_NONE, dip, "vendor-id", vendorid);
2053 create_ioapic_node(bus, dev, func, vendorid, deviceid);
2057 if (NVIDIA_IS_LPC_BRIDGE(vendorid, deviceid) && (dev == 1) &&
2070 add_compatible(dip, subvenid, subdevid, vendorid, devicei
1856 process_devfunc(uchar_t bus, uchar_t dev, uchar_t func, uchar_t header, ushort_t vendorid, int config_op) argument
2191 add_compatible(dev_info_t *dip, ushort_t subvenid, ushort_t subdevid, ushort_t vendorid, ushort_t deviceid, uchar_t revid, uint_t classcode, int pciex) argument
3263 create_ioapic_node(int bus, int dev, int fn, ushort_t vendorid, ushort_t deviceid) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h689 uint16_t vendorid; member in struct:_pci_cfg_t

Completed in 156 milliseconds