/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 1 //===-- llvm/BinaryFormat/Dwarf.cpp - Dwarf Framework ------------*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagString() argument 34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in getTag() argument 44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVersion() argument 55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVendor() argument 57 return DWARF_VENDOR_##VENDOR; in TagVendor() 76 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeString() argument [all …]
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_gpsk_common.c | 2 * 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 D | eap_common.c | 3 * 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/contrib/wpa/src/eap_server/ |
H A D | eap_server_methods.c | 3 * 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 D | eap_server_gpsk.c | 2 * 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/sys/dev/uart/ |
H A D | uart_bus_pci.c | 1 /*- 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-232/422/485", 0x10 }, 103 { 0x131f, 0x1000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x18 }, 104 { 0x131f, 0x1001, 0xffff, 0, "Siig CyberSerial (1-port) 16650", 0x18 }, 105 { 0x131f, 0x1002, 0xffff, 0, "Siig CyberSerial (1-port) 16850", 0x18 }, 106 { 0x131f, 0x2000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x10 }, [all …]
|
/freebsd/share/man/man9/ |
H A D | bhnd.9 | 1 .\" 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/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci-iommu.txt | 5 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 D | pci-msi.txt | 4 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/contrib/libfido2/udev/ |
H A D | fidodevs | 2 # 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 STMICR [all...] |
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_methods.c | 3 * 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 D | eap_gpsk.c | 2 * 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 D | eap_fast.c | 2 * 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-FAST: Try to provision a " in eap_fast_session_ticket_cb() 90 "new PAC-Key"); in eap_fast_session_ticket_cb() [all …]
|
/freebsd/sys/net/ |
H A D | sff8436.h | 1 /*- 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/sys/dev/sdio/ |
H A D | sdiodevs | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 * present them as vendor and device IDs (a terminology we understand for 41 * -------------------------------------------------------------------------- 42 * List of TPLMID_MANF "vendor ID"s. 43 * Please sort by vendor ID ascending. 45 vendor REALTEK 0x024c Realtek 46 vendor ATHEROS 0x0271 Atheros 47 vendor BROADCOM 0x02d0 Broadcom 48 vendor CYPRESS 0x02d0 Cypress/Broadcom [all …]
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_ts.h | 3 * 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 D | osm_vendor_mtl.h | 3 * 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/sys/dev/dc/ |
H A D | if_dcreg.h | 1 /*- 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/usr.sbin/usbconfig/ |
H A D | dump.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 59 #define DUMP0(n,type,field,...) dump_field(pdev, " ", #field, n->field); 60 #define DUMP0L(n,type,field,...) dump_fieldl(pdev, " ", #field, n->field); 61 #define DUMP1(n,type,field,...) dump_field(pdev, " ", #field, n->field); 62 #define DUMP2(n,type,field,...) dump_field(pdev, " ", #field, n->field); 63 #define DUMP3(n,type,field,...) dump_field(pdev, " ", #field, n->field); 67 int id; member 74 int id; member 100 return ("VARIABLE (52-480Mbps)"); in dump_speed() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | example-schema.yaml | 1 # 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/lib/libifconfig/ |
H A D | libifconfig_sfp.h | 1 /*- 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/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTJSONStructs.cpp | 1 //===-- 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/sys/sys/ |
H A D | pciio.h | 1 /*- 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/sys/dev/ath/ath_hal/ |
H A D | ah_devid.h | 1 /*- 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/sys/dev/rl/ |
H A D | if_rlreg.h | 1 /*- 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 …]
|