Home
last modified time | relevance | path

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

12345678

/titanic_44/usr/src/uts/common/io/usb/
H A Dusbdevs51 * This product includes software developed by the NetBSD
78 * After adding a vendor ID VNDR and a product ID PRDCT you will have the
688 product 3COM HOMECONN 0x009d HomeConnect Camera
689 product 3COM 3CREB96 0x00a0 Bluetooth USB Adapter
690 product 3COM 3C19250 0x03e8 3C19250 Ethernet Adapter
691 product 3COM 3CRSHEW696 0x0a01 3CRSHEW696 Wireless Adapter
692 product 3COM 3C460 0x11f8 HomeConnect 3C460
693 product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice FaxModem Pro
694 product 3COM 3C460B 0x4601 HomeConnect 3C460B
695 product 3COM2 3CRUSB10075 0xa727 3CRUSB10075
[all …]
H A Dusbdevs2h.awk146 function product(hfile) function
298 product(hfile)
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A D_base_S.c49 short unsigned *py, _BIG_FLOAT_DIGIT product[3]) in _multiply_base_two_vector()
73 product[0] = (_BIG_FLOAT_DIGIT) (acc & 0xffff); in _multiply_base_two_vector()
74 product[1] = (_BIG_FLOAT_DIGIT) (acc >> 16); in _multiply_base_two_vector()
75 product[2] = (_BIG_FLOAT_DIGIT) (carry); in _multiply_base_two_vector()
80 short unsigned *py, _BIG_FLOAT_DIGIT product[3]) in _multiply_base_ten_vector()
113 product[0] = (_BIG_FLOAT_DIGIT) (acc % 10000); in _multiply_base_ten_vector()
115 product[1] = (_BIG_FLOAT_DIGIT) (acc % 10000); in _multiply_base_ten_vector()
117 product[2] = (_BIG_FLOAT_DIGIT) (acc + (ABASE / 100000000) * carry); in _multiply_base_ten_vector()
H A D_times_power.c299 _BIG_FLOAT_DIGIT product[3]; in _big_float_times_power() local
309 …or((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product); in _big_float_times_power()
310 if (product[2] != 0) in _big_float_times_power()
311 _carry_propagate_two((unsigned long) product[2], &(pbf->bsignificand[j + 2])); in _big_float_times_power()
312 if (product[1] != 0) in _big_float_times_power()
313 _carry_propagate_two((unsigned long) product[1], &(pbf->bsignificand[j + 1])); in _big_float_times_power()
316 …or((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product); in _big_float_times_power()
317 if (product[2] != 0) in _big_float_times_power()
318 _carry_propagate_ten((unsigned long) product[2], &(pbf->bsignificand[j + 2])); in _big_float_times_power()
319 if (product[1] != 0) in _big_float_times_power()
[all …]
/titanic_44/usr/src/lib/libc/port/fp/
H A D__x_power.c159 unsigned short *py, unsigned short *product) in __multiply_base_two_vector() argument
174 product[0] = acc & 0xffff; in __multiply_base_two_vector()
175 product[1] = acc >> 16; in __multiply_base_two_vector()
176 product[2] = carry; in __multiply_base_two_vector()
192 unsigned short *py, unsigned short *product) in __multiply_base_ten_vector() argument
208 product[0] = acc % 10000; in __multiply_base_ten_vector()
210 product[1] = acc % 10000; in __multiply_base_ten_vector()
212 product[2] = acc + (ABASE / 100000000) * carry; in __multiply_base_ten_vector()
244 unsigned short multiplier, product[3]; in __big_float_times_power() local
430 &(pp[j - istop]), product); in __big_float_times_power()
[all …]
/titanic_44/usr/src/cmd/dispadmin/
H A Dsubr.c69 long product; in hrtconvert() local
71 product = htp->hrt_secs * htp->hrt_res; in hrtconvert()
73 if (product / htp->hrt_res == htp->hrt_secs) { in hrtconvert()
74 sum = product + htp->hrt_rem; in hrtconvert()
75 if (sum - htp->hrt_rem == product) { in hrtconvert()
/titanic_44/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)
/titanic_44/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()
H A DMP_GetMultipathLusDevProd.c193 (void) strncpy(inqProductID, devProdInfo.prodInfo.product, in MP_GetMultipathLusDevProd()
194 sizeof (devProdInfo.prodInfo.product)); in MP_GetMultipathLusDevProd()
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c69 char uuid[36], root[36], plat[36], isa[36], machine[36], product[36]; in topo_handle() local
100 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in topo_handle()
103 (void) mdb_snprintf(product, sizeof (product), "<%p>", in topo_handle()
125 mdb_printf("%-12s %-36s %-30s\n", "th_product", product, in topo_handle()
512 char product[36], *opt_s = NULL, *opt_P = NULL; in fmtopo() local
543 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) in fmtopo()
546 (void) mdb_snprintf(product, sizeof (product), "<%p>", in fmtopo()
551 "%s://:product-id=%s", tgt_scheme, product); in fmtopo()
/titanic_44/usr/src/lib/libpkg/
H A DTHIRDPARTYLICENSE18 * "This product includes software developed by the OpenSSL Project
32 * "This product includes software developed by the OpenSSL Project
49 * This product includes cryptographic software written by Eric Young
50 * (eay@cryptsoft.com). This product includes software written by Tim
/titanic_44/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()
/titanic_44/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()
/titanic_44/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)"
/titanic_44/usr/src/lib/libunistat/common/
H A Dspcs_log.c54 spcs_log(const char *product, spcs_s_info_t *status, const char *format, ...) in spcs_log() argument
85 fprintf(fp, "%s %s: ", spcstime(), product); in spcs_log()
/titanic_44/usr/src/man/man9p/
H A DMakefile34 inquiry-product-id.9p \
41 inquiry-product-id.9p := LINKSRC = inquiry-device-type.9p
/titanic_44/usr/src/cmd/format/
H A Dhardware_structs.h116 char *product; member
123 char *product; member
/titanic_44/usr/src/uts/common/zmod/
H A DTHIRDPARTYLICENSE16 * in a product, an acknowledgment in the product documentation would be
/titanic_44/usr/src/common/bzip2/
H A DLICENSE17 software in a product, an acknowledgment in the product
/titanic_44/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
/titanic_44/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s88 andcc %g0, %g0, %o4 ! zero the partial product
142 ! Because of the way the shift into the partial product is calculated
159 ! of the product are in %o4
/titanic_44/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_u.h111 spcs_log(const char *product, spcs_s_info_t *ustatus, const char *format, ...);
/titanic_44/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
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c87 char *product; member
736 char *mfg, *product; in acpi_video_check_blacklist() local
748 product = (char *)sminfo.smbi_product; in acpi_video_check_blacklist()
752 (strcmp(product, pblacklist->product) == 0)) { in acpi_video_check_blacklist()

12345678