| /NextBSD/sys/dev/usb/ |
| HD | usbdevs | 49 * After adding a vendor ID VNDR and a product ID PRDCT you will have the 791 product 3COM HOMECONN 0x009d HomeConnect Camera 792 product 3COM 3CREB96 0x00a0 Bluetooth USB Adapter 793 product 3COM 3C19250 0x03e8 3C19250 Ethernet Adapter 794 product 3COM 3CRSHEW696 0x0a01 3CRSHEW696 Wireless Adapter 795 product 3COM 3C460 0x11f8 HomeConnect 3C460 796 product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice FaxModem Pro 797 product 3COM 3C460B 0x4601 HomeConnect 3C460B 798 product 3COM2 3CRUSB10075 0xa727 3CRUSB10075 799 product 3COM3 AR5523_1 0x6893 AR5523 [all …]
|
| /NextBSD/sys/dev/pccard/ |
| HD | pccarddevs | 208 product 3COM 3CRWE737A 0x0001 3Com AirConnect Wireless LAN 209 product 3COM 3CXM056BNW 0x002f 3Com/NoteWorthy 3CXM056-BNW 56K Modem 210 product 3COM 3CXEM556 0x0035 3Com/Megahertz 3CXEM556 Ethernet/Modem 211 product 3COM 3CXEM556INT 0x003d 3Com/Megahertz 3CXEM556-INT Ethernet/Modem 212 product 3COM 3CRWB609 0x0040 3Com Bluetooth PC Card 3CRWB60-A 213 product 3COM 3CCFEM556BI 0x0556 3Com/Megahertz 3CCFEM556BI Ethernet/Modem 214 product 3COM 3C562 0x0562 3Com 3c562 33.6 Modem/10Mbps Ethernet 215 product 3COM 3C589 0x0589 3Com 3c589 10Mbps Ethernet 216 product 3COM 3C574 0x0574 3Com 3c574-TX 10/100Mbps Ethernet 217 product 3COM 3CRWE777A 0x0777 3Com 3CRWE777A Airconnect [all …]
|
| HD | pccard_cis_quirks.c | 267 (sc->card.product == q->product) && in pccard_cis_quirk_match() 269 (sc->card.product != PCMCIA_PRODUCT_INVALID)) || in pccard_cis_quirk_match() 271 (sc->card.product == PCMCIA_PRODUCT_INVALID) && in pccard_cis_quirk_match()
|
| HD | pccardvarp.h | 147 int32_t product; member 181 int32_t product; member
|
| /NextBSD/contrib/binutils/gas/ |
| HD | flonum-mult.c | 75 FLONUM_TYPE *product) in flonum_multip() argument 97 product->sign = 0; in flonum_multip() 100 product->sign = (a->sign == b->sign) ? '+' : '-'; in flonum_multip() 104 size_of_product = product->high - product->low; in flonum_multip() 148 product->low[P] = work; in flonum_multip() 169 product->low[P] = carry; in flonum_multip() 176 for (q = product->low + P; q >= product->low; q--) in flonum_multip() 186 product->leader = product->low + P; in flonum_multip() 187 product->exponent = exponent; in flonum_multip()
|
| /NextBSD/sys/cam/ata/ |
| HD | ata_all.c | 279 char product[48], revision[16], ata[12], sata[12]; in ata_print_ident() local 281 cam_strvis(product, ident_data->model, sizeof(ident_data->model), in ata_print_ident() 282 sizeof(product)); in ata_print_ident() 309 printf("<%s %s> %s%s device\n", product, revision, ata, sata); in ata_print_ident() 315 char product[48], revision[16]; in ata_print_ident_short() local 317 cam_strvis(product, ident_data->model, sizeof(ident_data->model), in ata_print_ident_short() 318 sizeof(product)); in ata_print_ident_short() 321 printf("<%s %s>", product, revision); in ata_print_ident_short() 327 char vendor[9], product[17], revision[5], fw[5], in[7], ins[5]; in semb_print_ident() local 330 cam_strvis(product, ident_data->product_id, 16, sizeof(product)); in semb_print_ident() [all …]
|
| /NextBSD/usr.bin/units/ |
| HD | units.c | 82 static int addsubunit(char *product[], char *toadd); 235 addsubunit(char *product[], char *toadd) in addsubunit() argument 239 for (ptr = product; *ptr && *ptr != NULLUNIT; ptr++); in addsubunit() 240 if (ptr >= product + MAXSUBUNITS) { in addsubunit() 554 char **product; in reduceproduct() local 558 product = theunit->denominator; in reduceproduct() 560 product = theunit->numerator; in reduceproduct() 562 for (; *product; product++) { in reduceproduct() 565 if (!strlen(*product)) in reduceproduct() 567 toadd = lookupunit(*product); in reduceproduct() [all …]
|
| /NextBSD/sys/dev/xe/ |
| HD | if_xe_pccard.c | 100 struct pccard_product product; member 242 uint32_t vendor,product; in xe_pccard_attach() local 254 pccard_get_product(dev, &product); in xe_pccard_attach() 262 DEVPRINTF(1, (dev, "product = 0x%04x\n", product)); in xe_pccard_attach() 284 if (xpp->product.pp_product & XE_PROD_MODEM_MASK) in xe_pccard_attach() 358 if (xpp->product.pp_name != NULL) in xe_pccard_probe() 359 device_set_desc(dev, xpp->product.pp_name); in xe_pccard_probe()
|
| /NextBSD/contrib/subversion/ |
| HD | NOTICE | 4 This product includes software developed by many people, and distributed 13 This product includes software developed under the X Consortium License 16 This product includes software developed by Markus Kuhn under a permissive 24 This product includes software developed by Public Software Group e. V.
|
| /NextBSD/sys/x86/x86/ |
| HD | pvclock.c | 83 uint64_t product; in pvclock_scale_delta() local 109 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in pvclock_scale_delta() 119 : [lo]"=a" (product), [hi]"=d" (tmp) in pvclock_scale_delta() 126 return (product); in pvclock_scale_delta()
|
| /NextBSD/sys/dev/puc/ |
| HD | puc_pccard.c | 59 const char *vendor, *product; in puc_pccard_probe() local 65 error = pccard_get_product_str(dev, &product); in puc_pccard_probe() 68 if (!strcmp(vendor, "PCMCIA") && !strcmp(product, "RS-COM 2P")) in puc_pccard_probe()
|
| /NextBSD/contrib/tnftp/ |
| HD | COPYING | 31 This product also contains software developed by other people, and you 36 This product includes software developed by the NetBSD Foundation, 46 This product includes software developed by the University of 51 This product includes software developed by Christos Zoulas.
|
| /NextBSD/usr.sbin/mptutil/ |
| HD | mpt_drive.c | 287 u_char vendor[9], product[17], revision[5]; in mpt_pd_inq_string() local 293 cam_strvis(product, inq_data->ProductID, sizeof(inq_data->ProductID), in mpt_pd_inq_string() 294 sizeof(product)); in mpt_pd_inq_string() 301 product, revision); in mpt_pd_inq_string() 304 vendor, product, revision); in mpt_pd_inq_string()
|
| HD | mpt_cam.c | 306 char vendor[16], product[48], revision[16], rstr[12]; in format_scsi_inquiry() local 317 cam_strvis(product, inq_data->product, sizeof(inq_data->product), in format_scsi_inquiry() 318 sizeof(product)); in format_scsi_inquiry() 325 "<%s %s> SATA", product, revision); in format_scsi_inquiry() 342 vendor, product, revision, rstr); in format_scsi_inquiry()
|
| /NextBSD/crypto/openssl/ |
| HD | LICENSE | 31 * "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)"
|
| /NextBSD/sys/boot/i386/libi386/ |
| HD | smbios.c | 82 const char* product; member 396 smbios.product = smbios_getstring(info, 0x05); in smbios_probe() 440 const char* product) in smbios_match() argument 446 smbios_match_str(product, smbios.product)); in smbios_match()
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | xstrtol.c | 96 __strtol_t product = *x * scale_factor; in bkm_scale() local 97 if (*x != product / scale_factor) in bkm_scale() 99 *x = product; in bkm_scale()
|
| /NextBSD/sys/cam/scsi/ |
| HD | smp_all.c | 422 char vendor[16], product[48], revision[16]; in smp_report_manuf_info_sbuf() local 432 cam_strvis(product, response->product, sizeof(response->product), in smp_report_manuf_info_sbuf() 433 sizeof(product)); in smp_report_manuf_info_sbuf() 436 sbuf_printf(sb, "<%s %s %s>\n", vendor, product, revision); in smp_report_manuf_info_sbuf()
|
| /NextBSD/usr.sbin/mfiutil/ |
| HD | mfi_drive.c | 334 char vendor[16], product[48], revision[16], rstr[12], serial[SID_VENDOR_SPECIFIC_0_SIZE]; in mfi_pd_inq_string() local 349 cam_strvis(product, inq_data->product, sizeof(inq_data->product), in mfi_pd_inq_string() 350 sizeof(product)); in mfi_pd_inq_string() 359 product, revision, serial); in mfi_pd_inq_string() 376 product, revision, serial, rstr); in mfi_pd_inq_string()
|
| /NextBSD/sys/dev/videomode/ |
| HD | ediddevs | 101 product DEL ULTRASCAN14XE_REVA 0x139A Ultrascan 14XE 102 product DEL ULTRASCAN14XE_REVB 0x139B Ultrascan 14XE 105 product VSC 17GS 0x0c00 17GS 106 product VSC 17PS 0x0c0f 17PS
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | map | 20 >>49 leshort x \b, product %d 40 >>>>6 leshort x product ID %04d)
|
| /NextBSD/gnu/usr.bin/rcs/lib/ |
| HD | partime.c | 340 int num10 = 0, denom10 = 10, product; local 344 product = num10*resolution; 345 f = (product + (denom10>>1)) / denom10; 346 f -= f & (product%denom10 == denom10>>1); /* round to even */ 347 if (f < 0 || product/resolution != num10)
|
| /NextBSD/etc/ |
| HD | devd.conf | 207 action "logger Unknown USB device: vendor $vendor product $product \ 224 product $product CISproduct $cisproduct CIS-vendor \
|
| /NextBSD/sys/dev/pst/ |
| HD | pst-raid.c | 139 ident->vendor, ident->product); in pst_attach() 146 bpack(ident->product, ident->product, 16); in pst_attach() 147 sprintf(name, "%s %s", ident->vendor, ident->product); in pst_attach()
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | all-cfg.texi | 34 @c Name of GDB product. Used in running text. 41 @c Name of GCC product
|