/illumos-gate/usr/src/lib/scsi/plugins/ses/LSILOGIC-SASX28-A.0/ |
H A D | Makefile | 30 PLUGINTYPE = vendor
|
H A D | Makefile.com | 29 PLUGINTYPE = vendor
|
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/ |
H A D | Makefile | 30 PLUGINTYPE = vendor
|
H A D | Makefile.com | 30 PLUGINTYPE = vendor
|
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/ |
H A D | Makefile | 30 PLUGINTYPE = vendor
|
H A D | Makefile.com | 31 PLUGINTYPE = vendor
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_vendor.c | 32 * vendor specific features on the OpenHCI adapter. 47 * Macro which makes sure vendor register offset is not greater that 0x7FC and 57 * vendor cards are not effected. 64 static int hci1394_rio_init(hci1394_vendor_t *vendor); 65 static void hci1394_rio_guid_init(hci1394_vendor_t *vendor); 66 static int hci1394_rio_resume(hci1394_vendor_t *vendor); 77 * vendor routines. 84 hci1394_vendor_t *vendor; local 93 * alloc the space to keep track of the vendor registers. 95 vendor 330 hci1394_rio_init(hci1394_vendor_t *vendor) argument 387 hci1394_rio_resume(hci1394_vendor_t *vendor) argument 423 hci1394_rio_guid_init(hci1394_vendor_t *vendor) argument [all...] |
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/ |
H A D | Makefile | 28 PLUGINTYPE = vendor
|
H A D | Makefile.com | 33 PLUGINTYPE = vendor
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | getppds | 68 vendor= 90 vendor="${vendor}${ppdlabel}(V)${SEP}${driver}\n" 103 echo "${user}${admin}${vendor}${system}"
|
/illumos-gate/usr/src/head/ |
H A D | pkginfo.h | 46 char *vendor; member in struct:pkginfo
|
/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/ |
H A D | tavor-MELLANOX.c | 50 char vendor[] = "MELLANOX\0"; variable 102 "Invariant Sector is invalid\n"), verifier->vendor); 116 "Sector verification\n"), verifier->vendor); 125 verifier->vendor); 166 verifier->vendor, verifier->imgfile, 186 verifier->vendor, 202 verifier->vendor); 213 verifier->vendor); 245 verifier->vendor); 252 verifier->vendor, vp_imginf [all...] |
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/ |
H A D | sun_element.c | 34 #include <scsi/plugins/ses/vendor/sun.h> 35 #include <scsi/plugins/ses/vendor/sun_impl.h>
|
H A D | sun.c | 35 #include <scsi/plugins/ses/vendor/sun.h> 36 #include <scsi/plugins/ses/vendor/sun_impl.h>
|
H A D | sun_pages.c | 31 #include <scsi/plugins/ses/vendor/sun.h> 32 #include <scsi/plugins/ses/vendor/sun_impl.h>
|
/illumos-gate/usr/src/lib/pylibbe/ |
H A D | Makefile.com | 35 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages 36 ROOTLIBDIR64= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/64
|
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetDeviceProductProperties.c | 115 vendorLength = sizeof (pProps->vendor); 120 (void) strncpy(pProps->vendor, 121 devProdInfo.prodInfo.vendor,
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 74 uint16_t vendor; member in struct:gfxp_pci_bsf 122 * Look for vendor-id, device-id, class-code to verify 126 "vendor-id", -1); 143 pci_bsf->vendor = vendor_id; 156 uint16_t *vendor, uint16_t *device) 181 if (vendor) *vendor = pci_bsf->vendor; 185 if (vendor) *vendor 155 gfxp_pci_init_handle(uint8_t bus, uint8_t slot, uint8_t function, uint16_t *vendor, uint16_t *device) argument 324 gfxp_pci_device_present(uint16_t vendor, uint16_t device) argument [all...] |
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/ |
H A D | Makefile.com | 35 SUNPLUGINHDR = $(ROOTPLUGINHDRDIR)/ses/vendor/sun.h
|
/illumos-gate/usr/src/cmd/acpihpd/ |
H A D | notify.c | 267 char *vendor = NULL; local 272 vendor = sysevent_get_vendor_name(ev); 273 debug_print(2, "message_vendor = '%s'", vendor ? vendor : "unknown"); 274 if (vendor == NULL || strcmp(vendor, SUNW_VENDOR) != 0) { 276 "vendor id of message is not '%s'", SUNW_VENDOR); 344 if (vendor != NULL) { 345 free(vendor);
|
/illumos-gate/usr/src/lib/brand/solaris10/cmd/ |
H A D | s10_python_wrapper.sh.in | 41 PYTHONPATH=/.SUNWnative/usr/lib/python@PYTHON_VERSION@/vendor-packages
|
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 64 char vendor[X86_VENDOR_STRLEN]; member in struct:cpu_tbl 128 (void) snprintf(ci->vendor, X86_VENDOR_STRLEN, "%s", ven); 148 fmd_hdl_debug(hdl, "Got CPU info: vendor=%s, family=%d, " 149 "model=%d\n", ci.vendor, ci.family, ci.model); 151 if (strncmp(ci.vendor, cl->vendor,
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.c | 209 uint32_t class, uint16_t vendor, uint16_t device, 227 if ((vendor == driver->ids[i].vendor) && 268 uint16_t vendor, device; local 306 vendor = l & 0xffff; 316 vendor, device); 333 scan_drivers(type, class, vendor, device, first_driver, dev); 346 dev->vendor = vendor; 207 scan_drivers( int type, uint32_t class, uint16_t vendor, uint16_t device, const struct pci_driver *last_driver, struct pci_device *dev) argument
|
/illumos-gate/usr/src/cmd/mdb/intel/ia32/kmdb/ |
H A D | kvm_cpu_p6.c | 171 uint_t vendor, family, model; local 174 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0) 177 if (vendor != X86_VENDOR_Intel || family != KMT_CPU_FAMILY_P6 ||
|
/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii_other.c | 41 const char *vendor; member in struct:__anon6112 138 for (int i = 0; other_vendors[i].vendor; i++) { 140 ph->phy_vendor = other_vendors[i].vendor; 150 /* PHY from this vendor isn't known to us */
|