Home
last modified time | relevance | path

Searched refs:vendor (Results 51 – 75 of 224) sorted by relevance

123456789

/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A Dheader0-basic-LH.out1 header0.vendor Vendor ID
H A Dheader0-basic-L.out2 header0.vendor Vendor ID
H A Dheader0-basic-n.out2 Vendor ID (header0.vendor): 0x8086 -- Intel Corporation
/illumos-gate/usr/src/lib/scsi/plugins/ses/LSILOGIC-SASX28-A.0/
H A DMakefile30 PLUGINTYPE = vendor
H A DMakefile.com29 PLUGINTYPE = vendor
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/
H A DMakefile30 PLUGINTYPE = vendor
H A DMakefile.com30 PLUGINTYPE = vendor
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/
H A DMakefile30 PLUGINTYPE = vendor
H A DMakefile.com31 PLUGINTYPE = vendor
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/
H A DMakefile28 PLUGINTYPE = vendor
H A DMakefile.com33 PLUGINTYPE = vendor
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c1119 pinf->vendor ? pinf->vendor : "", in pkgLocateHighestInst()
1212 if (a_info->vendor) in _pkginfoInit()
1213 free(a_info->vendor); in _pkginfoInit()
1221 a_info->vendor = a_info->catg = NULL; in _pkginfoInit()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c191 static unsigned short vendor, dev_id; variable
261 vendor = pci->vendor; in natsemi_probe()
288 printf("natsemi_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id); in natsemi_probe()
H A Ddavicom.c132 static unsigned short vendor, dev_id; variable
357 if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) { in davicom_media_chk()
665 vendor = pci->vendor; in davicom_probe()
/illumos-gate/usr/src/uts/common/sys/
H A Dgfx_private.h75 uint8_t function, uint16_t *vendor, uint16_t *device);
85 extern int gfxp_pci_device_present(uint16_t vendor, uint16_t device);
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h116 uchar_t vendor; member
295 uchar_t vendor; member
/illumos-gate/usr/src/head/
H A Dpkginfo.h46 char *vendor; member
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMultipathLusDevProd.c196 (void) strncpy(inqVendorID, devProdInfo.prodInfo.vendor, in MP_GetMultipathLusDevProd()
197 sizeof (devProdInfo.prodInfo.vendor)); in MP_GetMultipathLusDevProd()
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c626 &label->vendor, &label->product, &label->revision) != 0) { in get_disk_info()
627 if (get_disk_inquiry_devid(fd, &label->vendor, &label->product, in get_disk_info()
629 if (get_disk_inquiry_uscsi(fd, &label->vendor, in get_disk_info()
631 label->vendor = strdup("Unknown"); in get_disk_info()
634 if (label->vendor == NULL || in get_disk_info()
637 free(label->vendor); in get_disk_info()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h64 hci1394_vendor_handle_t vendor; /* see hci1394_vendor.h */ member
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c211 const char *vendor; in libhal_drive_policy_compute_display_name() local
219 vendor = libhal_drive_get_vendor (drive); in libhal_drive_policy_compute_display_name()
230 if (vendor == NULL || strlen (vendor) == 0) { in libhal_drive_policy_compute_display_name()
237 vendormodel_str = strdup (vendor); in libhal_drive_policy_compute_display_name()
239 snprintf (buf, MAX_STRING_SZ, "%s %s", vendor, model); in libhal_drive_policy_compute_display_name()
678 char *vendor; /* may be "", is never NULL */ member
796 libhal_free_string (drive->vendor); in libhal_drive_free()
935 LIBHAL_PROP_EXTRACT_STRING ("storage.vendor", drive->vendor); in libhal_drive_from_udi()
1519 return drive->vendor; in libhal_drive_get_vendor()
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/
H A DMakefile.com35 SUNPLUGINHDR = $(ROOTPLUGINHDRDIR)/ses/vendor/sun.h
/illumos-gate/usr/src/uts/common/io/usb/
H A Dusbdevs2h.awk95 function vendor(hfile) function
294 vendor(hfile)
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c340 char *vendor; in match_ppt() local
345 nvlist_lookup_string(nvl, "vendor-id", &vendor) != 0 || in match_ppt()
355 strcmp(pm->pm_vendor, vendor) == 0) { in match_ppt()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c544 uint16_t vendor, device; in p16x_attach() local
565 vendor = pci_config_get16(pcih, PCI_CONF_VENID); in p16x_attach()
567 if (vendor != CREATIVE_VENDOR_ID || in p16x_attach()
570 "(vendor=%x, dev=%x)", vendor, device); in p16x_attach()

123456789