/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_vendor.c | 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); 84 hci1394_vendor_t *vendor; in hci1394_vendor_init() local 95 vendor = kmem_alloc(sizeof (hci1394_vendor_t), KM_SLEEP); in hci1394_vendor_init() 96 vendor->ve_info = *vendor_info; in hci1394_vendor_init() 97 vendor->ve_drvinfo = drvinfo; in hci1394_vendor_init() 98 vendor->ve_ohci = ohci; in hci1394_vendor_init() 101 *vendor_handle = vendor; in hci1394_vendor_init() 112 status = hci1394_rio_init(vendor); in hci1394_vendor_init() [all …]
|
/titanic_41/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 78 * After adding a vendor ID VNDR and a product ID PRDCT you will have the 90 vendor UNKNOWN1 0x0053 Unknown vendor 91 vendor UNKNOWN2 0x0105 Unknown vendor 92 vendor EGALAX2 0x0123 eGalax, Inc. 93 vendor HUMAX 0x02ad HUMAX 94 vendor LTS 0x0386 LTS 95 vendor BWCT 0x03da Bernd Walter Computer Technology 96 vendor AOX 0x03e8 AOX 97 vendor THESYS 0x03e9 Thesys 98 vendor DATABROADCAST 0x03ea Data Broadcasting [all …]
|
/titanic_41/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); in vendorvrfy() 116 "Sector verification\n"), verifier->vendor); in vendorvrfy() 125 verifier->vendor); in vendorvrfy() 166 verifier->vendor, verifier->imgfile, in vendorvrfy() 186 verifier->vendor, in vendorvrfy() 202 verifier->vendor); in vendorvrfy() 213 verifier->vendor); in vendorvrfy() 245 verifier->vendor); in vendorvrfy() 252 verifier->vendor, vp_imginfo); in vendorvrfy() [all …]
|
H A D | hermon-MELLANOX.c | 48 char vendor[] = "MELLANOX\0"; variable 89 verifier->vendor, verifier->imgfile); in vendorvrfy() 96 verifier->vendor); in vendorvrfy() 132 "matches firmware image %s's PSID\n", verifier->vendor, in vendorvrfy() 388 "is as expected\n", verifier->vendor); in cnx_check_guid_section() 392 "is not as expected\n", verifier->vendor); in cnx_check_guid_section()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library-storage-scsi-plugins.mf | 37 dir path=usr/lib/scsi/plugins/ses/vendor 38 dir path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64) 39 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/LSILOGIC-SASX28-A.0.so 40 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4400.so 41 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4500.so 42 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN.so 43 file path=usr/lib/scsi/plugins/ses/vendor/LSILOGIC-SASX28-A.0.so 44 file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4400.so 45 file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4500.so 46 file path=usr/lib/scsi/plugins/ses/vendor/SUN.so [all …]
|
H A D | system-file-system-zfs.mf | 70 dir path=usr/lib/python2.6/vendor-packages 71 dir path=usr/lib/python2.6/vendor-packages/zfs 111 file path=usr/lib/python2.6/vendor-packages/zfs/__init__.py 112 file path=usr/lib/python2.6/vendor-packages/zfs/__init__.pyc 113 file path=usr/lib/python2.6/vendor-packages/zfs/allow.py 114 file path=usr/lib/python2.6/vendor-packages/zfs/allow.pyc 115 file path=usr/lib/python2.6/vendor-packages/zfs/dataset.py 116 file path=usr/lib/python2.6/vendor-packages/zfs/dataset.pyc 117 file path=usr/lib/python2.6/vendor-packages/zfs/groupspace.py 118 file path=usr/lib/python2.6/vendor-packages/zfs/groupspace.pyc [all …]
|
H A D | install-beadm.mf | 38 dir path=usr/lib/python2.6/vendor-packages 39 dir path=usr/lib/python2.6/vendor-packages/64 40 dir path=usr/lib/python2.6/vendor-packages/beadm 52 file path=usr/lib/python2.6/vendor-packages/64/libbe_py.so 53 file path=usr/lib/python2.6/vendor-packages/libbe_py.so
|
/titanic_41/usr/src/lib/scsi/ |
H A D | Makefile.rootdirs | 51 $(ROOTPLUGINLIBDIR)/ses/vendor: $(ROOTPLUGINLIBDIR)/ses 54 $(ROOTPLUGINLIBDIR)/ses/vendor/$(MACH64): $(ROOTPLUGINLIBDIR)/ses/vendor 72 $(ROOTPLUGINLIBDIR)/smp/vendor: $(ROOTPLUGINLIBDIR)/smp 75 $(ROOTPLUGINLIBDIR)/smp/vendor/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/vendor 87 $(ROOTPLUGINHDRDIR)/ses/vendor: $(ROOTPLUGINHDRDIR)/ses 99 $(ROOTPLUGINHDRDIR)/smp/vendor: $(ROOTPLUGINHDRDIR)/smp
|
/titanic_41/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 74 uint16_t vendor; member 143 pci_bsf->vendor = vendor_id; in gfxp_pci_find_bsf() 156 uint16_t *vendor, uint16_t *device) in gfxp_pci_init_handle() argument 181 if (vendor) *vendor = pci_bsf->vendor; in gfxp_pci_init_handle() 185 if (vendor) *vendor = 0x0000; in gfxp_pci_init_handle() 313 if ((vendor_id == pci_bsf->vendor) && (device_id == pci_bsf->device)) { in gfxp_pci_find_vd() 324 gfxp_pci_device_present(uint16_t vendor, uint16_t device) in gfxp_pci_device_present() argument 336 pci_bsf->vendor = vendor; in gfxp_pci_device_present()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pp.def | 15 # vendor compiler vendor 27 APPLE :vendor: 50 GNUC :dialect:vendor: 52 GNUG :dialect:vendor: 53 HFS :vendor: 65 LATTICE :vendor: 160 VAX11C :vendor: 161 VAXC :vendor: 277 vax11c :vendor: 278 vaxc :vendor:
|
/titanic_41/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}"
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | config.sub | 1486 vendor=unknown 1491 vendor=acorn 1494 vendor=sun 1497 vendor=ibm 1500 vendor=be 1503 vendor=hp 1506 vendor=hp 1509 vendor=hitachi 1512 vendor=crds 1515 vendor=dg [all …]
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | cpuid_subr.c | 441 _cpuid_skt(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_skt() argument 445 switch (vendor) { in _cpuid_skt() 459 _cpuid_sktstr(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_sktstr() argument 465 switch (vendor) { in _cpuid_sktstr() 487 _cpuid_chiprev(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_chiprev() argument 491 switch (vendor) { in _cpuid_chiprev() 505 _cpuid_chiprevstr(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_chiprevstr() argument 509 switch (vendor) { in _cpuid_chiprevstr()
|
/titanic_41/usr/src/cmd/acpihpd/ |
H A D | notify.c | 267 char *vendor = NULL; in notify_hotplug() local 272 vendor = sysevent_get_vendor_name(ev); in notify_hotplug() 273 debug_print(2, "message_vendor = '%s'", vendor ? vendor : "unknown"); in notify_hotplug() 274 if (vendor == NULL || strcmp(vendor, SUNW_VENDOR) != 0) { in notify_hotplug() 344 if (vendor != NULL) { in notify_hotplug() 345 free(vendor); in notify_hotplug()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.c | 209 uint32_t class, uint16_t vendor, uint16_t device, in scan_drivers() argument 227 if ((vendor == driver->ids[i].vendor) && in scan_drivers() 268 uint16_t vendor, device; in scan_pci_bus() local 306 vendor = l & 0xffff; in scan_pci_bus() 316 vendor, device); in scan_pci_bus() 333 scan_drivers(type, class, vendor, device, first_driver, dev); in scan_pci_bus() 346 dev->vendor = vendor; in scan_pci_bus()
|
/titanic_41/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 64 char vendor[X86_VENDOR_STRLEN]; member 128 (void) snprintf(ci->vendor, X86_VENDOR_STRLEN, "%s", ven); in fma_cap_cpu_info() 149 "model=%d\n", ci.vendor, ci.family, ci.model); in get_cap_conf() 151 if (strncmp(ci.vendor, cl->vendor, in get_cap_conf()
|
/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetDeviceProductProperties.c | 115 vendorLength = sizeof (pProps->vendor); in MP_GetDeviceProductProperties() 120 (void) strncpy(pProps->vendor, in MP_GetDeviceProductProperties() 121 devProdInfo.prodInfo.vendor, in MP_GetDeviceProductProperties()
|
/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | ses_plugin.c | 283 char *vendor, *product, *revision; in ses_plugin_load_dir() local 319 vendor = strdupa(libscsi_vendor(tp->st_target)); in ses_plugin_load_dir() 323 ses_plugin_cleanstr(vendor); in ses_plugin_load_dir() 328 LIBSES_PLUGIN_VENDOR, isa, vendor, in ses_plugin_load_dir() 334 LIBSES_PLUGIN_VENDOR, isa, vendor, product, in ses_plugin_load_dir() 340 LIBSES_PLUGIN_VENDOR, isa, vendor, product, in ses_plugin_load_dir()
|
/titanic_41/usr/src/lib/scsi/libsmp/common/ |
H A D | smp_plugin.c | 270 char *c_vendor, *vendor, *product, *revision; in smp_plugin_load_dir() local 325 vendor = strdupa(tp->st_vendor); in smp_plugin_load_dir() 329 smp_plugin_cleanstr(vendor); in smp_plugin_load_dir() 357 LIBSMP_PLUGIN_VENDOR, isa, vendor, LIBSMP_PLUGIN_EXT); in smp_plugin_load_dir() 362 LIBSMP_PLUGIN_VENDOR, isa, vendor, product, LIBSMP_PLUGIN_EXT); in smp_plugin_load_dir() 367 LIBSMP_PLUGIN_VENDOR, isa, vendor, product, in smp_plugin_load_dir()
|
/titanic_41/usr/src/cmd/syseventd/etc/ |
H A D | README | 36 <vendor>,[<publisher>,][<class>,[<subclass>,]]sysevent.conf 48 <class> <subclass> <vendor> <publisher> <user> <reserved1> 51 <class>, <subclass>, <vendor> or <publisher> may be "-" to 52 match any class, subclass, vendor or publisher, respectively.
|
/titanic_41/usr/src/uts/common/io/mii/ |
H A D | mii_other.c | 41 const char *vendor; member 138 for (int i = 0; other_vendors[i].vendor; i++) { in phy_other_probe() 140 ph->phy_vendor = other_vendors[i].vendor; in phy_other_probe()
|
/titanic_41/usr/src/cmd/mdb/intel/ia32/kmdb/ |
H A D | kvm_cpu_p6.c | 171 uint_t vendor, family, model; in kmt_cpu_p6_create() local 174 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0) in kmt_cpu_p6_create() 177 if (vendor != X86_VENDOR_Intel || family != KMT_CPU_FAMILY_P6 || in kmt_cpu_p6_create()
|
/titanic_41/usr/src/cmd/oplhpd/ |
H A D | scf_notify.c | 367 char *vendor = NULL; /* event vendor */ in notify_scf_of_hotplug() local 400 vendor = sysevent_get_vendor_name(ev); in notify_scf_of_hotplug() 403 if (strncmp("SUNW", vendor, strlen("SUNW")) != 0) { in notify_scf_of_hotplug() 520 if (vendor != NULL) { in notify_scf_of_hotplug() 521 free(vendor); in notify_scf_of_hotplug()
|
/titanic_41/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_cpu_amd.c | 183 uint_t vendor, family, model; in kmt_cpu_amd_create() local 186 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0) in kmt_cpu_amd_create() 189 if (vendor != X86_VENDOR_AMD) { in kmt_cpu_amd_create()
|
/titanic_41/usr/src/lib/pylibbe/ |
H A D | Makefile.com | 36 ROOTLIBDIR= $(ROOT)/usr/lib/python2.6/vendor-packages 37 ROOTLIBDIR64= $(ROOT)/usr/lib/python2.6/vendor-packages/64
|