Home
last modified time | relevance | path

Searched defs:vendor (Results 1 – 25 of 180) sorted by relevance

12345678

/netbsd/src/external/gpl3/binutils/dist/gold/
Dattributes.h166 arg_type(int vendor, int tag) in arg_type()
212 Vendor_object_attributes(int vendor) in Vendor_object_attributes()
297 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in Attributes_section_data() local
306 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in ~Attributes_section_data() local
318 known_attributes(int vendor) in known_attributes()
325 known_attributes(int vendor) const in known_attributes()
333 other_attributes(int vendor) in other_attributes()
341 other_attributes(int vendor) const in other_attributes()
349 get_attribute(int vendor, int tag) in get_attribute()
356 get_attribute(int vendor, int tag) const in get_attribute()
Dattributes.cc261 for(int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in size() local
275 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in Attributes_section_data() local
298 int vendor; in Attributes_section_data() local
397 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in merge() local
434 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in write() local
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-attrs.c76 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name()
87 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size()
173 int vendor) in vendor_set_obj_attr_contents()
211 int vendor; in bfd_elf_set_obj_attr_contents() local
232 elf_new_obj_attr (bfd *abfd, int vendor, unsigned int tag) in elf_new_obj_attr()
272 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, unsigned int tag) in bfd_elf_get_obj_attr_int()
298 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, unsigned int tag, unsigned int i) in bfd_elf_add_obj_attr_int()
340 elf_add_obj_attr_string (bfd *abfd, int vendor, unsigned int tag, in elf_add_obj_attr_string()
357 bfd_elf_add_obj_attr_string (bfd *abfd, int vendor, unsigned int tag, in bfd_elf_add_obj_attr_string()
365 elf_add_obj_attr_int_string (bfd *abfd, int vendor, unsigned int tag, in elf_add_obj_attr_int_string()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-attrs.c76 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name()
87 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size()
173 int vendor) in vendor_set_obj_attr_contents()
211 int vendor; in bfd_elf_set_obj_attr_contents() local
232 elf_new_obj_attr (bfd *abfd, int vendor, unsigned int tag) in elf_new_obj_attr()
272 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, unsigned int tag) in bfd_elf_get_obj_attr_int()
298 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, unsigned int tag, unsigned int i) in bfd_elf_add_obj_attr_int()
340 elf_add_obj_attr_string (bfd *abfd, int vendor, unsigned int tag, in elf_add_obj_attr_string()
357 bfd_elf_add_obj_attr_string (bfd *abfd, int vendor, unsigned int tag, in bfd_elf_add_obj_attr_string()
365 elf_add_obj_attr_int_string (bfd *abfd, int vendor, unsigned int tag, in elf_add_obj_attr_int_string()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/eap_server/
Deap_server_methods.c25 const struct eap_method * eap_server_get_eap_method(int vendor, in eap_server_get_eap_method()
46 enum eap_type eap_server_get_type(const char *name, int *vendor) in eap_server_get_type()
72 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc()
168 const char * eap_server_get_name(int vendor, enum eap_type type) in eap_server_get_name()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Ddriver-arm.cc35 struct vendor struct
37 const char *vendor_no; argument
38 const struct vendor_cpu *vendor_parts; argument
/netbsd/src/external/bsd/wpa/dist/src/eap_peer/
Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, in eap_peer_get_eap_method()
51 enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
74 const char * eap_get_name(int vendor, enum eap_type type) in eap_get_name()
282 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc()
Deap_methods.h34 static inline enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
40 static inline const char * eap_get_name(int vendor, enum eap_type type) in eap_get_name()
/netbsd/src/sys/arch/arm/arm/
Defi_runtime.c158 arm_efirt_getvar(uint16_t *name, struct uuid *vendor, uint32_t *attrib, in arm_efirt_getvar()
178 arm_efirt_nextvar(u_long *namesize, efi_char *name, struct uuid *vendor) in arm_efirt_nextvar()
197 arm_efirt_setvar(uint16_t *name, struct uuid *vendor, uint32_t attrib, in arm_efirt_setvar()
/netbsd/src/sys/dev/videomode/
Dedid.c81 const char *vendor; member
86 const char *vendor; member
95 edid_findvendor(const char *vendor) in edid_findvendor()
108 edid_findproduct(const char *vendor, uint16_t product) in edid_findproduct()
/netbsd/src/sys/dev/
Ddev_verbose.c61 const uint32_t *vendors, size_t nvendors, uint32_t vendor, in dev_findvendor()
82 const uint32_t *products, size_t nproducts, uint32_t vendor, in dev_findproduct()
/netbsd/src/sys/arch/ia64/stand/ia64/ski/
Defi_stub.c201 GetVariable(efi_char *name, struct uuid *vendor, uint32_t *attrs, in GetVariable()
208 GetNextVariableName(u_long *namesz, efi_char *name, struct uuid *vendor) in GetNextVariableName()
214 SetVariable(efi_char *name, struct uuid *vendor, uint32_t attrs, u_long datasz, in SetVariable()
/netbsd/src/sys/dev/pci/
Dpci_quirks.c59 pci_lookup_quirkdata(pci_vendor_id_t vendor, pci_product_id_t product) in pci_lookup_quirkdata()
Dcxdtv_boards.c60 cxdtv_board_lookup(pci_vendor_id_t vendor, pci_product_id_t product) in cxdtv_board_lookup()
Demuxki_boards.c159 emuxki_board_lookup(pci_vendor_id_t vendor, pci_product_id_t product, in emuxki_board_lookup()
/netbsd/src/external/bsd/wpa/dist/src/eap_common/
Deap_common.c66 const u8 * eap_hdr_validate(int vendor, enum eap_type eap_type, in eap_hdr_validate()
128 struct wpabuf * eap_msg_alloc(int vendor, enum eap_type type, in eap_msg_alloc()
Deap_gpsk_common.c24 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()
/netbsd/src/sys/dev/usb/
Demdtv_board.c79 emdtv_board_lookup(uint16_t vendor, uint16_t product) in emdtv_board_lookup()
/netbsd/src/usr.sbin/mlxctl/
Dutil.c166 mlx_scsi_inquiry(int chan, int targ, char **vendor, char **device, in mlx_scsi_inquiry()
209 char *device, *vendor, *revision; in mlx_print_phys_drv() local
/netbsd/src/crypto/external/bsd/heimdal/dist/tools/
Dkrb5.pc.in5 vendor=Heimdal var
Dkadm-client.pc.in5 vendor=Heimdal var
Dkrb5-gssapi.pc.in5 vendor=Heimdal var
Dheimdal-krb5.pc.in5 vendor=Heimdal var
Dkadm-server.pc.in5 vendor=Heimdal var
/netbsd/src/sys/arch/x86/x86/
Defi_machdep.c916 efi_runtime_getvar(efi_char *name, struct uuid *vendor, uint32_t *attrib, in efi_runtime_getvar()
939 struct uuid *vendor) in efi_runtime_nextvar()
960 efi_runtime_setvar(efi_char *name, struct uuid *vendor, uint32_t attrib, in efi_runtime_setvar()
977 efi_runtime_gettab(const struct uuid *vendor, uint64_t *addrp) in efi_runtime_gettab()

12345678