Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 194) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/io/usb/
H A Dusbdevs52 * After adding a vendor ID VNDR and a product ID PRDCT you will have the
838 product 3COM HOMECONN 0x009d HomeConnect USB Camera
839 product 3COM 3CREB96 0x00a0 Bluetooth USB Adapter
840 product 3COM 3C19250 0x03e8 3C19250 Ethernet Adapter
841 product 3COM 3CRSHEW696 0x0a01 3CRSHEW696 Wireless Adapter
842 product 3COM 3C460 0x11f8 HomeConnect 3C460
843 product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice FaxModem Pro
844 product 3COM 3C460B 0x4601 HomeConnect 3C460B
845 product 3COM2 3CRUSB10075 0xa727 3CRUSB10075
846 product 3COM3 AR5523_1 0x6893 AR5523
[all …]
/illumos-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c157 unsigned short *py, unsigned short *product) in __multiply_base_two_vector() argument
172 product[0] = acc & 0xffff; in __multiply_base_two_vector()
173 product[1] = acc >> 16; in __multiply_base_two_vector()
174 product[2] = carry; in __multiply_base_two_vector()
190 unsigned short *py, unsigned short *product) in __multiply_base_ten_vector() argument
206 product[0] = acc % 10000; in __multiply_base_ten_vector()
208 product[1] = acc % 10000; in __multiply_base_ten_vector()
210 product[2] = acc + (ABASE / 100000000) * carry; in __multiply_base_ten_vector()
242 unsigned short multiplier, product[3]; in __big_float_times_power() local
428 &(pp[j - istop]), product); in __big_float_times_power()
[all …]
/illumos-gate/usr/src/data/hwdata/
H A Defi.fixes38 # sys.product
42 # mb.product
61 sys.manufacturer="Dell Inc." sys.product="Latitude E6330" pmbr_active=1
62 sys.manufacturer="Dell Inc." sys.product="Latitude E7440" pmbr_active=1
63 sys.manufacturer="Dell Inc." sys.product="Latitude E7240" pmbr_active=1
64 sys.manufacturer="Dell Inc." sys.product="Precision Tower 5810" pmbr_active=1
66 sys.manufacturer="Hewlett-Packard" sys.product="HP ProBook 4330s" pmbr_active=1
68 mb.manufacturer="Intel Corporation" mb.product="DP965LT" pmbr_active=1
69 mb.manufacturer="Intel Corporation" mb.product="D510MO" pmbr_active=1
71 mb.manufacturer="Acer" mb.product="Veriton M6630G" pmbr_active=1
/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c67 long product; in hrtconvert() local
69 product = htp->hrt_secs * htp->hrt_res; in hrtconvert()
71 if (product / htp->hrt_res == htp->hrt_secs) { in hrtconvert()
72 sum = product + htp->hrt_rem; in hrtconvert()
73 if (sum - htp->hrt_rem == product) { in hrtconvert()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlmul.S45 movl %eax,%ecx / partial high(product)
49 addl %eax,%ecx / partial sum of high(product)
53 addl %edx,%ecx / final high(product)
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c70 char uuid[36], root[36], plat[36], isa[36], machine[36], product[36]; in topo_handle() local
101 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in topo_handle()
104 (void) mdb_snprintf(product, sizeof (product), "<%p>", in topo_handle()
126 mdb_printf("%-12s %-36s %-30s\n", "th_product", product, in topo_handle()
513 char product[36], *opt_s = NULL, *opt_P = NULL; in fmtopo() local
544 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in fmtopo()
547 (void) mdb_snprintf(product, sizeof (product), "<%p>", in fmtopo()
552 "%s://:product-id=%s", tgt_scheme, product); in fmtopo()
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetDeviceProductProperties.c116 productLength = sizeof (pProps->product); in MP_GetDeviceProductProperties()
124 (void) strncpy(pProps->product, in MP_GetDeviceProductProperties()
125 devProdInfo.prodInfo.product, in MP_GetDeviceProductProperties()
H A DMP_GetMPLogicalUnitProperties.c339 productLength = sizeof (pProps->product); in MP_GetMPLogicalUnitProperties()
346 (void) strncpy(pProps->product, in MP_GetMPLogicalUnitProperties()
347 luInfo.prodInfo.product, in MP_GetMPLogicalUnitProperties()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.openssl31 * "This product includes software developed by the OpenSSL Project
45 * "This product includes software developed by the OpenSSL Project
62 * This product includes cryptographic software written by Eric Young
63 * (eay@cryptsoft.com). This product includes software written by Tim
87 * If this package is used in a product, Eric Young should be given attribution
102 * "This product includes cryptographic software written by
108 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c283 char *vendor, *product, *revision; in ses_plugin_load_dir() local
320 product = strdupa(libscsi_product(tp->st_target)); in ses_plugin_load_dir()
324 ses_plugin_cleanstr(product); 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()
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c270 char *c_vendor, *vendor, *product, *revision; in smp_plugin_load_dir() local
326 product = strdupa(tp->st_product); in smp_plugin_load_dir()
330 smp_plugin_cleanstr(product); 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()
/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/common/
H A Dcfga_ccid.c246 const char *product, *serial, *tran, *prot; in cfga_ccid_fill_info() local
251 product = ucs->ucs_product; in cfga_ccid_fill_info()
253 product = "<unknown>"; in cfga_ccid_fill_info()
296 "Transport: %s Protocol: %s", product, serial, in cfga_ccid_fill_info()
300 product, serial); in cfga_ccid_fill_info()
/illumos-gate/usr/src/boot/libsa/
H A Dsmbios.c81 const char* product; member
439 smbios.product = smbios_getstring(info, 0x05); in smbios_probe()
483 const char* product) in smbios_match() argument
489 smbios_match_str(product, smbios.product)); in smbios_match()
/illumos-gate/usr/src/data/ucode/amd/
H A DTHIRDPARTYLICENSE16 reference AMD or AMD products in the promotion of any product derived
18 AMD endorses or has certified such product derived from or
58 or E:2 the direct product of such technology or software, if such
59 foreign produced direct product is subject to national security
/illumos-gate/usr/src/common/pnglite/
H A DTHIRDPARTYLICENSE15 * in a product, an acknowledgment in the product documentation would be
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dzlib.def30 in a product, an acknowledgment in the product documentation would
/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h117 char *product; member
124 char *product; member
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()
630 &label->product, &label->revision) != 0) { in get_disk_info()
632 label->product = strdup("Unknown"); in get_disk_info()
635 label->product == NULL || in get_disk_info()
638 free(label->product); in get_disk_info()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c750 char product[256], mfg[256]; in xhci_mdb_print_device() local
773 if (ud.usb_product_str == NULL || mdb_readstr(product, sizeof (product), in xhci_mdb_print_device()
775 (void) strlcpy(product, "Unknown Product", sizeof (product)); in xhci_mdb_print_device()
778 mdb_printf("%<b>%s - %s%</b>\n", mfg, product); in xhci_mdb_print_device()
/illumos-gate/usr/src/contrib/zlib/
H A DTHIRDPARTYLICENSE15 in a product, an acknowledgment in the product documentation would be
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out49 PLATFORM: product, CSN: product_sn, HOSTNAME: server
58 PLATFORM: product, CSN: product_sn, HOSTNAME: server
90 PLATFORM: product, CSN: product_sn, HOSTNAME: server
99 PLATFORM: product, CSN: product_sn, HOSTNAME: server
/illumos-gate/usr/src/common/bzip2/
H A DLICENSE17 software in a product, an acknowledgment in the product
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosmem.c70 const char *product; member
86 quirks[i].product)) in bios_getquirks()
/illumos-gate/usr/src/lib/libresolv2/
H A DTHIRDPARTYLICENSE22 * not be used in connection with the marketing of any product incorporating
30 * granted for any product per se or for any other function of any product.
70 * This product includes software developed by the University of
105 a bundled, integrated product.
169 * This product includes software developed by WIDE Project and
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c90 char *product; member
739 char *mfg, *product; in acpi_video_check_blacklist() local
751 product = (char *)sminfo.smbi_product; in acpi_video_check_blacklist()
755 (strcmp(product, pblacklist->product) == 0)) { in acpi_video_check_blacklist()

12345678