/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_methods.c | 25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() 45 EapType eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() 71 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc() 166 const char * eap_server_get_name(int vendor, EapType type) in eap_server_get_name()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_methods.c | 25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() 45 EapType eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() 71 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc() 166 const char * eap_server_get_name(int vendor, EapType type) in eap_server_get_name()
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_variable.c | 67 const efi_guid_t *vendor) in efi_to_native() 166 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable() 272 const efi_guid_t *vendor, in parse_uboot_variable() 332 const efi_guid_t *vendor) in efi_get_next_variable_name() 422 const efi_guid_t *vendor, u32 attributes, in efi_set_variable() 583 efi_get_variable_runtime(u16 *variable_name, const efi_guid_t *vendor, in efi_get_variable_runtime() 600 u16 *variable_name, const efi_guid_t *vendor) in efi_get_next_variable_name_runtime() 616 efi_set_variable_runtime(u16 *variable_name, const efi_guid_t *vendor, in efi_set_variable_runtime()
|
D | efi_root_node.c | 17 struct efi_device_path_vendor vendor; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_methods.c | 30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() 50 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() 73 const char * eap_get_name(int vendor, EapType type) in eap_get_name() 281 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc()
|
D | eap_methods.h | 32 static inline EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() 38 static inline const char * eap_get_name(int vendor, EapType type) in eap_get_name()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_methods.c | 30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() 50 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() 73 const char * eap_get_name(int vendor, EapType type) in eap_get_name() 281 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc()
|
D | eap_methods.h | 32 static inline EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() 38 static inline const char * eap_get_name(int vendor, EapType type) in eap_get_name()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BackendGL.cpp | 39 uint32_t GetVendorIdFromVendors(const char* vendor) { in GetVendorIdFromVendors() 72 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR)); in Initialize() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_common.c | 66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, in eap_hdr_validate() 128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc()
|
D | eap_gpsk_common.c | 24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite() 279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_keys() 417 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_session_id() 482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len() 524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_common.c | 66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, in eap_hdr_validate() 128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc()
|
D | eap_gpsk_common.c | 24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite() 279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_keys() 417 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_session_id() 482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len() 524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci_sandbox.c | 19 u16 vendor; member 56 u16 vendor, device; in sandbox_pci_read_config() local
|
/third_party/uboot/u-boot-2020.01/test/dm/ |
D | pci.c | 29 u16 vendor, device; in dm_test_pci_busdev() local 139 u16 vendor, device; in dm_test_pci_mixed() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BackendGL.cpp | 41 uint32_t GetVendorIdFromVendors(const char* vendor) { in GetVendorIdFromVendors() 192 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR)); in InitializeImpl() local
|
/third_party/node/deps/npm/node_modules/ci-info/ |
D | index.js | 15 vendors.forEach(function (vendor) { argument
|
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/ |
D | index.js | 15 vendors.forEach(function (vendor) { argument
|
/third_party/toybox/toys/other/ |
D | lspci.c | 42 char *p = toybuf, *vendor = toybuf+9, *device = toybuf+18, local
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_unittest.cpp | 106 uint32_t vendor = 0; in TEST() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_unittest.cpp | 106 uint32_t vendor = 0; in TEST() local
|
D | SystemInfo.cpp | 22 std::string VendorName(VendorID vendor) in VendorName() 230 unsigned int vendor = 0; in CMDeviceIDToDeviceAndVendorID() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | InstancingTest.cpp | 100 Vendor vendor, in runTest() 257 #define TEST_INDEXED(attrib, geometry, storage, vendor) \ argument 263 #define TEST_NONINDEXED(attrib, geometry, storage, vendor, offset) \ argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 55 #define GET_INSTANCE_PROC_VENDOR(name, vendor) GET_INSTANCE_PROC_BASE(name, name##vendor) argument
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ |
D | cpu_x86.c | 31 const char *vendor = cpu_vendor_name(gd->arch.x86_vendor); in cpu_x86_get_vendor() local
|