Searched refs:vendor (Results 1 - 25 of 391) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h38 * Include file used by OpenSM to pull in the correct vendor file.
43 the proper vendor specific file
48 #include <vendor/osm_vendor_test.h>
50 #include <vendor/osm_vendor_umadt.h>
54 #include <vendor/osm_vendor_mlx.h>
57 #include <vendor/osm_vendor_mlx.h>
60 #include <vendor/osm_vendor_mlx.h>
63 #include <vendor/osm_vendor_mlx.h>
65 #include <vendor/osm_vendor_ibumad.h>
67 #include <vendor/osm_vendor_a
[all...]
H A Dosm_vendor_mlx_defs.h39 #include <vendor/osm_vendor_mlx_inout.h>
41 #include <vendor/osm_vendor_api.h>
42 #include <vendor/osm_vendor_mlx_txn.h>
H A Dosm_vendor_mlx_hca.h39 #include <vendor/osm_vendor.h>
40 #include <vendor/osm_vendor_mlx_inout.h>
H A Dosm_vendor_mlx_transport.h49 #include <vendor/osm_vendor_mlx.h>
50 #include <vendor/osm_vendor_mlx_defs.h>
H A Dosm_vendor_umadt.h50 #include <vendor/umadt.h>
80 * handle returned by the vendor transport bind call.
93 * Umadt vendor transport layer uses this tag to call the appropriate
H A Dosm_mtl_bind.h40 #include <vendor/osm_vendor_mtl.h>
41 #include <vendor/osm_vendor_api.h>
60 * Nulled on init of the vendor obj. Populated on first bind.
109 * Pointer to the vendor object.
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
166 eap_server_get_name(int vendor, EapType type) argument
[all...]
H A Deap_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);
/freebsd-11-stable/tools/tools/ifinfo/
H A Drfc1650.c86 #define vendor(name, sets) { name, sets, (sizeof sets)/(sizeof sets[0]) } macro
93 vendor("AMD", amd),
94 vendor("Intel", intel),
96 vendor("National Semiconductor", national),
97 vendor("Fujitsu", fujitsu),
98 vendor("Digital", digital),
99 vendor("Western Digital", westerndigital)
105 enum dot3Vendors vendor = DOT3CHIPSET_VENDOR(chipset); local
109 if (vendor < 1
110 || vendor >
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-attrs.c70 /* Return the vendor name for a given object attributes section. */
72 vendor_obj_attr_name (bfd *abfd, int vendor) argument
74 return (vendor == OBJ_ATTR_PROC
81 for that vendor to record and the vendor is OBJ_ATTR_GNU. */
83 vendor_obj_attr_size (bfd *abfd, int vendor) argument
89 const char *vendor_name = vendor_obj_attr_name (abfd, vendor);
94 attr = elf_known_obj_attributes (abfd)[vendor];
99 for (list = elf_other_obj_attributes (abfd)[vendor];
105 return ((size || vendor
168 vendor_set_obj_attr_contents(bfd *abfd, bfd_byte *contents, bfd_vma size, int vendor) argument
202 int vendor; local
223 elf_new_obj_attr(bfd *abfd, int vendor, int tag) argument
261 bfd_elf_get_obj_attr_int(bfd *abfd, int vendor, int tag) argument
287 bfd_elf_add_obj_attr_int(bfd *abfd, int vendor, int tag, unsigned int i) argument
310 bfd_elf_add_obj_attr_string(bfd *abfd, int vendor, int tag, const char *s) argument
321 bfd_elf_add_obj_attr_compat(bfd *abfd, int vendor, unsigned int i, const char *s) argument
359 int vendor; local
418 _bfd_elf_obj_attrs_arg_type(bfd *abfd, int vendor, int tag) argument
460 int vendor; local
565 int vendor; local
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_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) argument
34 *vendor = EAP_VENDOR_IETF;
38 static inline const char * eap_get_name(int vendor, EapType type) argument
H A Deap_methods.c26 * @vendor: EAP Vendor-Id (0 = IETF)
30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
34 if (m->vendor == vendor && m->method == method)
44 * @vendor: Buffer for returning EAP Vendor-Id
50 EapType eap_peer_get_type(const char *name, int *vendor) argument
55 *vendor = m->vendor;
59 *vendor = EAP_VENDOR_IETF;
66 * @vendor
73 eap_get_name(int vendor, EapType type) argument
281 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h29 static bool classof(const DeclVendor *vendor) { argument
30 return vendor->GetKind() >= eClangDeclVendor &&
31 vendor->GetKind() < eLastClangDeclVendor;
H A DClangModulesDeclVendor.h30 static bool classof(const DeclVendor *vendor) { argument
31 return vendor->GetKind() == eClangModuleDeclVendor;
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
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,
H A Deap_common.h23 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
25 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
/freebsd-11-stable/contrib/file/
H A Dconfig.sub649 vendor=winbond
653 vendor=oki
657 vendor=oki
661 vendor=ibm
665 vendor=highlevel
669 vendor=apple
673 vendor=apple
680 vendor=att
684 vendor=att
688 vendor
[all...]
/freebsd-11-stable/lib/ofed/include/
H A DMakefile155 ${OSM}/vendor/osm_mtl_bind.h \
156 ${OSM}/vendor/osm_pkt_randomizer.h \
157 ${OSM}/vendor/osm_ts_useraccess.h \
158 ${OSM}/vendor/osm_umadt.h \
159 ${OSM}/vendor/osm_vendor.h \
160 ${OSM}/vendor/osm_vendor_al.h \
161 ${OSM}/vendor/osm_vendor_api.h \
162 ${OSM}/vendor/osm_vendor_ibumad.h \
163 ${OSM}/vendor/osm_vendor_mlx.h \
164 ${OSM}/vendor/osm_vendor_mlx_def
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dasmacros.h47 #define ELFNOTE(section, type, vendor, desctype, descdata...) \
53 1: .asciz vendor /* vendor name */ ; \
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub649 vendor=winbond
653 vendor=oki
657 vendor=oki
661 vendor=ibm
665 vendor=highlevel
669 vendor=apple
673 vendor=apple
680 vendor=att
684 vendor=att
688 vendor
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dkadm5-pwcheck.h69 const char *vendor; member in struct:kadm5_pw_policy_verifier
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h26 static bool classof(const DeclVendor *vendor) { argument
27 return vendor->GetKind() == eAppleObjCDeclVendor;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_pcivar.h75 uint16_t vendor; member in struct:bwn_pci_device
/freebsd-11-stable/contrib/tcsh/
H A Dtc.vers.c147 const Char *vendor = tgetenv(STRVENDOR); local
150 if (vendor == NULL)
151 vendor = STRunknown;
160 REV, VERS, PATCHLEVEL, ORIGIN, DATE, machtype, vendor, ostype,
/freebsd-11-stable/sys/dev/puc/
H A Dpuc_pccard.c59 const char *vendor, *product; local
62 error = pccard_get_vendor_str(dev, &vendor);
68 if (!strcmp(vendor, "PCMCIA") && !strcmp(product, "RS-COM 2P"))

Completed in 357 milliseconds

1234567891011>>