Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dragonfly/contrib/binutils-2.27/gold/
HDattributes.h166 arg_type(int vendor, int tag) in arg_type() argument
168 switch (vendor) in arg_type()
212 Vendor_object_attributes(int vendor) in Vendor_object_attributes() argument
213 : vendor_(vendor), other_attributes_() in Vendor_object_attributes()
297 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in Attributes_section_data() local
298 vendor <= Object_attribute::OBJ_ATTR_LAST; in Attributes_section_data()
299 ++vendor) in Attributes_section_data()
300 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]); in Attributes_section_data()
306 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in ~Attributes_section_data() local
[all …]
HDattributes.cc261 for(int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in size() local
262 data_size += this->vendor_object_attributes_[vendor]->size(); in size()
275 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in Attributes_section_data() local
276 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
277 new Vendor_object_attributes(vendor); in Attributes_section_data()
298 int vendor; in Attributes_section_data() local
301 vendor = Object_attribute::OBJ_ATTR_PROC; in Attributes_section_data()
303 vendor = Object_attribute::OBJ_ATTR_GNU; in Attributes_section_data()
337 this->vendor_object_attributes_[vendor]; in Attributes_section_data()
342 int type = Object_attribute::arg_type(vendor, tag); in Attributes_section_data()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
HDattributes.h166 arg_type(int vendor, int tag) in arg_type() argument
168 switch (vendor) in arg_type()
212 Vendor_object_attributes(int vendor) in Vendor_object_attributes() argument
213 : vendor_(vendor), other_attributes_() in Vendor_object_attributes()
297 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in Attributes_section_data() local
298 vendor <= Object_attribute::OBJ_ATTR_LAST; in Attributes_section_data()
299 ++vendor) in Attributes_section_data()
300 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]); in Attributes_section_data()
306 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in ~Attributes_section_data() local
[all …]
HDattributes.cc261 for(int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in size() local
262 data_size += this->vendor_object_attributes_[vendor]->size(); in size()
275 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in Attributes_section_data() local
276 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
277 new Vendor_object_attributes(vendor); in Attributes_section_data()
298 int vendor; in Attributes_section_data() local
301 vendor = Object_attribute::OBJ_ATTR_PROC; in Attributes_section_data()
303 vendor = Object_attribute::OBJ_ATTR_GNU; in Attributes_section_data()
337 this->vendor_object_attributes_[vendor]; in Attributes_section_data()
342 int type = Object_attribute::arg_type(vendor, tag); in Attributes_section_data()
[all …]
/dragonfly/contrib/gdb-7/bfd/
HDelf-attrs.c75 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name() argument
77 return (vendor == OBJ_ATTR_PROC in vendor_obj_attr_name()
86 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size() argument
92 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_obj_attr_size()
97 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
102 for (list = elf_other_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
108 return ((size || vendor == OBJ_ATTR_PROC) in vendor_obj_attr_size()
172 int vendor) in vendor_set_obj_attr_contents() argument
178 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_set_obj_attr_contents()
190 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_set_obj_attr_contents()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
HDelf-attrs.c74 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name() argument
76 return (vendor == OBJ_ATTR_PROC in vendor_obj_attr_name()
85 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size() argument
91 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_obj_attr_size()
96 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
101 for (list = elf_other_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
107 return ((size || vendor == OBJ_ATTR_PROC) in vendor_obj_attr_size()
171 int vendor) in vendor_set_obj_attr_contents() argument
177 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_set_obj_attr_contents()
189 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_set_obj_attr_contents()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
HDelf-attrs.c76 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name() argument
78 return (vendor == OBJ_ATTR_PROC in vendor_obj_attr_name()
87 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size() argument
93 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_obj_attr_size()
98 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
103 for (list = elf_other_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
173 int vendor) in vendor_set_obj_attr_contents() argument
179 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_set_obj_attr_contents()
191 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_set_obj_attr_contents()
200 for (list = elf_other_obj_attributes (abfd)[vendor]; in vendor_set_obj_attr_contents()
[all …]
/dragonfly/bin/csh/csh/
HDhost.defs230 const char *vendor;
243 vendor : : "intel"
252 vendor : : "commodore"
261 vendor : : "celerity"
270 vendor : : "dec"
280 vendor : : "hp"
290 vendor : : "hp"
303 vendor : : "hp"
319 vendor : : "hp"
331 vendor : : "sun"
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_server/
HDeap_server_methods.c25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() argument
29 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
45 EapType eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() argument
50 *vendor = m->vendor; in eap_server_get_type()
54 *vendor = EAP_VENDOR_IETF; in eap_server_get_type()
71 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc() argument
79 eap->vendor = vendor; in eap_server_method_alloc()
117 if ((m->vendor == method->vendor && in eap_server_method_register()
166 const char * eap_server_get_name(int vendor, EapType type) in eap_server_get_name() argument
169 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_EXPANDED) in eap_server_get_name()
[all …]
HDeap_server_gpsk.c34 int vendor; /* CSuite/Vendor */ member
77 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor, in eap_gpsk_init()
85 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor, in eap_gpsk_init()
154 miclen = eap_gpsk_mic_len(data->vendor, data->specifier); in eap_gpsk_build_gpsk_3()
174 WPA_PUT_BE32(csuite->vendor, data->vendor); in eap_gpsk_build_gpsk_3()
181 if (eap_gpsk_compute_mic(data->sk, data->sk_len, data->vendor, in eap_gpsk_build_gpsk_3()
373 WPA_GET_BE32(csuite->vendor), in eap_gpsk_process_gpsk_2()
378 data->vendor = WPA_GET_BE32(csuite->vendor); in eap_gpsk_process_gpsk_2()
381 data->vendor, data->specifier); in eap_gpsk_process_gpsk_2()
409 data->vendor, data->specifier, in eap_gpsk_process_gpsk_2()
[all …]
HDeap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
20 EapType eap_server_get_type(const char *name, int *vendor);
22 const char * eap_server_get_name(int vendor, EapType type);
/dragonfly/sys/bus/u4b/
HDusbdevs49 * After adding a vendor ID VNDR and a product ID PRDCT you will have the
58 vendor UNKNOWN1 0x0053 Unknown vendor
59 vendor UNKNOWN2 0x0105 Unknown vendor
60 vendor EGALAX2 0x0123 eGalax, Inc.
61 vendor CHIPSBANK 0x0204 Chipsbank Microelectronics Co.
62 vendor HUMAX 0x02ad HUMAX
63 vendor LTS 0x0386 LTS
64 vendor BWCT 0x03da Bernd Walter Computer Technology
65 vendor AOX 0x03e8 AOX
66 vendor THESYS 0x03e9 Thesys
[all …]
/dragonfly/tools/tools/ifinfo/
HDrfc1650.c90 #define vendor(name, sets) { name, sets, (sizeof sets)/(sizeof sets[0]) } macro
97 vendor("AMD", amd),
98 vendor("Intel", intel),
100 vendor("National Semiconductor", national),
101 vendor("Fujitsu", fujitsu),
102 vendor("Digital", digital),
103 vendor("Western Digital", westerndigital)
109 enum dot3Vendors vendor = DOT3CHIPSET_VENDOR(chipset); in identify_chipset() local
113 if (vendor < 1 in identify_chipset()
114 || vendor >= (sizeof chipset_names)/(sizeof chipset_names[0]) in identify_chipset()
[all …]
/dragonfly/sys/bus/pccard/
HDpccarddevs77 vendor FUJITSU 0x0004 Fujitsu Corporation
78 vendor INTERSIL 0x000b Intersil
79 vendor PANASONIC 0x0032 Matsushita Electric Industrial Co.
80 vendor NEWMEDIA 0x0057 New Media Corporation
81 vendor INTEL 0x0089 Intel
82 vendor 3COM 0x0101 3Com Corporation
83 vendor SOCKET 0x0104 Socket Communications
84 vendor TDK 0x0105 TDK Corporation
85 vendor XIRCOM 0x0105 Xircom
86 vendor PROXIM 0x0126 Proxim
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
HDeap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() argument
34 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
50 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument
55 *vendor = m->vendor; in eap_peer_get_type()
59 *vendor = EAP_VENDOR_IETF; in eap_peer_get_type()
73 const char * eap_get_name(int vendor, EapType type) in eap_get_name() argument
76 if (vendor == EAP_VENDOR_IETF && type == EAP_TYPE_EXPANDED) in eap_get_name()
79 if (m->vendor == vendor && m->method == type) in eap_get_name()
281 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc() argument
289 eap->vendor = vendor; in eap_peer_method_alloc()
[all …]
HDeap_gpsk.c32 int vendor; /* CSuite/Specifier */ member
201 data->vendor = EAP_GPSK_VENDOR_IETF; in eap_gpsk_select_csuite()
205 int vendor, specifier; in eap_gpsk_select_csuite() local
206 vendor = WPA_GET_BE32(csuite->vendor); in eap_gpsk_select_csuite()
209 i, vendor, specifier); in eap_gpsk_select_csuite()
210 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()
212 eap_gpsk_supported_ciphersuite(vendor, specifier) && in eap_gpsk_select_csuite()
215 data->vendor = vendor; in eap_gpsk_select_csuite()
220 if (data->vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_select_csuite()
227 data->vendor, data->specifier); in eap_gpsk_select_csuite()
[all …]
HDeap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
24 EapType eap_peer_get_type(const char *name, int *vendor);
25 const char * eap_get_name(int vendor, EapType type);
32 static inline EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument
34 *vendor = EAP_VENDOR_IETF; in eap_peer_get_type()
38 static inline const char * eap_get_name(int vendor, EapType type) in eap_get_name() argument
/dragonfly/sys/bus/pci/
HDpcidevs40 * (but it doesn't always seem to match vendor documentation)
47 vendor HAUPPAUGE 0x0070 Hauppauge Computer Works
48 vendor TTTECH 0x0357 TTTech
49 vendor ATI 0x1002 ATI Technologies
50 vendor NS 0x100b National Semiconductor
51 vendor NCR 0x101a AT&T Global Information Systems
52 vendor AMD 0x1022 Advanced Micro Devices
53 vendor DELL 0x1028 Dell Computer
54 vendor SIS 0x1039 Silicon Integrated System
55 vendor TI 0x104c Texas Instruments
[all …]
/dragonfly/crypto/openssh/
HDconfig.sub951 vendor=pc
957 vendor=pc
961 vendor=pc
966 vendor=unknown
973 case $cpu-$vendor in
977 vendor=cray
981 vendor=cray
985 vendor=alliant
988 vendor=ibm
991 vendor=knuth
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_common/
HDeap_gpsk_common.h40 u8 vendor[4]; member
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
HDeap_gpsk_common.c24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite() argument
26 if (vendor == EAP_GPSK_VENDOR_IETF && in eap_gpsk_supported_ciphersuite()
30 if (vendor == EAP_GPSK_VENDOR_IETF && 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() argument
291 vendor, specifier); in eap_gpsk_derive_keys()
293 if (vendor != EAP_GPSK_VENDOR_IETF) in eap_gpsk_derive_keys()
332 "key derivation", vendor, specifier); 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() argument
429 vendor, specifier); in eap_gpsk_derive_session_id()
431 if (vendor != EAP_GPSK_VENDOR_IETF) in eap_gpsk_derive_session_id()
[all …]
HDeap_common.c66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, in eap_hdr_validate() argument
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) { in eap_hdr_validate()
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) { in eap_hdr_validate()
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc() argument
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) + in eap_msg_alloc()
146 if (vendor == EAP_VENDOR_IETF) { in eap_msg_alloc()
150 wpabuf_put_be24(buf, vendor); in eap_msg_alloc()
/dragonfly/sys/platform/pc64/x86_64/
HDinitcpu.c162 char vendor[16]; in detect_vmm() local
176 ((u_int *)&vendor)[0] = regs[1]; in detect_vmm()
177 ((u_int *)&vendor)[1] = regs[2]; in detect_vmm()
178 ((u_int *)&vendor)[2] = regs[3]; in detect_vmm()
179 vendor[12] = '\0'; in detect_vmm()
181 memcpy(vmm_vendor, vendor, 13); in detect_vmm()
192 if (strcmp(vendor, "KVMKVMKVM") == 0) { in detect_vmm()
193 memcpy(vmm_vendor, vendor, 13); in detect_vmm()
/dragonfly/contrib/lvm2/dist/autoconf/
HDconfig.sub1578 vendor=unknown
1583 vendor=acorn
1586 vendor=sun
1589 vendor=ibm
1592 vendor=be
1595 vendor=hp
1598 vendor=hp
1601 vendor=hitachi
1604 vendor=crds
1607 vendor=dg
[all …]
/dragonfly/usr.sbin/cpucontrol/
HDamd.c55 char vendor[13]; in amd_probe() local
66 ((uint32_t *)vendor)[0] = idargs.data[1]; in amd_probe()
67 ((uint32_t *)vendor)[1] = idargs.data[3]; in amd_probe()
68 ((uint32_t *)vendor)[2] = idargs.data[2]; in amd_probe()
69 vendor[12] = '\0'; in amd_probe()
70 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0) in amd_probe()

12345678910>>...12