Home
last modified time | relevance | path

Searched refs:manufacturer (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/contrib/libfido2/src/
H A Dhid.c129 free(di->manufacturer); 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()
171 (manu_copy = strdup(manufacturer)) == NULL || in fido_dev_info_set()
179 devlist[i].manufacturer = manu_copy; in fido_dev_info_set()
215 return (di->manufacturer); in fido_dev_info_manufacturer_string()
H A Dhid_win.c125 get_manufacturer(HANDLE dev, char **manufacturer) in get_manufacturer() argument
131 *manufacturer = NULL; in get_manufacturer()
144 if ((*manufacturer = malloc((size_t)utf8_len)) == NULL) { in get_manufacturer()
150 *manufacturer, utf8_len, NULL, NULL) != utf8_len) { in get_manufacturer()
158 free(*manufacturer); in get_manufacturer()
159 *manufacturer = NULL; in get_manufacturer()
338 if (get_manufacturer(dev, &di->manufacturer) < 0) { in copy_info()
340 di->manufacturer = strdup(""); in copy_info()
348 if (di->manufacturer == NULL || di->product == NULL) { in copy_info()
360 free(di->manufacturer); in copy_info()
H A Dhid_osx.c134 get_str(IOHIDDeviceRef dev, char **manufacturer, char **product) in get_str() argument
139 *manufacturer = NULL; in get_str()
143 *manufacturer = strdup(""); in get_str()
145 *manufacturer = strdup(buf); in get_str()
152 if (*manufacturer == NULL || *product == NULL) { in get_str()
160 free(*manufacturer); in get_str()
162 *manufacturer = NULL; in get_str()
229 get_str(dev, &di->manufacturer, &di->product) < 0 || in copy_info()
232 free(di->manufacturer); in copy_info()
H A Dhid_hidapi.c68 di->manufacturer = wcs_to_cs(d->manufacturer_string); in copy_info()
70 di->manufacturer = strdup(""); in copy_info()
78 di->manufacturer == NULL || in copy_info()
81 free(di->manufacturer); in copy_info()
H A Dhid_freebsd.c87 (di->manufacturer = strdup(UHID_VENDOR)) == NULL || in copy_info_hidraw()
94 (di->manufacturer = strdup(udi.udi_vendor)) == NULL || in copy_info_hidraw()
108 free(di->manufacturer); in copy_info_hidraw()
138 (di->manufacturer = strdup(udi.udi_vendor)) == NULL || in copy_info_uhid()
151 free(di->manufacturer); in copy_info_uhid()
H A Dhid_linux.c164 if ((di->manufacturer = get_usb_attr(dev, "manufacturer")) == NULL) in copy_info()
165 di->manufacturer = strdup(""); in copy_info()
168 if (di->path == NULL || di->manufacturer == NULL || di->product == NULL) in copy_info()
180 free(di->manufacturer); in copy_info()
H A Dnfc_linux.c79 if ((di->manufacturer = get_usb_attr(dev, "manufacturer")) == NULL) in copy_info()
80 di->manufacturer = strdup(""); in copy_info()
83 if (di->manufacturer == NULL || di->product == NULL) in copy_info()
102 free(di->manufacturer); in copy_info()
H A Dhid_openbsd.c56 (di->manufacturer = strdup(udi.udi_vendor)) == NULL || in copy_info()
70 free(di->manufacturer); in copy_info()
H A Dhid_netbsd.c102 (di->manufacturer = strdup(udi.udi_vendor)) == NULL || in copy_info()
116 free(di->manufacturer); in copy_info()
/freebsd/contrib/wpa/src/wps/
H A Dwps_dev_attr.c21 len = dev->manufacturer ? os_strlen(dev->manufacturer) : 0; in wps_build_manufacturer()
35 wpabuf_put_data(msg, dev->manufacturer, len); in wps_build_manufacturer()
270 os_free(dev->manufacturer); in wps_process_manufacturer()
271 dev->manufacturer = dup_binstr(str, str_len); in wps_process_manufacturer()
272 if (dev->manufacturer == NULL) in wps_process_manufacturer()
379 if (wps_process_manufacturer(dev, attr->manufacturer, in wps_process_device_attrs()
434 os_free(dev->manufacturer); in wps_device_data_free()
435 dev->manufacturer = NULL; in wps_device_data_free()
H A Dwps_er.h23 char *manufacturer; member
47 char *manufacturer; member
H A Dwps_validate.c304 static int wps_validate_manufacturer(const u8 *manufacturer, size_t len, in wps_validate_manufacturer() argument
307 if (manufacturer == NULL) { in wps_validate_manufacturer()
315 if (len > 0 && manufacturer[len - 1] == 0) { in wps_validate_manufacturer()
317 "attribute value", manufacturer, len); in wps_validate_manufacturer()
1150 wps_validate_manufacturer(attr.manufacturer, attr.manufacturer_len, in wps_validate_beacon_probe_resp()
1208 wps_validate_manufacturer(attr.manufacturer, attr.manufacturer_len, in wps_validate_probe_req()
1312 wps_validate_manufacturer(attr.manufacturer, attr.manufacturer_len, in wps_validate_m1()
1367 wps_validate_manufacturer(attr.manufacturer, attr.manufacturer_len, in wps_validate_m2()
1421 wps_validate_manufacturer(attr.manufacturer, attr.manufacturer_len, in wps_validate_m2d()
H A Dwps.h88 char *manufacturer; member
537 const u8 *manufacturer; member
577 const char *manufacturer; member
597 const char *manufacturer; member
H A Dwps_er.c51 ev->manufacturer = sta->manufacturer; in wps_er_sta_event()
79 os_free(sta->manufacturer); in wps_er_sta_free()
139 evap->manufacturer = ap->manufacturer; in wps_er_ap_event()
161 os_free(ap->manufacturer); in wps_er_ap_free()
557 ap->manufacturer = xml_get_first_item(data, "manufacturer"); in wps_er_parse_device_description()
558 wpa_printf(MSG_DEBUG, "WPS ER: manufacturer='%s'", ap->manufacturer); in wps_er_parse_device_description()
797 if (attr->manufacturer) { in wps_er_add_sta_data()
798 os_free(sta->manufacturer); in wps_er_add_sta_data()
799 sta->manufacturer = dup_binstr(attr->manufacturer, in wps_er_add_sta_data()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c58 rp.manufacturer = le16toh(rp.manufacturer); in hci_read_local_version_information()
69 hci_manufacturer2str(rp.manufacturer), rp.manufacturer); in hci_read_local_version_information()
H A Dlink_control.c730 ep->manufacturer = le16toh(ep->manufacturer); in hci_read_remote_version_information()
739 hci_manufacturer2str(ep->manufacturer), in hci_read_remote_version_information()
740 ep->manufacturer); in hci_read_remote_version_information()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c532 return wpas_dbus_string_property_getter(iter, wpa_s->conf->manufacturer, in wpas_dbus_getter_wps_manufacturer()
551 char *methods, *manufacturer; in wpas_dbus_setter_wps_manufacturer() local
560 manufacturer = os_strdup(methods); in wpas_dbus_setter_wps_manufacturer()
561 if (!manufacturer) in wpas_dbus_setter_wps_manufacturer()
564 os_free(wpa_s->conf->manufacturer); in wpas_dbus_setter_wps_manufacturer()
565 wpa_s->conf->manufacturer = manufacturer; in wpas_dbus_setter_wps_manufacturer()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Didt_89hpesx.txt4 - compatible : should be "<manufacturer>,<type>"
5 Basically there is only one manufacturer: idt, but some
/freebsd/sys/dev/pccard/
H A Dpccardvarp.h144 int32_t manufacturer; member
179 int32_t manufacturer; member
/freebsd/contrib/file/tests/
H A Dfit-map-data.result1 FIT Map data, unit id 65536, serial 3879446968, Sat May 31 10:00:34 2014, manufacturer 1 (garmin), …
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Dlpddr3.txt15 - manufacturer-id : <u32> Manufacturer ID value read from Mode Register 5
56 manufacturer-id = <1>;
/freebsd/sys/contrib/device-tree/Bindings/ddr/
H A Dlpddr3.txt15 - manufacturer-id : <u32> Manufacturer ID value read from Mode Register 5
55 manufacturer-id = <1>;
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt21 - manufacturer : Set USB Manufacturer string (max 31 characters long)
43 - string-support : enable string descriptor support (required for manufacturer,
84 manufacturer = "Foo";
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dlm75.txt4 - compatible: manufacturer and chip name, one of
/freebsd/contrib/ntp/kernel/sys/
H A DREADME10 found in the kernel distributions available from the manufacturer's

1234