Searched refs:vendor (Results 26 - 50 of 377) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h29 static bool classof(const DeclVendor *vendor) { argument
30 return vendor->GetKind() == eClangModuleDeclVendor;
/freebsd-13-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-13-stable/contrib/ofed/opensm/include/vendor/
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.
H A Dosm_vendor_mlx_sender.h39 #include <vendor/osm_vendor_mlx.h>
40 #include <vendor/osm_vendor_mlx_txn.h>
/freebsd-13-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-13-stable/sys/sys/
H A Defiio.h39 struct uuid vendor; /* Vendor's UUID for variable */ member in struct:efi_var_ioc
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h60 int _ddi_log_sysevent(char *vendor, char *class_name, char *subclass_name,
62 #define ddi_log_sysevent(dip, vendor, class_name, subclass_name, \
64 _ddi_log_sysevent((vendor), (class_name), (subclass_name), \
/freebsd-13-stable/lib/libkiconv/
H A Dquirks.c69 int vendor; /* reserved for non MS mapping */ member in struct:__anon7671
120 kiconv_quirkcs(const char* base, int vendor) argument
130 if (quirk_list[i].vendor == vendor &&
192 kiconv_quirkcs(const char* base __unused, int vendor __unused)
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_common.c52 * @vendor: Expected EAP Vendor-Id (0 = IETF)
66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, argument
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) {
114 * @vendor: Vendor-Id (0 = IETF)
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, argument
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) +
146 if (vendor == EAP_VENDOR_IETF) {
150 wpabuf_put_be24(buf, vendor);
H A Deap_gpsk_common.c20 * @vendor: CSuite/Vendor
24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) argument
26 if (vendor == EAP_GPSK_VENDOR_IETF &&
30 if (vendor == EAP_GPSK_VENDOR_IETF &&
263 * @vendor: CSuite/Vendor
279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, argument
291 vendor, specifier);
293 if (vendor != EAP_GPSK_VENDOR_IETF)
332 "key derivation", vendor, specifier);
404 * @vendor
417 eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, int specifier, const u8 *rand_peer, const u8 *rand_server, const u8 *id_peer, size_t id_peer_len, const u8 *id_server, size_t id_server_len, u8 method_type, u8 *sid, size_t *sid_len) argument
482 eap_gpsk_mic_len(int vendor, int specifier) argument
524 eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, int specifier, const u8 *data, size_t len, u8 *mic) argument
[all...]
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dvia.c56 char vendor[13]; local
67 ((uint32_t *)vendor)[0] = idargs.data[1];
68 ((uint32_t *)vendor)[1] = idargs.data[3];
69 ((uint32_t *)vendor)[2] = idargs.data[2];
70 vendor[12] = '\0';
71 if (strncmp(vendor, CENTAUR_VENDOR_ID, sizeof(CENTAUR_VENDOR_ID)) != 0)
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-openflow.c63 of_vendor_name(const uint32_t vendor) argument
65 const struct tok *table = (vendor & 0xff000000) == 0 ? oui_values : onf_exp_str;
66 return tok2str(table, "unknown", vendor);
H A Dconfig.sub1535 # The value should be what the vendor currently ships out the door with their
1725 vendor=unknown
1730 vendor=acorn
1733 vendor=sun
1736 vendor=ibm
1739 vendor=be
1742 vendor=hp
1745 vendor=hp
1748 vendor=hitachi
1751 vendor
[all...]
/freebsd-13-stable/usr.sbin/mlxcontrol/
H A Dutil.c114 char *type, *device, *vendor, *revision; local
153 if (!mlx_scsi_inquiry(0, chn, targ, &vendor, &device, &revision)) {
154 printf("'%8.8s' '%16.16s' '%4.4s'", vendor, device, revision);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c49 u16 vendor; local
128 &vendor) && vendor != 0xffff)
134 if (vendor == 0xffff) {
/freebsd-13-stable/sys/dev/ice/
H A Dice_drv_info.h72 #define PVIDV(vendor, devid, name) \
73 PVID(vendor, devid, name " - 0.28.1-k")
74 #define PVIDV_OEM(vendor, devid, svid, sdevid, revid, name) \
75 PVID_OEM(vendor, devid, svid, sdevid, revid, name " - 0.28.1-k")
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h49 uint16_t vendor; /**< core's designer */ member in struct:bcma_erom_core
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_pcivar.h88 uint16_t vendor; member in struct:bwn_pci_device
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.h29 uint16_t vendor; member in struct:rtwn_pci_ident
/freebsd-13-stable/sys/dev/uart/
H A Duart_bus_pci.c68 uint16_t vendor; member in struct:pci_id
191 uint16_t device, subdev, subven, vendor; local
193 vendor = pci_get_vendor(dev);
195 while (id->vendor != 0xffff &&
196 (id->vendor != vendor || id->device != device))
198 if (id->vendor == 0xffff)
204 while (id->vendor == vendor && id->device == device &&
207 return ((id->vendor
[all...]
/freebsd-13-stable/sys/dev/puc/
H A Dpuc_pci.c92 uint16_t vendor, device; local
95 vendor = pci_get_vendor(dev);
100 while (desc->vendor != 0xffff) {
101 if (desc->vendor == vendor && desc->device == device) {
201 MODULE_PNP_INFO("U16:vendor;U16:device;U16:#;U16:#;D:#", pci, puc,
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_gpsk.c32 int vendor; /* CSuite/Specifier */ member in struct:eap_gpsk_data
201 data->vendor = EAP_GPSK_VENDOR_IETF;
205 int vendor, specifier; local
206 vendor = WPA_GET_BE32(csuite->vendor);
209 i, vendor, specifier);
210 if (data->vendor == EAP_GPSK_VENDOR_IETF &&
212 eap_gpsk_supported_ciphersuite(vendor, specifier) &&
215 data->vendor = vendor;
491 int vendor, specifier; local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/modules/
H A Dt_modload.sh56 check_sysctl vendor.k_helper.present 1
57 check_sysctl vendor.k_helper.prop_int_ok 0
58 check_sysctl vendor.k_helper.prop_str_ok 0
150 check_sysctl vendor.k_helper.prop_int_ok 1
151 check_sysctl vendor.k_helper.prop_int_val "${v}"
189 check_sysctl vendor.k_helper.prop_str_ok 1
190 check_sysctl vendor.k_helper.prop_str_val "${v}"
/freebsd-13-stable/contrib/dialog/
H A Dconfig.sub1535 # The value should be what the vendor currently ships out the door with their
1725 vendor=unknown
1730 vendor=acorn
1733 vendor=sun
1736 vendor=ibm
1739 vendor=be
1742 vendor=hp
1745 vendor=hp
1748 vendor=hitachi
1751 vendor
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dconfig.sub1535 # The value should be what the vendor currently ships out the door with their
1725 vendor=unknown
1730 vendor=acorn
1733 vendor=sun
1736 vendor=ibm
1739 vendor=be
1742 vendor=hp
1745 vendor=hp
1748 vendor=hitachi
1751 vendor
[all...]

Completed in 190 milliseconds

1234567891011>>