Searched refs:vendor_id (Results 1 - 25 of 61) sorted by relevance

123

/external/libmtp/examples/
H A Dhotplug.c124 // printf("SYSFS{idVendor}==\"%04x\", SYSFS{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action);
126 printf("ATTR{idVendor}==\"%04x\", ATTR{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action);
131 printf("libmtp.sh 0x0003 0x%04x 0x%04x 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000\n", entry->vendor_id, entry->product_id);
135 printf(" <match key=\"usb.vendor_id\" int=\"0x%04x\">\n", entry->vendor_id);
157 if (entry->vendor_id == 0x4102 || // iriver
158 entry->vendor_id == 0x066f || // TrekStor
159 entry->vendor_id == 0x1703) { // NormSoft, Inc.
169 if (last_vendor != entry->vendor_id) {
170 printf("%04x\n", entry->vendor_id);
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86_cpuid.c17 vpx_cpu_t vendor_id; member in struct:cpuid_vendors
49 return (cpuid_vendor_list[i].vendor_id);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member in struct:ttls_avp_vendor
H A Deap_tlv_common.h50 be32 vendor_id; member in struct:eap_tlv_nak_tlv
/external/wpa_supplicant_8/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member in struct:ttls_avp_vendor
H A Deap_tlv_common.h50 be32 vendor_id; member in struct:eap_tlv_nak_tlv
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member in struct:ttls_avp_vendor
H A Deap_tlv_common.h50 be32 vendor_id; member in struct:eap_tlv_nak_tlv
/external/qemu/
H A Dusb-linux.c65 int vendor_id, int product_id,
1063 int bus_num, addr, speed, device_count, class_id, product_id, vendor_id; local
1079 bus_num = addr = speed = class_id = product_id = vendor_id = 0;
1086 if (device_count && (vendor_id || product_id)) {
1088 ret = func(opaque, bus_num, addr, class_id, vendor_id,
1111 vendor_id = 0;
1115 vendor_id = strtoul(buf, NULL, 16);
1130 if (device_count && (vendor_id || product_id)) {
1132 ret = func(opaque, bus_num, addr, class_id, vendor_id,
1182 int bus_num, addr, speed, class_id, product_id, vendor_id; local
1327 int vendor_id; member in struct:USBAutoFilter
1334 usb_host_auto_scan(void *opaque, int bus_num, int addr, int class_id, int vendor_id, int product_id, const char *product_name, int speed) argument
1508 int vendor_id; member in struct:FindDeviceState
1515 usb_host_find_device_scan(void *opaque, int bus_num, int addr, int class_id, int vendor_id, int product_id, const char *product_name, int speed) argument
1607 usb_info_device(int bus_num, int addr, int class_id, int vendor_id, int product_id, const char *product_name, int speed) argument
1643 usb_host_info_device(void *opaque, int bus_num, int addr, int class_id, int vendor_id, int product_id, const char *product_name, int speed) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Dvendorid.h94 struct vendor_id { struct
H A Dvendorid.c66 static struct vendor_id all_vendor_ids[] = {
106 static struct vendor_id *
121 struct vendor_id *current;
131 static struct vendor_id *
187 struct vendor_id *current;
222 struct vendor_id *current;
/external/valgrind/main/cachegrind/
H A Dcg-x86-amd64.c421 Char vendor_id[13]; local
428 VG_(cpuid)(0, 0, &level, (int*)&vendor_id[0],
429 (int*)&vendor_id[8], (int*)&vendor_id[4]);
430 vendor_id[12] = '\0';
438 if (0 == VG_(strcmp)(vendor_id, "GenuineIntel")) {
441 } else if (0 == VG_(strcmp)(vendor_id, "AuthenticAMD")) {
444 } else if (0 == VG_(strcmp)(vendor_id, "CentaurHauls")) {
458 VG_(dmsg)("CPU vendor ID not recognised (%s)\n", vendor_id);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c77 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, argument
86 if (vendor_id) {
89 avp->vendor_id = host_to_be32(vendor_id);
159 u32 avp_code, avp_length, vendor_id = 0; local
189 vendor_id = be_to_host32(* (be32 *) dpos);
190 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
191 (int) vendor_id);
198 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) {
223 } else if (vendor_id
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c77 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, argument
86 if (vendor_id) {
89 avp->vendor_id = host_to_be32(vendor_id);
159 u32 avp_code, avp_length, vendor_id = 0; local
189 vendor_id = be_to_host32(* (be32 *) dpos);
190 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
191 (int) vendor_id);
198 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) {
223 } else if (vendor_id
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c77 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, argument
86 if (vendor_id) {
89 avp->vendor_id = host_to_be32(vendor_id);
159 u32 avp_code, avp_length, vendor_id = 0; local
189 vendor_id = be_to_host32(* (be32 *) dpos);
190 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
191 (int) vendor_id);
198 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) {
223 } else if (vendor_id
[all...]
/external/chromium/chrome/common/
H A Dchild_process_logging_linux.cc61 snprintf(g_gpu_vendor_id, kGpuStringSize, "0x%04x", gpu_info.vendor_id);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c151 void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, argument
155 APPL_TRACE_DEBUG3("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
156 vendor_id, product_id, version);
158 p_cb->dscp_info.vendor_id = vendor_id;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ttls.c151 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, argument
160 if (vendor_id) {
163 avp->vendor_id = host_to_be32(vendor_id);
176 u32 vendor_id, int mandatory,
180 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len);
835 u32 avp_code, avp_length, vendor_id = 0; local
869 vendor_id = WPA_GET_BE32(dpos);
870 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
871 (int) vendor_id);
175 eap_ttls_avp_add(u8 *start, u8 *avphdr, u32 avp_code, u32 vendor_id, int mandatory, const u8 *data, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ttls.c151 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, argument
160 if (vendor_id) {
163 avp->vendor_id = host_to_be32(vendor_id);
176 u32 vendor_id, int mandatory,
180 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len);
835 u32 avp_code, avp_length, vendor_id = 0; local
869 vendor_id = WPA_GET_BE32(dpos);
870 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
871 (int) vendor_id);
175 eap_ttls_avp_add(u8 *start, u8 *avphdr, u32 avp_code, u32 vendor_id, int mandatory, const u8 *data, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ttls.c151 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, argument
160 if (vendor_id) {
163 avp->vendor_id = host_to_be32(vendor_id);
176 u32 vendor_id, int mandatory,
180 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len);
835 u32 avp_code, avp_length, vendor_id = 0; local
869 vendor_id = WPA_GET_BE32(dpos);
870 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
871 (int) vendor_id);
175 eap_ttls_avp_add(u8 *start, u8 *avphdr, u32 avp_code, u32 vendor_id, int mandatory, const u8 *data, size_t len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c897 u32 vendor_id; local
910 os_memcpy(&vendor_id, pos, 4);
914 if (ntohl(vendor_id) != vendor)
1143 u32 vendor_id = htonl(RADIUS_VENDOR_ID_MICROSOFT); local
1151 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2;
1159 os_memcpy(pos, &vendor_id, sizeof(vendor_id));
1160 pos += sizeof(vendor_id);
1169 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1184 os_memcpy(pos, &vendor_id, sizeo
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c897 u32 vendor_id; local
910 os_memcpy(&vendor_id, pos, 4);
914 if (ntohl(vendor_id) != vendor)
1143 u32 vendor_id = htonl(RADIUS_VENDOR_ID_MICROSOFT); local
1151 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2;
1159 os_memcpy(pos, &vendor_id, sizeof(vendor_id));
1160 pos += sizeof(vendor_id);
1169 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1184 os_memcpy(pos, &vendor_id, sizeo
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c897 u32 vendor_id; local
910 os_memcpy(&vendor_id, pos, 4);
914 if (ntohl(vendor_id) != vendor)
1143 u32 vendor_id = htonl(RADIUS_VENDOR_ID_MICROSOFT); local
1151 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2;
1159 os_memcpy(pos, &vendor_id, sizeof(vendor_id));
1160 pos += sizeof(vendor_id);
1169 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1184 os_memcpy(pos, &vendor_id, sizeo
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hh_co.c398 void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id, argument
412 APPL_TRACE_WARNING5("%s: vendor_id = 0x%04x, product_id = 0x%04x, version= 0x%04x,"
414 vendor_id, product_id,
424 ev.u.create.vendor = vendor_id;
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_storage.h237 UINT8 app_id, UINT16 vendor_id,

Completed in 763 milliseconds

123