Home
last modified time | relevance | path

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

12345678910>>...43

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp1 //===-- 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 …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab28 # use by DHCP-related programs. This file should only be modified to
31 # If you need to configure the Solaris DHCP server to support the vendor
80 Vendor STANDARD, 43, OCTET, 1, 0, sdi
125 Opcode FIELD, 0, UNUMBER8, 1, 1, id
126 Htype FIELD, 1, UNUMBER8, 1, 1, id
127 HLen FIELD, 2, UNUMBER8, 1, 1, id
128 Hops FIELD, 3, UNUMBER8, 1, 1, id
129 Xid FIELD, 4, UNUMBER32, 1, 1, id
130 Secs FIELD, 8, UNUMBER16, 1, 1, id
131 Flags FIELD, 10, OCTET, 1, 2, id
[all …]
/freebsd/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 …]
/freebsd/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/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-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 …]
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c71 uint16_t vendor; member
98 *bus = PCI_REG_BUS_G(pci_rp->pci_phys_hi); in gfxp_pci_get_bsf()
99 *dev = PCI_REG_DEV_G(pci_rp->pci_phys_hi); in gfxp_pci_get_bsf()
100 *func = PCI_REG_FUNC_G(pci_rp->pci_phys_hi); in gfxp_pci_get_bsf()
119 * Look for vendor-id, device-id, class-code to verify in gfxp_pci_find_bsf()
123 "vendor-id", -1); in gfxp_pci_find_bsf()
125 "device-id", -1); in gfxp_pci_find_bsf()
127 "class-code", -1); in gfxp_pci_find_bsf()
128 if ((vendor_id == -1) || (device_id == -1) || (class_code == -1)) { in gfxp_pci_find_bsf()
137 if ((bus == pci_bsf->bus) && (dev == pci_bsf->slot) && in gfxp_pci_find_bsf()
[all …]
/illumos-gate/usr/src/man/man8/
H A Dpptadm.821 .Cm list -j
34 .Bl -tag -width Ds
41 dev,path,vendor,device,subvendor,subdevice,rev,label
43 Output in a parsable format; this requires the -o option to be specified.
47 .Bl -tag -width Ds
52 .It vendor-id
53 The PCI vendor ID.
54 .It device-id
55 The PCI device ID.
56 .It subsystem-vendor-id
[all …]
/freebsd/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/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 …]
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c23 * ----------------------
32 * pci<vendor id>,<device id>.<subsystem vendor>.<subsytem id>.<revision>
33 * pci<vendor id>,<device id>.<subsystem vendor>.<subsytem id>
34 * pci<subsystem vendor>,<subsytem id>
35 * pci<vendor id>,<device id>.<revision>
36 * pci<vendor id>,<device id>
42 * the pci<subsystem vendor>.<subsytem id> entry and instead prefixed everything
46 * have not proven to be unique. Because that ID syntax overlapped with
47 * pci<vendor id>,<device id> this has led to problems where IDs are reused and
53 * IDs (a non-obvious task given that some device drivers are almost exclusively
[all …]
/freebsd/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 STMICR
[all...]
/freebsd/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 …]
/freebsd/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 …]
/illumos-gate/usr/src/man/man3sysevent/
H A Dsysevent_get_vendor_name.3sysevent9 sysevent_get_vendor_name, sysevent_get_pub_name, sysevent_get_pid \- get vendor
10 name, publisher name or processor ID of event
14 \fBcc \fR [\fIflag \&.\|.\|.\fR] \fIfile\fR\&.\|.\|. \fB-lsysevent\fR [\fIlibrary \&.\|.\|.\fR]
46 The \fBsysevent_get_pid()\fR function sets the process ID \fIpid\fR to that of
52 The \fBsysevent_get_vendor_name()\fR function returns the vendor string for the
53 publishing application or kernel subsystem. A vendor string is the company's
59 The interface manages the allocation of the vendor and publisher name strings,
61 longer needed by calling \fBfree\fR(3MALLOC). If the new vendor and publisher
76 char *vendor;
87 vendor = sysevent_get_vendor_name(ev);
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_vendor.h23 * Copyright (c) 1999-2000 by Sun Microsystems, Inc.
33 * access to vendor specific features on the OpenHCI adapter.
46 /* Vendor Id's */
50 /* Sun Microsystems Device Id's */
54 * we will support up to a maximum of 6 different Vendor Specific register
65 * Vendor Specific Info
66 * vendor_id - VendorID from PCI config space (0x0-0x1)
67 * device_id - DeviceID from PCI config space (0x2-0x3)
68 * revision_id - RevisionID from PCI config space (0x8)
69 * ohci_version - 1394 OpenHCI Version Register (0x0)
[all …]
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dcheck-destruct.c59 const nvme_identify_ctrl_t *id = nvme_ctrl_info_identify(info); in check_feats() local
61 (void) printf("NVMe Version: %u.%u\n", vers->v_major, vers->v_minor); in check_feats()
71 (void) printf("Format NVM: %s\n", id->id_oacs.oa_format != 0 ? in check_feats()
73 (void) printf("Namespace Management: %s\n", id->id_oacs.oa_nsmgmt ? in check_feats()
76 if (id->id_oacs.oa_format == 0 || id->id_oacs.oa_nsmgmt == 0) { in check_feats()
83 (void) printf("Namespace Count: %u\n", id->id_nn); in check_feats()
84 if (id->id_nn <= 1) { in check_feats()
99 pcidb_vendor_t *vendor; in main() local
114 vendor = pcidb_lookup_vendor(pcidb, nvme_ctrl_info_vendor(info)); in main()
115 if (vendor != NULL) { in main()
[all …]
/freebsd/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 * --------------------------------------------------------------------------
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 …]
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_vendor.c17 * Implements logic to map a device to a vendor-specific entity.
43 * Our job is to attempt to map a given device to vendor specific information,
52 if (di_prop_lookup_ints(DDI_DEV_T_ANY, ctrl->nc_devi, "vendor-id", in nvme_vendor_map_ctrl()
53 &vid) != 1 || di_prop_lookup_ints(DDI_DEV_T_ANY, ctrl->nc_devi, in nvme_vendor_map_ctrl()
54 "device-id", &did) != 1) { in nvme_vendor_map_ctrl()
58 if (di_prop_lookup_ints(DDI_DEV_T_ANY, ctrl->nc_devi, in nvme_vendor_map_ctrl()
59 "subsystem-vendor-id", &svidp) == 1) { in nvme_vendor_map_ctrl()
63 if (di_prop_lookup_ints(DDI_DEV_T_ANY, ctrl->nc_devi, "subsystem-id", in nvme_vendor_map_ctrl()
71 for (size_t i = 0; i < vsd->nvd_nident; i++) { in nvme_vendor_map_ctrl()
72 const nvme_vsd_ident_t *ident = &vsd->nvd_ident[i]; in nvme_vendor_map_ctrl()
[all …]
/freebsd/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 …]
/freebsd/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 …]
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c114 if ((err = populate_int_prop(di_node, nvl, "vendor-id", &vid)) != 0) in dev_getinfo()
116 if ((err = populate_int_prop(di_node, nvl, "device-id", &did)) != 0) in dev_getinfo()
118 if ((err = populate_int_prop(di_node, nvl, "revision-id", NULL)) != 0) in dev_getinfo()
122 * Not all PCI(e) devices have a subsystem id and subsystem vendor id, in dev_getinfo()
125 (void) populate_int_prop(di_node, nvl, "subsystem-vendor-id", NULL); in dev_getinfo()
126 (void) populate_int_prop(di_node, nvl, "subsystem-id", NULL); in dev_getinfo()
147 * /devices/pci0@0/....@0,1:ppt -> /pci0@0/...@0,1
160 if (strncmp(c, prefix, sizeof (prefix) - 1) == 0) in fs_to_phys_path()
161 c += sizeof (prefix) - 1; in fs_to_phys_path()
173 * vendor-id: "8086"
[all …]
/freebsd/usr.sbin/usbconfig/
H A Ddump.c1 /*-
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 …]

12345678910>>...43