| /onnv/onnv-gate/usr/src/uts/common/io/usb/ |
| usbdevs2h.awk | 42 # This product includes software developed by Christopher G. Demetriou. 146 function product(hfile) function 151 products[nproducts, 2] = $3; # product id 297 if ($1 == "product") { 298 product(hfile)
|
| /onnv/onnv-gate/usr/src/cmd/dispadmin/ |
| subr.c | 69 long product; local 71 product = htp->hrt_secs * htp->hrt_res; 73 if (product / htp->hrt_res == htp->hrt_secs) { 74 sum = product + htp->hrt_rem; 75 if (sum - htp->hrt_rem == product) {
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| _times_power.c | 70 * pbf: Operand x, to be replaced by the product x * mult ** n. 83 * insufficient to hold the product, and malloc failed to 86 * insufficient to hold the product, and a new _big_float 87 * was allocated by malloc. newbf holds the product. 92 * on the last product. 301 _BIG_FLOAT_DIGIT product[3]; local 311 _multiply_base_two_vector((short unsigned) (istop - istart + 1), &(pbf->bsignificand[istart]), &(pp[j - istop]), product); 312 if (product[2] != 0) 313 _carry_propagate_two((unsigned long) product[2], &(pbf->bsignificand[j + 2])); 314 if (product[1] != 0 [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/fp/ |
| __x_power.c | 150 * dot product 154 * The product may fill as many as three base-2**16 digits; product[0] 155 * is the least significant, product[2] the most. 159 unsigned short *py, unsigned short *product) 174 product[0] = acc & 0xffff; 175 product[1] = acc >> 16; 176 product[2] = carry; 181 * dot product 185 * The product may fill as many as three base-10**4 digits; product[0 244 unsigned short multiplier, product[3]; local [all...] |
| /onnv/onnv-gate/usr/src/lib/scsi/libses/common/ |
| ses_plugin.c | 95 * We walk the list of plugins backwards, so that a product-specific 283 char *vendor, *product, *revision; local 316 * Create a local copy of the vendor/product/revision, strip out any 320 product = alloca(strlen(libscsi_product(tp->st_target)) + 1); 323 (void) strcpy(product, libscsi_product(tp->st_target)); 327 ses_plugin_cleanstr(product); 337 LIBSES_PLUGIN_VENDOR, isa, vendor, product, 343 LIBSES_PLUGIN_VENDOR, isa, vendor, product,
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
| x86pi_impl.h | 146 const char *product; member in struct:x86pi_hcfmri_info_s
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
| libtopo.c | 69 char uuid[36], root[36], plat[36], isa[36], machine[36], product[36]; local 100 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product) 103 (void) mdb_snprintf(product, sizeof (product), "<%p>", 125 mdb_printf("%-12s %-36s %-30s\n", "th_product", product, 126 "Product name"); 512 char product[36], *opt_s = NULL, *opt_P = NULL; local 543 if (mdb_readstr(product, sizeof (product), (uintptr_t)th.th_product [all...] |
| /onnv/onnv-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
| ses.c | 663 char *vendor, *product, *revision, *csn; local 682 (nvlist_lookup_string(props, SES_EN_PROP_PID, &product) != 0) || 689 (void) printf("%30s: %s\n", "product", product);
|
| /onnv/onnv-gate/usr/src/uts/i86pc/io/ |
| dmar_acpi.c | 426 const char *product = "?"; local 447 product = smbios_info.smbi_product; 454 cmn_err(CE_NOTE, "Product = <%s>", product); 484 strcmp(blacklist[i+2], product) == 0) &&
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
| piclsmc.c | 94 uint8_t product; /* product info area */ member in struct:__anon1251 253 offset->product = data[4] * 8;
|
| /onnv/onnv-gate/usr/src/cmd/format/ |
| hardware_structs.h | 115 char product[17]; member in struct:disk_type 122 char product[17]; member in struct:efi_info
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/ses/ |
| ses.c | 413 char *product, *chassis; local 422 &product) == 0); 426 FM_FMRI_AUTH_PRODUCT, TOPO_PROP_IMMUTABLE, product, 971 char *manufacturer = NULL, *model = NULL, *product = NULL; local 1013 * model product-id 1026 * 'product-id', we use a concatenation of 'manufacturer-model'. We 1036 if ((product = topo_mod_alloc(mod, prodlen)) == NULL) 1039 (void) snprintf(product, prodlen, "%s-%s", manufacturer, model); 1047 if (nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT, product) != 0 || 1157 topo_mod_strfree(mod, product); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| pp.c | 1079 UV product = alow * blow; local 1083 SETu( product ); 1085 } else if (product <= (UV)IV_MIN) { 1089 SETi( -(IV)product ); [all...] |
| /onnv/onnv-gate/usr/src/lib/mpapi/libmpapi/common/ |
| mpapi.h | 657 * overridden by the administrator. Any logical unit with vendor, product, 688 MP_CHAR product[16]; member in struct:_MP_DEVICE_PRODUCT_PROPERTIES 706 MP_CHAR product[16]; member in struct:_MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES [all...] |
| /onnv/onnv-gate/usr/src/cmd/raidctl/ |
| raidctl.c | 2245 char product[DISK_PRODUCT_LEN + 1]; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| pm.c | 954 char product[MAXCOPYBUF]; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/ |
| mpapi_impl.h | 131 char product[16]; member in struct:mp_vendor_prod_info
|
| /onnv/onnv-gate/usr/src/lib/libstmf/common/ |
| libstmf.h | 283 uchar_t product[16]; member in struct:_stmfLogicalUnitProperties
|
| /onnv/onnv-gate/usr/src/uts/common/sys/audio/ |
| audio_oss.h | 232 char product[32]; /* E.g. SunOS Audio */ member in struct:oss_sysinfo [all...] |