/third_party/backends/include/sane/ |
H A D | sanei_scsi.h | 81 * Example: vendor="HP" model=NULL, type=NULL, bus=3, id=-1, lun=-1 would 84 * @param vendor 94 extern void sanei_scsi_find_devices (const char *vendor, const char *model, 205 * vendor specific commands 0xd4, 0xd5 and 0xd6. The Canon scanners want to
|
/third_party/backends/backend/genesys/ |
H A D | test_usb_device.h | 30 TestUsbDevice(std::uint16_t vendor, std::uint16_t product, std::uint16_t bcd_device);
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglglvnd.c | 84 __EGLvendorInfo *vendor, __EGLapiImports *imports) in __egl_Main() 83 __egl_Main(uint32_t version, const __EGLapiExports *exports, __EGLvendorInfo *vendor, __EGLapiImports *imports) __egl_Main() argument
|
/third_party/mesa3d/src/glx/ |
H A D | glxglvnd.c | 58 __GLXvendorInfo *vendor, __GLXapiImports *imports) in __glx_Main() 57 __glx_Main(uint32_t version, const __GLXapiExports *exports, __GLXvendorInfo *vendor, __GLXapiImports *imports) __glx_Main() argument
|
/third_party/libinput/test/ |
H A D | litest-device-generic-singletouch.c | 58 .vendor = 0x02,
|
H A D | litest-device-logitech-media-keyboard-elite.c | 39 .vendor = 0x46d,
|
H A D | litest-device-thinkpad-extrabuttons.c | 31 .vendor = 0x17aa,
|
H A D | litest-device-calibrated-touchscreen.c | 63 .vendor = 0x22,
|
H A D | litest-device-sony-vaio-keys.c | 39 .vendor = 0x104d,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_fast.c | 170 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_fast_init() 348 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_fast_init_phase2_method() 383 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_fast_select_phase2_method() 386 "vendor %d method %d for TNC", in eap_fast_select_phase2_method() 387 data->phase2_type.vendor, in eap_fast_select_phase2_method() 394 if (data->phase2_types[i].vendor != EAP_VENDOR_IETF || in eap_fast_select_phase2_method() 398 data->phase2_type.vendor = data->phase2_types[i].vendor; in eap_fast_select_phase2_method() 401 "vendor %d method %d", in eap_fast_select_phase2_method() 402 data->phase2_type.vendor, in eap_fast_select_phase2_method() [all...] |
H A D | eap_teap.c | 187 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_teap_init() 313 eap_peer_get_eap_method(data->phase2_type.vendor, in eap_teap_init_phase2_method() 343 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_teap_select_phase2_method() 346 "EAP-TEAP: Selected Phase 2 EAP vendor %d method %d for TNC", in eap_teap_select_phase2_method() 347 data->phase2_type.vendor, in eap_teap_select_phase2_method() 354 if (data->phase2_types[i].vendor != EAP_VENDOR_IETF || in eap_teap_select_phase2_method() 358 data->phase2_type.vendor = data->phase2_types[i].vendor; in eap_teap_select_phase2_method() 361 "EAP-TEAP: Selected Phase 2 EAP vendor %d method %d", in eap_teap_select_phase2_method() 362 data->phase2_type.vendor, in eap_teap_select_phase2_method() [all...] |
H A D | eap_peap.c | 156 data->phase2_type.vendor = EAP_VENDOR_IETF; in eap_peap_init() 669 if (data->phase2_type.vendor == EAP_VENDOR_IETF && in eap_peap_phase2_request() 673 if (data->phase2_types[i].vendor != in eap_peap_phase2_request() 678 data->phase2_type.vendor = in eap_peap_phase2_request() 679 data->phase2_types[i].vendor; in eap_peap_phase2_request() 683 "Phase 2 EAP vendor %d method %d", in eap_peap_phase2_request() 684 data->phase2_type.vendor, in eap_peap_phase2_request() 700 data->phase2_type.vendor, in eap_peap_phase2_request()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 648 char vendor[9]; in open_aspi() local 725 get_inquiry_vendor ((char *) aspi_buf, vendor); in open_aspi() 729 pp = &vendor[7]; in open_aspi() 730 vendor[8] = '\0'; in open_aspi() 731 while (pp >= vendor && (*pp == ' ' || *pp >= 127)) in open_aspi() 751 fprintf (tmp, "Vendor: %s ", vendor); in open_aspi() 2716 char vendor[32], model[32], type[32], revision[32]; in sanei_proc_scsi_find_devices() local 2788 param[0].u.str = vendor; in sanei_proc_scsi_find_devices() 2808 vendor[0] = model[0] = type[0] = '\0'; in sanei_proc_scsi_find_devices() 2883 if ((!findvendor || strncmp (vendor, findvendo in sanei_proc_scsi_find_devices() 3359 cam_compare_inquiry(int fd, path_id_t path_id, target_id_t target_id, lun_id_t target_lun, const char *vendor, const char *product, const char *type) cam_compare_inquiry() argument 4094 char vendor[32], model[32], type[32], revision[32]; sanei_scsi_find_devices() local 4507 char vendor[9], /* Vendor name */ sanei_scsi_find_devices() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/pci/ |
H A D | pci.h | 241 if ((id->vendor == PCI_ANY_ID || id->vendor == dev->vendor) && in pci_match_one_device() 342 u16 subsystem_vendor; /* VF subsystem vendor */ 596 u16 vendor; member
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_serial.c | 441 * If the vendor id appears in the page assume the page is in do_scsi_page0_inquiry() 444 if (strneq((char *)&buffer[VENDOR_LENGTH], dev_scsi->vendor, VENDOR_LENGTH)) { in do_scsi_page0_inquiry() 453 * The caller checks that serial is long enough to include the vendor + 461 strncpy(serial, dev_scsi->vendor, VENDOR_LENGTH); in prepend_vendor_model() 552 * For SCSI_ID_VENDOR_SPECIFIC prepend the vendor and model before in check_fill_0x83_id() 554 * this differs from SCSI_ID_T10_VENDOR, where the vendor is in check_fill_0x83_id() 798 * Prepend 'S' to avoid unlikely collision with page 0x83 vendor in do_scsi_page80_inquiry() 799 * specific type where we prepend '0' + vendor + model. in do_scsi_page80_inquiry() 846 memcpy(dev_scsi->vendor, buf + 8, 8); in scsi_std_inquiry() 847 dev_scsi->vendor[ in scsi_std_inquiry() [all...] |
/third_party/glfw/src/ |
H A D | glx_context.c | 59 const char* vendor; in chooseGLXFBConfig() local 64 vendor = glXGetClientString(_glfw.x11.display, GLX_VENDOR); in chooseGLXFBConfig() 65 if (vendor && strcmp(vendor, "Chromium") == 0) in chooseGLXFBConfig()
|
/third_party/backends/backend/ |
H A D | ibm.c | 156 (strncmp ((char *)ibuf.vendor, "IBM", 3) ==0 in attach() 158 || (strncmp ((char *)ibuf.vendor, "RICOH", 5) == 0 in attach() 160 || (strncmp ((char *)ibuf.vendor, "RICOH", 5) == 0 in attach() 162 || (strncmp ((char *)ibuf.vendor, "RICOH", 5) == 0 in attach() 186 if (strncmp((char *)ibuf.vendor, "RICOH", 5) != 0 in attach() 248 dev->sane.vendor = "IBM"; in attach() 262 DBG (5, "dev->sane.vendor = %s\n", dev->sane.vendor); in attach()
|
H A D | mustek_usb2.h | 102 /** Device vendor string. */ 103 SANE_String_Const vendor; member
|
H A D | stv680.h | 97 SANE_Word vendor; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_peap.c | 588 int vendor, EapType eap_type) in eap_peap_phase2_init() 595 data->phase2_method = eap_server_get_eap_method(vendor, eap_type); in eap_peap_phase2_init() 817 "vendor specific TLV (len=%d)", in eap_peap_process_phase2_soh() 902 wpa_printf(MSG_DEBUG, "EAP-PEAP: try EAP vendor %d type %d", in eap_peap_process_phase2_soh() 903 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh() 904 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh() 946 (sm->user->methods[sm->user_eap_method_index].vendor != in eap_peap_process_phase2_response() 951 sm->user_eap_method_index].vendor; in eap_peap_process_phase2_response() 955 "EAP-PEAP: try EAP vendor %d type 0x%x", in eap_peap_process_phase2_response() 1035 next_vendor = sm->user->methods[0].vendor; in eap_peap_process_phase2_response() 587 eap_peap_phase2_init(struct eap_sm *sm, struct eap_peap_data *data, int vendor, EapType eap_type) eap_peap_phase2_init() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_fast.c | 361 data->phase2_method->vendor == EAP_VENDOR_IETF && in eap_fast_get_phase2_key() 949 int vendor, enum eap_type eap_type) in eap_fast_phase2_init() 956 data->phase2_method = eap_server_get_eap_method(vendor, eap_type); in eap_fast_phase2_init() 1001 if (m && m->vendor == EAP_VENDOR_IETF && in eap_fast_process_phase2_response() 1016 sm->user_eap_method_index].vendor; in eap_fast_process_phase2_response() 1073 next_vendor = sm->user->methods[0].vendor; in eap_fast_process_phase2_response() 1511 next_vendor = sm->user->methods[0].vendor; in eap_fast_process_phase2_start() 948 eap_fast_phase2_init(struct eap_sm *sm, struct eap_fast_data *data, int vendor, enum eap_type eap_type) eap_fast_phase2_init() argument
|
H A D | eap_server_peap.c | 619 int vendor, enum eap_type eap_type) in eap_peap_phase2_init() 626 data->phase2_method = eap_server_get_eap_method(vendor, eap_type); in eap_peap_phase2_init() 848 "vendor specific TLV (len=%d)", in eap_peap_process_phase2_soh() 933 wpa_printf(MSG_DEBUG, "EAP-PEAP: try EAP vendor %d type %d", in eap_peap_process_phase2_soh() 934 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh() 935 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh() 977 (sm->user->methods[sm->user_eap_method_index].vendor != in eap_peap_process_phase2_response() 982 sm->user_eap_method_index].vendor; in eap_peap_process_phase2_response() 986 "EAP-PEAP: try EAP vendor %d type 0x%x", in eap_peap_process_phase2_response() 1066 next_vendor = sm->user->methods[0].vendor; in eap_peap_process_phase2_response() 618 eap_peap_phase2_init(struct eap_sm *sm, struct eap_peap_data *data, int vendor, enum eap_type eap_type) eap_peap_phase2_init() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/test/moduletest/common/bms/bundle_parser_test/ |
H A D | bms_bundle_parser_module_test.cpp | 48 EXPECT_EQ(bundleInfo.vendor, "example"); in CheckBundleParserResult()
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_device.h | 63 virtual void SetVendor(int32_t vendor) = 0;
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/ |
H A D | mtp_device_manager.cpp | 87 client.NotifyMtpMounted(device.id, device.path, device.vendor, device.uuid); in MountDevice()
|