/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_vendor.c | 82 hci1394_vendor_t *vendor; in hci1394_vendor_init() local 95 vendor->ve_ohci = ohci; in hci1394_vendor_init() 98 *vendor_handle = vendor; in hci1394_vendor_init() 111 kmem_free(vendor, in hci1394_vendor_init() 121 vendor->ve_reg_count = 0; in hci1394_vendor_init() 129 vendor->ve_reg_count = 0; in hci1394_vendor_init() 292 ASSERT(vendor != NULL); in hci1394_rio_init() 294 vendor->ve_reg_count = 1; in hci1394_rio_init() 303 vendor->ve_reg_count = 0; in hci1394_rio_init() 338 ASSERT(vendor != NULL); in hci1394_rio_resume() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-python-zfs-3.p5m | 26 dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages 27 dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs 28 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__init__.py 29 dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__pycache__ 39 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/allow.py 40 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/dataset.py 42 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/holds.py 43 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/ioctl.so 44 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/table.py 45 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/unallow.py [all …]
|
H A D | system-library-python-zfs-3b.p5m | 26 dir path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages 27 dir path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs 28 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/__init__.py 29 dir path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/__pycache__ 39 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/allow.py 40 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/dataset.py 42 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/holds.py 43 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/ioctl.so 44 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/table.py 45 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/unallow.py [all …]
|
H A D | system-library-storage-scsi-plugins.p5m | 37 dir path=usr/lib/scsi/plugins/ses/vendor 38 dir path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64) 44 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4400.so 45 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN-Storage-J4500.so 46 file path=usr/lib/scsi/plugins/ses/vendor/$(ARCH64)/SUN.so 47 file path=usr/lib/scsi/plugins/ses/vendor/LSILOGIC-SASX28-A.0.so 48 link path=usr/lib/scsi/plugins/ses/vendor/LSILOGIC-SASX28-A.1.so \ 50 link path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4200.so \ 52 file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4400.so 53 file path=usr/lib/scsi/plugins/ses/vendor/SUN-Storage-J4500.so [all …]
|
H A D | system-library-python-solaris-3.p5m | 26 dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages 27 dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris 28 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__init__.py 29 dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__ 30 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/__pycache__/__init__.cpython$(PY… 31 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/solaris/misc.so
|
H A D | system-library-python-solaris-3b.p5m | 26 dir path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages 27 dir path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris 28 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/__init__.py 29 dir path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/__pycache__ 30 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/__pycache__/__init__.cpython$(P… 31 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/solaris/misc.so
|
/illumos-gate/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 61 vendor UNKNOWN1 0x0053 Unknown vendor 62 vendor UNKNOWN2 0x0105 Unknown vendor 67 vendor LTS 0x0386 LTS 69 vendor AOX 0x03e8 AOX 77 vendor OAK 0x03f2 Oak 91 vendor NCR 0x0404 NCR 96 vendor NEC 0x0409 NEC 99 vendor VIA 0x040d VIA 398 vendor BE 0x07a4 Be 566 vendor UNKNOWN4 0x0dcd Unknown vendor [all …]
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | pci_hostbridge.c | 70 u_int vendor, device; in pci_hostbridge_init() local 73 vendor = 0x1275; /* NetApp */ in pci_hostbridge_init() 76 vendor = device = 0; in pci_hostbridge_init() 81 vendor = strtol(value, NULL, 0); in pci_hostbridge_init() 89 if (model != NULL && (vendor != 0 || device != 0)) { in pci_hostbridge_init() 93 } else if ((vendor != 0 && device == 0) || in pci_hostbridge_init() 94 (vendor == 0 && device != 0)) { in pci_hostbridge_init() 99 if (model == NULL && vendor == 0 && device == 0) in pci_hostbridge_init() 108 vendor = pci_hb_models[i].phm_vendor; in pci_hostbridge_init() 112 if (vendor == 0) { in pci_hostbridge_init() [all …]
|
/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/ |
H A D | sd-GENERIC.c | 51 char vendor[] = "GENERIC"; variable 69 verifier->vendor, libscsi_strerror(serr)); in vendorvrfy() 77 verifier->vendor, dvp->access_devname); in vendorvrfy() 84 verifier->vendor, libscsi_errmsg(hdl)); in vendorvrfy() 106 "descriptor read: %s\n"), verifier->vendor, in vendorvrfy() 113 "determine maximum image size failed\n"), verifier->vendor); in vendorvrfy() 120 "firmware upgrade\n"), verifier->vendor, in vendorvrfy() 127 "actual image size: %u\n"), verifier->vendor, size, in vendorvrfy() 132 verifier->vendor, verifier->imgfile, size); in vendorvrfy() 137 verifier->vendor, verifier->imgfile); in vendorvrfy()
|
H A D | tavor-MELLANOX.c | 50 char vendor[] = "MELLANOX\0"; variable 125 verifier->vendor); 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() 259 verifier->vendor); in vendorvrfy() 265 verifier->vendor); in vendorvrfy() 287 verifier->vendor); 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()
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 71 uint16_t vendor; member 140 pci_bsf->vendor = vendor_id; in gfxp_pci_find_bsf() 153 uint16_t *vendor, uint16_t *device) in gfxp_pci_init_handle() argument 178 if (vendor) *vendor = pci_bsf->vendor; in gfxp_pci_init_handle() 182 if (vendor) *vendor = 0x0000; in gfxp_pci_init_handle() 310 if ((vendor_id == pci_bsf->vendor) && (device_id == pci_bsf->device)) { in gfxp_pci_find_vd() 321 gfxp_pci_device_present(uint16_t vendor, uint16_t device) in gfxp_pci_device_present() argument 333 pci_bsf->vendor = vendor; in gfxp_pci_device_present()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
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:
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.sub | 1486 vendor=unknown 1494 vendor=sun 1497 vendor=ibm 1500 vendor=be 1503 vendor=hp 1506 vendor=hp 1515 vendor=dg 1521 vendor=ns 1524 vendor=ibm 1527 vendor=ibm [all …]
|
/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/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()
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | nic.esc | 70 (!confprop_defined(pcifn/port[pn]/transceiver[tn], "vendor") || \ 71 setpayloadprop("vendor", confprop(pcifn/port[pn]/transceiver[tn], "vendor"))) \ 82 (!confprop_defined(pciexfn/port[pn]/transceiver[tn], "vendor") || \ 83 setpayloadprop("vendor", confprop(pciexfn/port[pn]/transceiver[tn], "vendor"))) \ 110 confprop_defined(pciexfn/port[pn]/transceiver[tn], "vendor") && 114 setpayloadprop("vendor", confprop(pciexfn/port[pn]/transceiver[tn], "vendor")) 122 !confprop_defined(pciexfn/port[pn]/transceiver[tn], "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, 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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/ |
H A D | pcieadmtest.ksh | 114 show-cfgspace -f /dev/stdin header0.vendor header0.device 116 show-cfgspace -L -f /dev/stdin header0.vendor header0.device 118 show-cfgspace -n -f /dev/stdin header0.vendor header0.device 120 show-cfgspace -L -H -f /dev/stdin header0.vendor header0.device 137 show-cfgspace -p -o short,value -f /dev/stdin header0.vendor header0.device
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | NIC.po | 24 …vendor or part whitelist.\n\n NIC data link: %<fault-list[0].resource.hc-specific.link-name> (%<f… 41 …vendor or part whitelist).\n\n NIC data link: %<fault-list[0].resource.hc-specific.link-name> (%<… 58 …source.hc-specific.primary-mac-address>)\n Module vendor: %<fault-list[0].resource.hc-specific.ve… 75 …source.hc-specific.primary-mac-address>)\n Module vendor: %<fault-list[0].resource.hc-specific.ve…
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpuid_subr.c | 1024 _cpuid_skt(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_skt() argument 1028 switch (vendor) { in _cpuid_skt() 1043 _cpuid_sktstr(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_sktstr() argument 1049 switch (vendor) { in _cpuid_sktstr() 1072 _cpuid_chiprev(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_chiprev() argument 1076 switch (vendor) { in _cpuid_chiprev() 1091 _cpuid_uarchrev(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_uarchrev() argument 1095 switch (vendor) { in _cpuid_uarchrev() 1111 _cpuid_chiprevstr(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_chiprevstr() argument 1115 switch (vendor) { in _cpuid_chiprevstr()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/ |
H A D | preprocessor6.c | 17 #define VENDOR( vendor, name ) \ argument 18 static char __vendorstr_##vendor[] __devinitdata = name;
|