HomeSort by relevance Sort by last modified time
    Searched defs:vendor_id (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /bionic/libc/kernel/uapi/scsi/
scsi_bsg_fc.h 67 uint64_t vendor_id; member in struct:fc_bsg_host_vendor
  /external/kernel-headers/original/uapi/scsi/
scsi_bsg_fc.h 213 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
221 uint64_t vendor_id; member in struct:fc_bsg_host_vendor
  /external/mesa3d/include/GL/
mesa_glinterop.h 112 uint32_t vendor_id; member in struct:mesa_glinterop_device_info
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 302 uint32_t vendor_id; member in struct:cache_header
320 if (header.vendor_id != 0x1002)
421 header->vendor_id = 0x1002;
  /external/mesa3d/src/intel/vulkan/
anv_pipeline_cache.c 326 uint32_t vendor_id; member in struct:cache_header
349 if (header.vendor_id != 0x8086)
498 header->vendor_id = 0x8086;
  /external/mesa3d/src/loader/
loader.c 273 drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id)
280 *vendor_id = device->deviceinfo.pci->vendor_id;
301 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id)
304 if (drm_get_pci_id_for_fd(fd, vendor_id, chip_id))
345 int vendor_id, chip_id, i, j; local
348 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) {
369 if (vendor_id != driver_map[i].vendor_id)
390 fd, vendor_id, chip_id, driver)
    [all...]
  /external/ppp/pppd/plugins/radius/
avpair.c 265 int vendor_id; local
283 /* Extract vendor_id */
284 vendor_id = (int) (
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
315 pair->vendorcode = vendor_id;
  /external/syslinux/com32/lib/pci/
scan.c 72 char vendor_id[16]; local
99 strcpy(vendor_id,"0000");
125 case 1:strcpy(vendor_id,result); break;
135 int int_vendor_id=hex_to_int(vendor_id);
270 char vendor_id[5]; local
301 strlcpy(vendor_id, "0000", 4);
316 /* the 4 first chars are the vendor_id */
317 strlcpy(vendor_id, line, 4);
320 vendor_id[4] = 0;
333 int_vendor_id = hex_to_int(vendor_id);
600 char vendor_id[16]; local
    [all...]
  /external/valgrind/coregrind/
m_cache.c 488 HChar vendor_id[13]; local
492 VG_(cpuid)(0, 0, &level, (UInt*)&vendor_id[0],
493 (UInt*)&vendor_id[8], (UInt*)&vendor_id[4]);
494 vendor_id[12] = '\0';
501 if (0 == VG_(strcmp)(vendor_id, "GenuineIntel")) {
504 } else if (0 == VG_(strcmp)(vendor_id, "AuthenticAMD")) {
507 } else if (0 == VG_(strcmp)(vendor_id, "CentaurHauls")) {
521 vendor_id);
  /external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h 50 be32 vendor_id; member in struct:eap_tlv_nak_tlv
  /system/bt/stack/include/
srvc_api.h 56 uint16_t vendor_id; member in struct:__anon113936
  /external/google-breakpad/src/processor/
minidump_processor.cc 409 uint32_t vendor_id = (cpuid >> 24) & 0xff; local
411 if (vendors[i].id == vendor_id) {
420 snprintf(cpu_string, sizeof(cpu_string), "vendor(0x%x)", vendor_id);
    [all...]
  /external/stressapptest/src/
os.h 41 uint16 vendor_id; member in struct:PCIDevice
  /external/syslinux/gpxe/src/arch/i386/include/
pxe.h 138 uint16_t vendor_id; member in struct:pcir_header
  /hardware/libhardware/include/hardware/
bt_hh.h 79 int vendor_id; member in struct:__anon43011
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 70 uint32_t vendor_id; member in struct:__anon47388
wifi_hal.cpp 885 uint32_t vendor_id = 0; local
889 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID);
894 ALOGI("event received %s, vendor_id = 0x%0x, subcmd = 0x%0x",
895 event.get_cmdString(), vendor_id, subcmd);
910 && ((vendor_id != info->event_cb[i].vendor_id)
    [all...]
  /external/syslinux/com32/gplinclude/
cpuid.h 141 uint8_t vendor_id; member in struct:__anon33515
  /external/syslinux/com32/hdt/
hdt-common.h 143 uint16_t vendor_id; member in struct:s_pxe
  /external/syslinux/gpxe/src/include/gpxe/
isapnp.h 148 uint16_t vendor_id; member in struct:isapnp_identifier
160 uint16_t vendor_id; member in struct:isapnp_logdevid
172 uint16_t vendor_id; member in struct:isapnp_device_id
182 uint16_t vendor_id; member in struct:isapnp_device
  /external/tcpdump/
print-radius.c 560 u_int vendor_id; local
567 vendor_id = EXTRACT_32BITS(data);
572 tok2str(smi_values,"Unknown",vendor_id),
573 vendor_id));
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 784 u32 vendor_id; local
819 vendor_id = WPA_GET_BE32(pos);
820 if (vendor_id != EAP_VENDOR_MICROSOFT) {
    [all...]
eap_server_ttls.c 107 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id,
116 if (vendor_id) {
119 avp->vendor_id = host_to_be32(vendor_id);
189 u32 avp_code, avp_length, vendor_id = 0; local
219 vendor_id = be_to_host32(* (be32 *) dpos);
220 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
221 (int) vendor_id);
228 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) {
253 } else if (vendor_id == 0 &
    [all...]
  /development/ndk/platforms/android-9/include/linux/
mod_devicetable.h 31 __u32 vendor_id; member in struct:ieee1394_device_id
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 810 char vendor_id[sizeof(sys_info->cpu.x86_cpu_info.vendor_id) + 1] = {0}; local
811 static const char vendor_id_name[] = "vendor_id";
868 // special case for vendor_id
873 my_strlcpy(vendor_id, value, sizeof(vendor_id));
    [all...]

Completed in 832 milliseconds

12 3 4 5 6 7 8 9