Home
last modified time | relevance | path

Searched +full:vendor +full:- +full:id (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp1 //===-- llvm/BinaryFormat/Dwarf.cpp - Dwarf Framework -------
25 HANDLE_DW_TAG(ID,NAME,VERSION,VENDOR,KIND) TagString() argument
34 HANDLE_DW_TAG(ID,NAME,VERSION,VENDOR,KIND) getTag() argument
44 HANDLE_DW_TAG(ID,NAME,VERSION,VENDOR,KIND) TagVersion() argument
55 HANDLE_DW_TAG(ID,NAME,VERSION,VENDOR,KIND) TagVendor() argument
76 HANDLE_DW_AT(ID,NAME,VERSION,VENDOR) AttributeString() argument
87 HANDLE_DW_AT(ID,NAME,VERSION,VENDOR) AttributeVersion() argument
98 HANDLE_DW_AT(ID,NAME,VERSION,VENDOR) AttributeVendor() argument
109 HANDLE_DW_FORM(ID,NAME,VERSION,VENDOR) FormEncodingString() argument
120 HANDLE_DW_FORM(ID,NAME,VERSION,VENDOR) FormVersion() argument
131 HANDLE_DW_FORM(ID,NAME,VERSION,VENDOR) FormVendor() argument
142 HANDLE_DW_OP(ID,NAME,VERSION,VENDOR) OperationEncodingString() argument
163 HANDLE_DW_OP(ID,NAME,VERSION,VENDOR) getOperationEncoding() argument
179 HANDLE_DW_OP_LLVM_USEROP(ID,NAME) LlvmUserOperationEncodingString() argument
189 HANDLE_DW_OP_LLVM_USEROP(ID,NAME) getLlvmUserOperationEncoding() argument
213 HANDLE_DW_OP(ID,NAME,VERSION,VENDOR) OperationVersion() argument
224 HANDLE_DW_OP(ID,NAME,VERSION,VENDOR) OperationVendor() argument
235 HANDLE_DW_ATE(ID,NAME,VERSION,VENDOR) AttributeEncodingString() argument
244 HANDLE_DW_ATE(ID,NAME,VERSION,VENDOR) getAttributeEncoding() argument
254 HANDLE_DW_ATE(ID,NAME,VERSION,VENDOR) AttributeEncodingVersion() argument
265 HANDLE_DW_ATE(ID,NAME,VERSION,VENDOR) AttributeEncodingVendor() argument
346 HANDLE_DW_VIRTUALITY(ID,NAME) VirtualityString() argument
355 HANDLE_DW_VIRTUALITY(ID,NAME) getVirtuality() argument
365 HANDLE_DW_LANG(ID,NAME,LOWER_BOUND,VERSION,VENDOR) LanguageString() argument
374 HANDLE_DW_LANG(ID,NAME,LOWER_BOUND,VERSION,VENDOR) getLanguage() argument
384 HANDLE_DW_LANG(ID,NAME,LOWER_BOUND,VERSION,VENDOR) LanguageVersion() argument
395 HANDLE_DW_LANG(ID,NAME,LOWER_BOUND,VERSION,VENDOR) LanguageVendor() argument
407 HANDLE_DW_LANG(ID,NAME,LOWER_BOUND,VERSION,VENDOR) LanguageLowerBound() argument
432 HANDLE_DW_CC(ID,NAME) ConventionString() argument
441 HANDLE_DW_CC(ID,NAME) getCallingConvention() argument
474 HANDLE_DW_LNS(ID,NAME) LNStandardString() argument
485 HANDLE_DW_LNE(ID,NAME) LNExtendedString() argument
525 HANDLE_DW_MACRO(ID,NAME) MacroString() argument
536 HANDLE_DW_MACRO_GNU(ID,NAME) GnuMacroString() argument
545 HANDLE_DW_MACRO(ID,NAME) getMacro() argument
553 HANDLE_DW_RLE(ID,NAME) RangeListEncodingString() argument
564 HANDLE_DW_LLE(ID,NAME) LocListEncodingString() argument
578 HANDLE_DW_CFA(ID,NAME) CallFrameString() argument
579 HANDLE_DW_CFA_PRED(ID,NAME,PRED) CallFrameString() argument
587 HANDLE_DW_CFA_PRED(ID,NAME,PRED) CallFrameString() argument
588 HANDLE_DW_CFA(ID,NAME) CallFrameString() argument
604 HANDLE_DW_APPLE_PROPERTY(ID,NAME) ApplePropertyString() argument
615 HANDLE_DW_UT(ID,NAME) UnitTypeString() argument
722 HANDLE_DW_IDX(ID,NAME) IndexString() argument
844 HANDLE_DW_RLE(ID,NAME) RLEString() argument
[all...]
/freebsd-src/contrib/wpa/src/eap_server/
H A Deap_server_methods.c3 * Copyright (c) 2004-2009, Jouni Malinen <j@w1.fi>
20 * eap_server_get_eap_method - Get EAP method based on type number
21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, in eap_server_get_eap_method() argument
29 for (m = eap_methods; m; m = m->next) { in eap_server_get_eap_method()
30 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
38 * eap_server_get_type - Get EAP type for the given EAP method name
40 * @vendor: Buffer for returning EAP Vendor-Id
46 enum eap_type eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() argument
49 for (m = eap_methods; m; m = m->next) { in eap_server_get_type()
[all …]
H A Deap_server_gpsk.c2 * hostapd / EAP-GPSK (RFC 5433) server
3 * Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
34 int vendor; /* CSuite/Vendor */ member
43 return "GPSK-1"; in eap_gpsk_state_txt()
45 return "GPSK-3"; in eap_gpsk_state_txt()
58 wpa_printf(MSG_DEBUG, "EAP-GPSK: %s -> %s", in eap_gpsk_state()
59 eap_gpsk_state_txt(data->state), in eap_gpsk_state()
61 data->state = state; in eap_gpsk_state()
72 data->state = GPSK_1; in eap_gpsk_init()
74 data->csuite_count = 0; in eap_gpsk_init()
[all …]
/freebsd-src/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.c2 * EAP server/peer: EAP-GPSK shared routines
3 * Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
19 * eap_gpsk_supported_ciphersuite - Check whether ciphersuite is supported
20 * @vendor: CSuite/Vendor
24 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()
49 /* M_i = MAC_Y (i || Z); (MAC = AES-CMAC-128) */ in eap_gpsk_gkdf_cmac()
57 n = (len + hashlen - 1) / hashlen; in eap_gpsk_gkdf_cmac()
61 return -1; in eap_gpsk_gkdf_cmac()
[all …]
H A Deap_common.c3 * Copyright (c) 2004-2014, Jouni Malinen <j@w1.fi>
16 * eap_hdr_len_valid - Validate EAP header length field
40 len = be_to_host16(hdr->length); in eap_hdr_len_valid()
51 * eap_hdr_validate - Validate EAP header
52 * @vendor: Expected EAP Vendor-Id (0 = IETF)
66 const u8 * eap_hdr_validate(int vendor, enum eap_type eap_type, in eap_hdr_validate() argument
77 len = be_to_host16(hdr->length); in eap_hdr_validate()
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) { in eap_hdr_validate()
99 *plen = len - sizeof(*hdr) - 8; in eap_hdr_validate()
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) { in eap_hdr_validate()
[all …]
/freebsd-src/sys/dev/uart/
H A Duart_bus_pci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
67 uint16_t vendor; member
78 uint16_t vendor; member
92 { 0x103c, 0x1048, 0x103c, 0x1227, "HP Diva Serial [GSP] UART - Powerbar SP2",
100 "ASIX AX99100 PCIe 1/2/3/4-port RS-23
203 uart_pci_match(device_t dev,const struct pci_id * id) uart_pci_match() argument
205 uint16_t device, subdev, subven, vendor; uart_pci_match() local
237 const struct pci_unique_id * id; uart_pci_unique_console_match() local
238 uint16_t vendor, device; uart_pci_unique_console_match() local
266 const struct pci_id *id; uart_pci_probe() local
316 const struct pci_id *id; uart_pci_attach() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/pci/
H A Dpci-iommu.txt5 ID (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
17 Requester ID. While a given PCI device can only master through one IOMMU, a
33 -------------------
35 - iommu-map: Maps a Requester ID to an IOMMU and associated IOMMU specifier
39 (rid-base,iommu,iommu-base,length).
41 Any RID r in the interval [rid-base, rid-base + length) is associated with
42 the listed IOMMU, with the IOMMU specifier (r - rid-base + iommu-base).
44 - iommu-map-mask: A mask to be applied to each Requester ID prior to being
45 mapped to an IOMMU specifier per the iommu-map property.
52 #address-cells = <1>;
[all …]
H A Dpci-msi.txt4 Each PCI device under a root complex is uniquely identified by its Requester ID
5 (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
18 Requester ID. A mechanism is required to associate a device with both the MSI
23 Documentation/devicetree/bindings/interrupt-controller/msi.txt.
30 -------------------
32 - msi-map: Maps a Requester ID to an MSI controller and associated
33 msi-specifier data. The property is an arbitrary number of tuples of
34 (rid-base,msi-controller,msi-base,length), where:
36 * rid-base is a single cell describing the first RID matched by the entry.
38 * msi-controller is a single phandle to an MSI controller
[all …]
/freebsd-src/share/man/man9/
H A Dbhnd.91 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
381 .Fa "vendor" "device" "desc" "quirks" "..."
392 .Bd -literal
398 .Bd -literal
406 .Bd -literal
414 .Bd -literal
417 .Bd -literal
427 .Bd -literal
435 .Bd -literal
442 .Bd -literal
[all …]
/freebsd-src/contrib/libfido2/udev/
H A Dfidodevs2 # Use of this source code is governed by a BSD-style
4 # SPDX-License-Identifier: BSD-2-Clause
6 # After modifying this file, regenerate 70-u2f.rules:
7 # ./genrules.awk fidodevs > 70-u2f.rules
9 # List of known vendors. Sorted by vendor ID.
11 vendor STMICRO 0x0483 STMicroelectronics
12 vendor INFINEON 0x058b Infineon Technologies
13 vendor SYNAPTICS 0x06cb Synaptics Inc.
14 vendor FEITIAN 0x096e Feitian Technologies Co., Ltd.
15 vendor YUBICO 0x1050 Yubico AB
[all …]
/freebsd-src/contrib/wpa/src/eap_peer/
H A Deap_methods.c3 * Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi>
25 * eap_peer_get_eap_method - Get EAP method based on type number
26 * @vendor: EAP Vendor-Id (0 = IETF)
30 const struct eap_method * eap_peer_get_eap_method(int vendor, in eap_peer_get_eap_method() argument
34 for (m = eap_methods; m; m = m->next) { in eap_peer_get_eap_method()
35 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
43 * eap_peer_get_type - Get EAP type for the given EAP method name
45 * @vendor: Buffer for returning EAP Vendor-Id
51 enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument
54 for (m = eap_methods; m; m = m->next) { in eap_peer_get_type()
[all …]
H A Deap_gpsk.c2 * EAP peer method: EAP-GPSK (RFC 5433)
3 * Copyright (c) 2006-2014, Jouni Malinen <j@w1.fi>
32 int vendor; /* CSuite/Specifier */ member
53 return "GPSK-1"; in eap_gpsk_state_txt()
55 return "GPSK-3"; in eap_gpsk_state_txt()
69 wpa_printf(MSG_DEBUG, "EAP-GPSK: %s -> %s", in eap_gpsk_state()
70 eap_gpsk_state_txt(data->state), in eap_gpsk_state()
72 data->state = state; in eap_gpsk_state()
88 wpa_printf(MSG_INFO, "EAP-GPSK: No key (password) configured"); in eap_gpsk_init()
95 data->state = GPSK_1; in eap_gpsk_init()
[all …]
H A Deap_fast.c2 * EAP peer method: EAP-FAST (RFC 4851)
3 * Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi>
25 * - test session resumption and enable it if it interoperates
26 * - password change (pending mschapv2 packet; replay decrypted packet)
81 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback"); in eap_fast_session_ticket_cb()
85 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall " in eap_fast_session_ticket_cb()
87 data->session_ticket_used = 0; in eap_fast_session_ticket_cb()
88 if (data->provisioning_allowed) { in eap_fast_session_ticket_cb()
89 wpa_printf(MSG_DEBUG, "EAP-FAS in eap_fast_session_ticket_cb()
368 eap_fast_select_phase2_method(struct eap_fast_data * data,int vendor,enum eap_type type) eap_fast_select_phase2_method() argument
429 int vendor = EAP_VENDOR_IETF; eap_fast_phase2_request() local
1554 u8 flags, id; eap_fast_process() local
1785 u8 *id; eap_fast_get_session_id() local
[all...]
/freebsd-src/sys/net/
H A Dsff8436.h1 /*-
29 * The following set of constants are from Document SFF-8436
34 * 1) 256-byte addressable block and 128-byte pages
35 * 2) Lower 128-bytes addresses always refer to the same page
44 * 0-127 Monitoring data & page select byte
45 * 128-255:
48 * 128-191 Base ID Fields
49 * 191-223 Extended ID
50 * 223-255 Vendor Specific ID
53 * 128-255 App-specific data
[all …]
/freebsd-src/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ts.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
38 * Definition of interface for the TS Vendor
68 /****s* OpenSM: Vendor TS/osm_bind_handle_t
73 * handle returned by the vendor transport bind call.
82 /****s* OpenSM: Vendor osm_ts_bind_info_t
111 * Pointer to the vendor object.
117 * HCA Id we bind to.
[all …]
H A Dosm_vendor_mtl.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
38 * Definition of interface for the MTL Vendor
67 /****h* OpenSM/Vendor MTL
69 * Vendor MTL
73 * The Vendor MTL object is thread safe.
83 /****s* OpenSM: Vendor MTL/osm_ca_info_t
115 /***** OpenSM: Vendor MTL/osm_vendor_t
[all …]
/freebsd-src/sys/dev/sdio/
H A Dsdiodevs1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
32 * present them as vendor and device IDs (a terminology we understand for
41 * ----
[all...]
/freebsd-src/sys/dev/dc/
H A Dif_dcreg.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
85 (x->dc_type == DC_TYPE_98713 || \
86 x->dc_type == DC_TYPE_98713A || \
87 x->dc_type == DC_TYPE_987x5)
90 (x->dc_type == DC_TYPE_AL981 || \
91 x->dc_type == DC_TYPE_AN983)
94 (x->dc_type == DC_TYPE_ULI_M5261 || \
95 x->dc_type == DC_TYPE_ULI_M5263)
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/
H A Dexample-schema.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 # All the top-level keys are standard json-schema keywords except for
8 # $id is a unique identifier based on the filename. There may or may not be a
10 $id: http://devicetree.org/schemas/example-schema.yaml#
11 # $schema is the meta-schema this schema should be validated with.
12 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 - Rob Herring <robh@kernel.org>
20 A more detailed multi-line description of the binding.
44 - items:
[all …]
/freebsd-src/lib/libifconfig/
H A Dlibifconfig_sfp.h1 /*-
45 #define SFF_VENDOR_STRING_SIZE 16 /**< max chars in a vendor string */
46 #define SFF_VENDOR_DATE_SIZE 6 /**< chars in a vendor date code */
48 /** SFP module vendor info strings */
50 char name[SFF_VENDOR_STRING_SIZE + 1]; /**< vendor name */
51 char pn[SFF_VENDOR_STRING_SIZE + 1]; /**< vendor part number */
52 char sn[SFF_VENDOR_STRING_SIZE + 1]; /**< vendor serial number */
53 char date[SFF_VENDOR_DATE_SIZE + 5]; /**< formatted vendor date */
61 valid range -40.0 to 125.0 */
99 * @return 0 if successful, -1 with error info set in the handle otherwise
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp1 //===-- TraceIntelPTJSONStructs.cpp ---------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 cpu_ids.push_back(cpu.id); in GetCpuIds()
81 {"id", cpu.id}, in toJSON()
90 if (!(o && o.map("id", cpu_id) && o.map("iptTrace", cpu.ipt_trace) && in fromJSON()
93 cpu.id = cpu_id; in fromJSON()
99 {"vendor", cpu_info.vendor == pcv_intel ? "GenuineIntel" : "Unknown"}, in toJSON()
108 std::string vendor; in fromJSON() local
110 if (!(o && o.map("vendor", vendor) && o.map("family", family) && in fromJSON()
[all …]
/freebsd-src/sys/dev/ath/ath_hal/
H A Dah_devid.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
23 #define ATHEROS_VENDOR_ID 0x168c /* Atheros PCI vendor ID */
25 * NB: all Atheros-based devices should have a PCI vendor ID
29 #define ATHEROS_3COM_VENDOR_ID 0xa727 /* 3Com 3CRPAG175 vendor ID */
30 #define ATHEROS_3COM2_VENDOR_ID 0x10b7 /* 3Com 3CRDAG675 vendor ID */
34 #define AR5210_PROD 0x0007 /* Final device ID */
48 #define AR5212_DEVID_IBM 0x1014 /* IBM minipci ID */
[all …]
/freebsd-src/sys/sys/
H A Dpciio.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
68 u_int16_t pc_subvendor; /* card vendor ID */
69 u_int16_t pc_subdevice; /* card device ID, assigned by
70 card vendor */
71 u_int16_t pc_vendor; /* chip vendor ID */
72 u_int16_t pc_device; /* chip device ID, assigned by
73 chip vendor */
77 u_int8_t pc_revid; /* chip revision ID */
86 u_int16_t pc_vendor; /* PCI Vendor ID */
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-----
104 HANDLE_DW_TAG(ID,NAME,VERSION,VENDOR,KIND) global() argument
115 HANDLE_DW_TAG(ID,NAME,VERSION,VENDOR,KIND) isType() argument
124 HANDLE_DW_AT(ID,NAME,VERSION,VENDOR) global() argument
131 HANDLE_DW_FORM(ID,NAME,VERSION,VENDOR) global() argument
137 HANDLE_DW_OP(ID,NAME,VERSION,VENDOR) global() argument
150 HANDLE_DW_OP_LLVM_USEROP(ID,NAME) global() argument
155 HANDLE_DW_ATE(ID,NAME,VERSION,VENDOR) global() argument
172 HANDLE_DW_END(ID,NAME) global() argument
193 HANDLE_DW_VIRTUALITY(ID,NAME) global() argument
199 HANDLE_DW_DEFAULTED(ID,NAME) global() argument
205 HANDLE_DW_LANG(ID,NAME,LOWER_BOUND,VERSION,VENDOR) global() argument
423 HANDLE_DW_CC(ID,NAME) global() argument
451 HANDLE_DW_LNS(ID,NAME) global() argument
457 HANDLE_DW_LNE(ID,NAME) global() argument
464 HANDLE_DW_LNCT(ID,NAME) global() argument
481 HANDLE_DW_MACRO(ID,NAME) global() argument
489 HANDLE_DW_MACRO_GNU(ID,NAME) global() argument
497 HANDLE_DW_RLE(ID,NAME) global() argument
503 HANDLE_DW_LLE(ID,NAME) global() argument
509 HANDLE_DW_CFA(ID,NAME) global() argument
510 HANDLE_DW_CFA_PRED(ID,NAME,ARCH) global() argument
546 HANDLE_DW_APPLE_PROPERTY(ID,NAME) global() argument
552 HANDLE_DW_UT(ID,NAME) global() argument
559 HANDLE_DW_IDX(ID,NAME) global() argument
[all...]
/freebsd-src/sys/dev/rl/
H A Dif_rlreg.h1 /*-
2 * Copyright (c) 1997, 1998-2003
16 * 4. Neither the name of the author nor the names of any co-contributors
36 #define RL_IDR0 0x0000 /* ID register 0 (station addr) */
37 #define RL_IDR1 0x0001 /* Must use 32-bit accesses (?) */
42 /* 0006-0007 reserved */
91 /* 0059-005A reserved */
153 #define RL_TXCFG_QUEUE_EMPTY 0x00000800 /* 8168E-VL or higher */
502 #define RL_CPLUSCMD_PCI_MRW 0x0008 /* enable PCI multi-read/write */
503 #define RL_CPLUSCMD_PCI_DAC 0x0010 /* PCI dual-address cycle only */
[all …]

12345678910>>...35