/freebsd/sys/dev/usb/ |
H A D | usbdevs | 48 * After adding a vendor ID VNDR and a product ID PRDCT you will have the 837 product 3COM HOMECONN 0x009d HomeConnect USB Camera 838 product 3COM 3CREB96 0x00a0 Bluetooth USB Adapter 839 product 3COM 3C19250 0x03e8 3C19250 Ethernet Adapter 840 product 3COM 3CRSHEW696 0x0a01 3CRSHEW696 Wireless Adapter 841 product 3COM 3C460 0x11f8 HomeConnect 3C460 842 product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice FaxModem Pro 843 product 3COM 3C460B 0x4601 HomeConnect 3C460B 844 product 3COM2 3CRUSB10075 0xa727 3CRUSB10075 845 product 3COM3 AR5523_1 0x6893 AR5523 [all …]
|
/freebsd/contrib/libfido2/udev/ |
H A D | fidodevs | 35 # List of known products. Grouped by vendor; sorted by product ID. 37 product STMICRO 0xa2ac ellipticSecure MIRKey 38 product STMICRO 0xa2ca Unknown product 39 product STMICRO 0xcdab Unknown product 41 product INFINEON 0x022d Infineon FIDO 43 product SYNAPTICS 0x0088 Kensington VeriMark 45 product FEITIAN 0x0850 FS ePass FIDO 46 product FEITIA [all...] |
/freebsd/sys/dev/sdio/ |
H A D | sdiodevs | 53 * List of TPLMID_CARD "product ID"s. 59 product REALTEK RTW8723BS 0xb723 802.11bgn SDIO WLAN with Bluetooth 4.0 Single-Chip Controller 61 product REALTEK RTW8821BS 0xb821 62 product REALTEK RTW8822BS 0xb822 802.11ac/abgn SDIO WLAN with Bluetooth 4.1 Single-Chip Controller 63 product REALTEK RTW8821CS 0xc821 802.11ac/abgn SDIO WLAN with Bluetooth 4.2 Single-Chip Controller 64 product REALTEK RTW8822CS 0xc822 802.11ac/abgn SDIO WLAN with Bluetooth x.x Single-Chip Controller 65 product REALTEK RTW8723DS_1ANT 0xd724 802.11bgn SDIO WLAN with Bluetooth 4.2 Single-Chip Controller 66 product REALTEK RTW8723DS_2ANT 0xd723 802.11bgn SDIO WLAN with Bluetooth 4.2 Single-Chip Controller 69 product ATHEROS AR6005 0x050a Qualcomm Atheros 802.11ac WLAN SDIO 70 product ATHEROS QCA9377 0x0701 Qualcomm Atheros 802.11ac WLAN SDIO [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 261 my $product; # Finished product, or reference to a function that 271 $product = $opts{delimiters} ? '[]' : ''; 273 $product = sub { 283 $product = $opts{delimiters} ? '{}' : ''; 285 $product = sub { 294 $product = defined $$ref ? quotify1 $$ref : "undef"; 296 $product = defined $ref ? quotify1 $ref : "undef"; 299 if (ref($product) eq "CODE") { 300 $delim_l . join($separator, map { &$product } @items) . $delim_r; 302 $product;
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | tas5720.txt | 5 audio playback. For more product information please see the links below: 7 https://www.ti.com/product/TAS5720L 8 https://www.ti.com/product/TAS5720M 9 https://www.ti.com/product/TAS5720A-Q1 10 https://www.ti.com/product/TAS5722L
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_osx.c | 113 int32_t product; in get_id() local 121 if (get_int32(dev, CFSTR(kIOHIDProductIDKey), &product) < 0 || in get_id() 122 product > UINT16_MAX) { in get_id() 128 *product_id = (int16_t)product; in get_id() 134 get_str(IOHIDDeviceRef dev, char **manufacturer, char **product) in get_str() argument 140 *product = NULL; in get_str() 148 *product = strdup(""); in get_str() 150 *product = strdup(buf); in get_str() 152 if (*manufacturer == NULL || *product == NULL) { in get_str() 161 free(*product); in get_str() [all …]
|
H A D | hid.c | 130 free(di->product); in fido_dev_info_reset() 158 const char *path, const char *manufacturer, const char *product, in fido_dev_info_set() argument 164 if (path == NULL || manufacturer == NULL || product == NULL || in fido_dev_info_set() 172 (prod_copy = strdup(product)) == NULL) { in fido_dev_info_set() 180 devlist[i].product = prod_copy; in fido_dev_info_set() 221 return (di->product); in fido_dev_info_product_string()
|
H A D | hid_win.c | 166 get_product(HANDLE dev, char **product) in get_product() argument 172 *product = NULL; in get_product() 185 if ((*product = malloc((size_t)utf8_len)) == NULL) { in get_product() 191 *product, utf8_len, NULL, NULL) != utf8_len) { in get_product() 199 free(*product); in get_product() 200 *product = NULL; in get_product() 343 if (get_product(dev, &di->product) < 0) { in copy_info() 345 di->product = strdup(""); in copy_info() 348 if (di->manufacturer == NULL || di->product == NULL) { in copy_info() 361 free(di->product); in copy_info()
|
H A D | hid_freebsd.c | 88 (di->product = strdup(rawname)) == NULL) in copy_info_hidraw() 91 di->product_id = devinfo.product; in copy_info_hidraw() 95 (di->product = strdup(udi.udi_product)) == NULL) in copy_info_hidraw() 109 free(di->product); in copy_info_hidraw() 139 (di->product = strdup(udi.udi_product)) == NULL) in copy_info_uhid() 152 free(di->product); in copy_info_uhid()
|
H A D | hid_hidapi.c | 73 di->product = wcs_to_cs(d->product_string); in copy_info() 75 di->product = strdup(""); in copy_info() 79 di->product == NULL) { in copy_info() 82 free(di->product); in copy_info()
|
/freebsd/usr.bin/units/ |
H A D | units.c | 78 static int addsubunit(char *product[], char *toadd); 230 addsubunit(char *product[], char *toadd) in addsubunit() argument 234 for (ptr = product; *ptr && *ptr != NULLUNIT; ptr++); in addsubunit() 235 if (ptr >= product + MAXSUBUNITS) { in addsubunit() 538 reduces a product of symbolic units to primitive units. 554 char **product; in reduceproduct() 558 product = theunit->denominator; in reduceproduct() 560 product = theunit->numerator; in reduceproduct() 562 for (; *product; product in reduceproduct() 555 char **product; reduceproduct() local [all...] |
/freebsd/sys/x86/include/ |
H A D | pvclock.h | 59 uint64_t product; in pvclock_scale_delta() local 84 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in pvclock_scale_delta() 94 : [lo]"=a" (product), [hi]"=d" (tmp) in pvclock_scale_delta() 100 return (product); in pvclock_scale_delta()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | ti,cdce925.txt | 7 [2] https://www.ti.com/product/cdce913 8 [3] https://www.ti.com/product/cdce925 9 [4] https://www.ti.com/product/cdce937 10 [5] https://www.ti.com/product/cdce949
|
/freebsd/contrib/libxo/doc/ |
H A D | xo.rst | 184 % xo --libxo:XP --instance foo 'The {:product} is {:status}\n' stereo "in route" 186 <product>stereo</product> 227 % xo 'The {:product} is {:status}\n' stereo "in route" 229 % xo -p -X 'The {:product} is {:status}\n' stereo "in route" 230 <product>stereo</product> 232 % xo --libxo xml,pretty 'The {:product} is {:status}\n' stereo "in route" 233 <product>stereo</product>
|
/freebsd/libexec/rc/rc.d/ |
H A D | nuageinit | 54 product=$(kenv smbios.system.product) 55 case "$product" in
|
/freebsd/sys/arm64/arm64/ |
H A D | ptrauth.c | 62 const char *family, *maker, *product; in ptrauth_disable() local 66 product = kern_getenv("smbios.system.product"); in ptrauth_disable() 67 if (family == NULL || maker == NULL || product == NULL) in ptrauth_disable() 78 strcmp(product, "Windows Dev Kit 2023") == 0) in ptrauth_disable()
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-is31fl32xx.txt | 50 For more product information please see the links below: 51 http://www.issi.com/US/product-analog-fxled-driver.shtml 52 http://www.si-en.com/product.asp?parentid=890
|
H A D | leds-lm3601x.txt | 49 For more product information please see the links below: 50 https://www.ti.com/product/LM36010 51 https://www.ti.com/product/LM36011
|
/freebsd/sys/contrib/openzfs/ |
H A D | NOTICE | 8 accuracy, completeness, or usefulness of any information, apparatus, product, or 10 rights. Reference herein to any specific commercial product, process, or service 16 and shall not be used for advertising or product endorsement purposes.
|
/freebsd/contrib/tnftp/ |
H A D | 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.
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | ti,drv2665.txt | 16 For more product information please see the link below: 17 http://www.ti.com/product/drv2665
|
H A D | ti,drv2667.txt | 16 For more product information please see the link below: 17 http://www.ti.com/product/drv2667
|
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_drive.c | 303 u_char vendor[9], product[17], revision[5]; in mpt_pd_inq_string() local 309 cam_strvis(product, inq_data->ProductID, sizeof(inq_data->ProductID), in mpt_pd_inq_string() 310 sizeof(product)); in mpt_pd_inq_string() 317 product, revision); in mpt_pd_inq_string() 320 vendor, product, revision); in mpt_pd_inq_string()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | THIRDPARTYLICENSE.openssl | 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)"
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | THIRDPARTYLICENSE.openssl | 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)"
|