Home
last modified time | relevance | path

Searched full:product (Results 1 – 25 of 2070) sorted by relevance

12345678910>>...83

/freebsd/sys/dev/usb/
H A Dusbdevs48 * 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 Dfidodevs35 # 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 Dsdiodevs53 * 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/test/recipes/10-test_bn_data/
H A Dbnmul.txt321 # These test vectors satisfy A * B = Product.
323 Title = Product tests
325 Product = 5befab3320f8f90542f3120235abd926aac3805a19e343f690
329 Product = -ab1ce167f4b2945c55ae3f87df50ad07d4be87cf9f8aa07b0c
333 Product = -c2606cd48e6b075c8da79eb4668e7157f1f175c2860fd4c475
337 Product = aa6805b5408aff7f914472756da07830dcad902834dbdd6944
341 Product = 58ca2569173389df29b5ce4b784086055dee821a7243db7210
345 Product = -a043d31dfce8bd01724d31c863d0a64f1bf013509d77737c42
349 Product = -b5d6a45ffce851b201239d938ba551bab7dcb59fc11fc35fce
353 Product = 6f2fde7d1a18625d727c6345ed85e597d546d9228bf7f0564a
[all …]
/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbtfw.conf25 match "product" "0x3529";
35 match "product" "(0xb00c|0xc822)";
45 match "product" "0x3549";
55 match "product" "(0x2852|0xc852|0x385a|0x4852)";
63 match "product" "0x165c";
71 match "product" "0x4006";
79 match "product" "0xc549";
89 match "product" "0x4007";
97 match "product" "0x1675";
105 match "product" "0xc558";
[all …]
/freebsd/sbin/devd/
H A Duath.conf11 match "product" "0x4507";
22 match "product" "0x0002";
33 match "product" "(0x0002|0x0004|0x0006)";
44 match "product" "(0x7802|0x7812)";
55 match "product" "(0x3a01|0x3a03|0x3a05)";
66 match "product" "0x3a0c";
77 match "product" "(0x0711|0x0713)";
88 match "product" "(0x7802|0x7812)";
99 match "product" "0x4301";
110 match "product" "(0x4251|0x5f01)";
[all …]
/freebsd/lib/libc/gen/
H A Darc4random_uniform.c19 uint64_t product; in arc4random_uniform() local
27 * m -- product in arc4random_uniform()
28 * l -- (uint32_t)product in arc4random_uniform()
35 product = upper_bound * (uint64_t)arc4random(); in arc4random_uniform()
37 if ((uint32_t)product < upper_bound) { in arc4random_uniform()
42 while ((uint32_t)product < threshold) in arc4random_uniform()
43 product = upper_bound * (uint64_t)arc4random(); in arc4random_uniform()
46 return (product >> 32); in arc4random_uniform()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h63 /// A product is registered to the instance.
136 /// Information about an instance of a product.
173 /// Gets the path to the installation root of the product.
176 /// the product.</param>
183 /// Gets the version of the product installed in this instance.
185 /// <param name="pbstrInstallationVersion">The version of the product
193 /// Gets the display name (title) of the product installed in this instance.
196 /// <param name="pbstrDisplayName">The display name (title) of the product
204 /// Gets the description of the product installed in this instance.
207 /// <param name="pbstrDescription">The description of the product installed in
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm261 my $product; # Finished product, or reference to a function that
263 # The following are only used when $product is a function reference
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;
[all …]
/freebsd/sys/contrib/xen/hvm/
H A Dpvdrivers.h2 * pvdrivers.h: Register of PV drivers product numbers.
28 * This is the master registry of product numbers for
30 * If you need a new product number allocating, please
32 * a product number without allocating one.
34 * for PV drivers you should have a separate product number so
37 * During development, you may use the product ID to
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtas5720.txt5 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/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h61 /// \return Optional of product if no signed overflow occurred,
69 /// Multiply A and B, and add C to the resulting product.
75 if (auto Product = checkedMul(A, B)) in checkedMulAdd() local
76 return checkedAdd(*Product, C); in checkedMulAdd()
90 /// \return Optional of product if no unsigned overflow occurred,
98 /// Multiply unsigned integers A and B, and add C to the resulting product.
104 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned() local
105 return checkedAddUnsigned(*Product, C); in checkedMulAddUnsigned()
/freebsd/contrib/libxo/doc/
H A Dxo.rst184 % 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/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
22 - product : Set USB Product string (max 31 characters long)
44 product and serial string configuration)
82 product-id = /bits/ 16 <0x0000>;
85 product = "Foo-Bar";
H A Daspeed,usb-vhub.yaml58 vhub-product-id:
59 description: vhub Product ID
94 product:
95 description: vhub product name
126 vhub-product-id = <0x0107>;
135 product = "USB Virtual Hub";
/freebsd/contrib/libfido2/src/
H A Dhid_osx.c113 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()
123 fido_log_debug("%s: get_int32 product", __func__); 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()
[all …]
H A Dhid.c130 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h46 inline bool checkForCallocOverflow(uptr Size, uptr N, uptr *Product) { in checkForCallocOverflow() argument
49 reinterpret_cast<unsigned long *>(Product)); in checkForCallocOverflow()
53 reinterpret_cast<unsigned int *>(Product)); in checkForCallocOverflow()
55 *Product = Size * N; in checkForCallocOverflow()
58 return (*Product / Size) != N; in checkForCallocOverflow()
/freebsd/stand/defaults/
H A Dloader.conf.5154 through to guess product information.
159 When product information can be guessed, for each product information found,
161 .Pa /boot/loader.conf.d/PRODUCT
167 smbios.system.planar.product="PLANAR_PRODUCT"
168 smbios.system.product="PRODUCT"
170 product_vars="smbios.system.planar.maker smbios.system.planar.product smbios.system.product uboot.m_product"
180 .Pa /boot/loader.conf.d/PRODUCT
[all...]
/freebsd/sys/contrib/openzfs/lib/libzfs/
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)"
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
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)"
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3252 a) Convey the object code in, or embodied in, a physical product
257 b) Convey the object code in, or embodied in, a physical product
260 long as you offer spare parts or customer support for that product
263 product that is covered by this License, on a durable physical
297 A "User Product" is either (1) a "consumer product", which means any
300 into a dwelling. In determining whether a product is a consumer product,
302 product received by a particular user, "normally used" refers to a
303 typical or common use of that class of product, regardless of the status
305 actually uses, or expects or is expected to use, the product. A product
306 is a consumer product regardless of whether the product has substantial
[all …]
/freebsd/contrib/libfido2/man/
H A Dfido_dev_info_manifest.364 …t" "size_t i" "const char *path" "const char *manufacturer" "const char *product" "const fido_dev_…
129 function returns the product ID of
149 function returns the product string of
153 does not have an associated product string,
167 with the specified path, manufacturer, and product strings, and with
/freebsd/contrib/tnftp/
H A DCOPYING31 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/crypto/libecc/include/libecc/words/
H A Dwords.h108 /* Compute low product. */ \
110 /* Compute middle product. */ \
114 /* Store middle product carry. */ \
116 /* Compute full low product. */ \
119 /* Store full low product carry. */ \
121 /* Compute full high product. */ \

12345678910>>...83