Searched refs:product (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-current/sys/x86/include/
H A Dpvclock.h59 uint64_t product; local
74 * product = lower + upper
84 : "=A" (product), "=r" (tmp1), "=r" (tmp2)
94 : [lo]"=a" (product), [hi]"=d" (tmp)
100 return (product);
/freebsd-current/contrib/libfido2/udev/
H A Dcheck.sh18 PRODUCTS=$(grep '^product' "$1" | awk '{ print $2 }' | uniq)
28 if ! grep "^product ${v}" "$1" | sort_by_id; then
29 echo "${v}": unsorted product section 1>&2
/freebsd-current/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) e
[all...]
/freebsd-current/contrib/libfido2/src/
H A Dhid.c130 free(di->product);
158 const char *path, const char *manufacturer, const char *product,
164 if (path == NULL || manufacturer == NULL || product == NULL ||
172 (prod_copy = strdup(product)) == NULL) {
180 devlist[i].product = prod_copy;
221 return (di->product);
157 fido_dev_info_set(fido_dev_info_t *devlist, size_t i, const char *path, const char *manufacturer, const char *product, const fido_dev_io_t *io, const fido_dev_transport_t *transport) argument
H A Dhid_osx.c113 int32_t product; local
121 if (get_int32(dev, CFSTR(kIOHIDProductIDKey), &product) < 0 ||
122 product > UINT16_MAX) {
123 fido_log_debug("%s: get_int32 product", __func__);
128 *product_id = (int16_t)product;
134 get_str(IOHIDDeviceRef dev, char **manufacturer, char **product) argument
140 *product = NULL;
148 *product = strdup("");
150 *product = strdup(buf);
152 if (*manufacturer == NULL || *product
[all...]
H A Dhid_win.c166 get_product(HANDLE dev, char **product) argument
172 *product = NULL;
185 if ((*product = malloc((size_t)utf8_len)) == NULL) {
191 *product, utf8_len, NULL, NULL) != utf8_len) {
199 free(*product);
200 *product = NULL;
343 if (get_product(dev, &di->product) < 0) {
345 di->product = strdup("");
348 if (di->manufacturer == NULL || di->product == NULL) {
349 fido_log_debug("%s: manufacturer/product", __func_
[all...]
H A Dhid_freebsd.c88 (di->product = strdup(rawname)) == NULL)
91 di->product_id = devinfo.product;
95 (di->product = strdup(udi.udi_product)) == NULL)
109 free(di->product);
139 (di->product = strdup(udi.udi_product)) == NULL)
152 free(di->product);
H A Dhid_hidapi.c73 di->product = wcs_to_cs(d->product_string);
75 di->product = strdup("");
79 di->product == NULL) {
82 free(di->product);
H A Dnfc_linux.c81 if ((di->product = get_usb_attr(dev, "product")) == NULL)
82 di->product = strdup("");
83 if (di->manufacturer == NULL || di->product == NULL)
85 /* XXX assumes USB for vendor/product info */
103 free(di->product);
H A Dhid_linux.c166 if ((di->product = get_usb_attr(dev, "product")) == NULL)
167 di->product = strdup("");
168 if (di->path == NULL || di->manufacturer == NULL || di->product == NULL)
181 free(di->product);
/freebsd-current/sys/arm64/arm64/
H A Dptrauth.c62 const char *family, *maker, *product; local
66 product = kern_getenv("smbios.system.product");
67 if (family == NULL || maker == NULL || product == NULL)
78 strcmp(product, "Windows Dev Kit 2023") == 0)
/freebsd-current/usr.bin/units/
H A Dunits.c78 static int addsubunit(char *product[], char *toadd);
230 addsubunit(char *product[], char *toadd) argument
234 for (ptr = product; *ptr && *ptr != NULLUNIT; ptr++);
235 if (ptr >= product + MAXSUBUNITS) {
538 reduces a product of symbolic units to primitive units.
554 char **product; local
558 product = theunit->denominator;
560 product = theunit->numerator;
562 for (; *product; product
[all...]
/freebsd-current/contrib/less/
H A Dxbuf.c156 /* Likewise, but for the product of A and B. */
159 uintmax product = a * b; local
160 return ((b != 0 && a != product / b)
161 || help_fixup(r, product, rsize, rsigned));
/freebsd-current/sys/dev/pccard/
H A Dpccardvarp.h140 * Use int32_t for manufacturer and product so that they can
146 int32_t product; member in struct:pccard_card
180 int32_t product; member in struct:pccard_cis_quirk
/freebsd-current/sys/dev/hid/
H A Dhidraw.h74 int16_t product; member in struct:hidraw_devinfo
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_drive.c303 u_char vendor[9], product[17], revision[5]; local
309 cam_strvis(product, inq_data->ProductID, sizeof(inq_data->ProductID),
310 sizeof(product));
317 product, revision);
320 vendor, product, revision);
/freebsd-current/sys/cam/scsi/
H A Dsmp_all.c420 char vendor[16], product[48], revision[16]; local
430 cam_strvis(product, response->product, sizeof(response->product),
431 sizeof(product));
434 sbuf_printf(sb, "<%s %s %s>\n", vendor, product, revision);
/freebsd-current/sys/arm/nvidia/drm2/
H A Dhdmi.h183 char product[16]; member in struct:hdmi_spd_infoframe
188 const char *vendor, const char *product);
/freebsd-current/sys/tools/
H A Dusbdevs2h.awk20 # This product includes software developed by Christopher G. Demetriou.
100 function product(hfile) function
105 products[nproducts, 2] = $3; # product id
243 if ($1 == "product") {
244 product(hfile)
H A Dsdiodevs2h.awk20 # This product includes software developed by Christopher G. Demetriou.
103 function product(hfile) function
108 products[nproducts, 2] = $3; # product id
248 if ($1 == "product") {
249 product(hfile)
/freebsd-current/crypto/openssl/test/
H A Dbntests.pl61 my $product = bn($s{'Product'});
64 return if $product == $a->bmul($b);
/freebsd-current/stand/i386/libi386/
H A Dbiosmem.c60 * memory correctly. You need both maker and product as
68 const char *product; member in struct:bios_getmem_quirks
85 quirks[i].product))
/freebsd-current/usr.sbin/dumpcis/
H A Dcardinfo.h155 uint32_t product; /* Product ID */ member in struct:dev_desc
/freebsd-current/lib/libusb/
H A Dlibusb10_hotplug.c78 if (pcbh->product != LIBUSB_HOTPLUG_MATCH_ANY &&
79 pcbh->product != libusb20_dev_get_device_desc(dev->os_priv)->idProduct)
212 handle->product = product_id;
/freebsd-current/stand/libsa/
H A Dsmbios.c151 const char* product; member in struct:smbios_attr
411 smbios_setenv("smbios.system.product", addr, 0x05);
426 smbios_setenv("smbios.planar.product", addr, 0x05);
601 smbios.product = smbios_getstring(info, 0x05);
645 const char* product)
651 smbios_match_str(product, smbios.product));
644 smbios_match(const char* bios_vendor, const char* maker, const char* product) argument

Completed in 201 milliseconds

1234