| /freebsd/crypto/openssl/crypto/encode_decode/ |
| H A D | decoder_meth.c | 2 * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved. 44 if (!CRYPTO_NEW_REF(&decoder->base.refcnt, 1)) { in ossl_decoder_new() 56 CRYPTO_UP_REF(&decoder->base.refcnt, &ref); in OSSL_DECODER_up_ref() 67 CRYPTO_DOWN_REF(&decoder->base.refcnt, &ref); in OSSL_DECODER_free() 70 OPENSSL_free(decoder->base.name); in OSSL_DECODER_free() 71 ossl_property_free(decoder->base.parsed_propdef); in OSSL_DECODER_free() 72 ossl_provider_free(decoder->base.prov); in OSSL_DECODER_free() 73 CRYPTO_FREE_REF(&decoder->base.refcnt); in OSSL_DECODER_free() 80 int id; /* For get_decoder_from_store() */ member 99 if (methdata->tmp_store == NULL) in get_tmp_decoder_store() [all …]
|
| H A D | encoder_meth.c | 2 * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved. 44 if (!CRYPTO_NEW_REF(&encoder->base.refcnt, 1)) { in ossl_encoder_new() 56 CRYPTO_UP_REF(&encoder->base.refcnt, &ref); in OSSL_ENCODER_up_ref() 67 CRYPTO_DOWN_REF(&encoder->base.refcnt, &ref); in OSSL_ENCODER_free() 70 OPENSSL_free(encoder->base.name); in OSSL_ENCODER_free() 71 ossl_property_free(encoder->base.parsed_propdef); in OSSL_ENCODER_free() 72 ossl_provider_free(encoder->base.prov); in OSSL_ENCODER_free() 73 CRYPTO_FREE_REF(&encoder->base.refcnt); in OSSL_ENCODER_free() 80 int id; /* For get_encoder_from_store() */ member 99 if (methdata->tmp_store == NULL) in get_tmp_encoder_store() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/pci-ep.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 - Kishon Vijay Abraham I <kishon@kernel.org> 14 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 18 pattern: "^pcie-ep@" 20 iommu-map: 21 $ref: /schemas/types.yaml#/definitions/uint32-matrix 24 - description: Device ID (see msi-map) base [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/sys/dev/pci/ |
| H A D | pci_host_generic_acpi.c | 1 /*- 111 * generic_pcie_acpi_probe - look for root bridge flag 123 root = (devinfo->Flags & ACPI_PCI_ROOT_BRIDGE) != 0; in generic_pcie_acpi_probe() 133 * pci_host_generic_acpi_parse_resource - parse PCI memory, IO and bus spaces 145 r = sc->base.nranges; in pci_host_generic_acpi_parse_resource() 146 switch (res->Type) { in pci_host_generic_acpi_parse_resource() 148 restype = res->Data.Address16.ResourceType; in pci_host_generic_acpi_parse_resource() 149 min = res->Data.Address16.Address.Minimum; in pci_host_generic_acpi_parse_resource() 150 max = res->Data.Address16.Address.Maximum; in pci_host_generic_acpi_parse_resource() 153 restype = res->Data.Address32.ResourceType; in pci_host_generic_acpi_parse_resource() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleFile.cpp | 1 //===- ModuleFile.cpp - Module description --------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 43 llvm::errs() << " " << I->first << " -> " << I->second << "\n"; in dumpLocalRemap() 54 llvm::errs() << Imports[I]->FileName; in dump() 60 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset in dump() 63 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n' in dump() 66 llvm::errs() << " Base macro ID: " << BaseMacroID << '\n' in dump() 68 dumpLocalRemap("Macro ID local -> global map", MacroRemap); in dump() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclID.h | 1 //===--- DeclID.h - ID number for deserialized declarations ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 30 /// context, such as the NULL declaration ID. Such declarations are never 40 /// The Objective-C 'id' type. 43 /// The Objective-C 'SEL' type. 46 /// The Objective-C 'Class' type. 49 /// The Objective-C 'Protocol' type. 52 /// The signed 128-bit integer type. [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 1 //===--- APValue.cpp - Union class for APFloat/APSInt/Complex -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 28 : T(T->getCanonicalTypeUnqualified().getTypePtr()) {} in TypeInfoLValue() 43 : Ptr(P ? cast<ValueDecl>(P->getCanonicalDecl()) : nullptr), Local{I, V} {} in LValueBase() 49 LValueBase Base; in getDynamicAlloc() local 50 Base.Ptr = LV; in getDynamicAlloc() 51 Base.DynamicAllocType = Type.getAsOpaquePtr(); in getDynamicAlloc() 52 return Base; in getDynamicAlloc() [all …]
|
| H A D | DeclCXX.cpp | 1 //===- DeclCXX.cpp - C++ Declaration AST Node Implementation --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 54 //===----------------------------------------------------------------------===// 56 //===----------------------------------------------------------------------===// 61 GlobalDeclID ID) { in CreateDeserialized() argument 62 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized() 67 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set"); in getFromExternalSource() 72 cast<NamedDecl>(Source->GetExternalDecl(GlobalDeclID(I.getDeclID())))); in getFromExternalSource() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OptionUtils.cpp | 1 //===--- OptionUtils.cpp - Utilities for command line arguments -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 IntTy getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, in getLastArgIntValueImpl() argument 21 unsigned Base) { in getLastArgIntValueImpl() argument 23 if (Arg *A = Args.getLastArg(Id)) { in getLastArgIntValueImpl() 24 if (StringRef(A->getValue()).getAsInteger(Base, Res)) { in getLastArgIntValueImpl() 26 Diags->Report(diag::err_drv_invalid_int_value) in getLastArgIntValueImpl() 27 << A->getAsString(Args) << A->getValue(); in getLastArgIntValueImpl() 36 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, in getLastArgIntValue() argument [all …]
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_tree.c | |
| H A D | fs_core.h | 40 u32 id; 46 u32 id; 54 u32 id; 172 u32 id; 254 u32 id; 309 list_for_each_entry_reverse(pos, &(prio)->node.children, list) 312 list_for_each_entry(pos, (&(prio)->node.children), list) 315 fs_list_for_each_entry(pos, &(ns)->node.children) 318 fs_list_for_each_entry(pos, &(prio)->node.children) 321 fs_list_for_each_entry(pos, &(prio)->nod 70 struct fs_base base; global() member 78 struct fs_base base; global() member 94 struct fs_base base; global() member 106 uint32_t id; global() member 118 struct fs_base base; global() member 131 struct fs_base base; global() member 150 struct fs_base base; global() member 156 uint32_t id; global() member 175 u32 id; global() member 181 u32 id; global() member [all...] |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 1 //===-- PdbUtil.cpp -------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 #include "lldb/lldb-enumerations.h" 48 result.Append(start, gap_start - start); in MakeRangeList() 53 result.Append(start, end - start); in MakeRangeList() 90 auto add_overlap_region = [&](lldb::addr_t base, lldb::addr_t end, in AddMemberLocationRanges() 92 RangeMap::Entry overlap_region = {base, end - base, entry->data}; in AddMemberLocationRanges() 98 lldb::addr_t base = range.GetRangeBase(); in AddMemberLocationRanges() local 100 uint32_t base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddMemberLocationRanges() [all …]
|
| /freebsd/sys/arm/allwinner/ |
| H A D | aw_sid.c | 1 /*- 27 * Allwinner secure ID controller 70 bus_size_t base; member 73 enum aw_sid_fuse_id id; member 83 .id = AW_SID_FUSE_ROOTKEY, 92 .base = EFUSE_OFFSET, 95 .id = AW_SID_FUSE_ROOTKEY, 101 .base = EFUSE_OFFSET, 104 .id = AW_SID_FUSE_THSSENSOR, 113 .base = EFUSE_OFFSET, [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | OptionUtils.h | 1 //===- OptionUtils.h - Utilities for command line arguments -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 32 /// is non-null, emits an error if the argument is given, but non-integral. 34 llvm::opt::OptSpecifier Id, int Default, 35 DiagnosticsEngine *Diags = nullptr, unsigned Base = 0); 38 llvm::opt::OptSpecifier Id, int Default, 39 DiagnosticsEngine &Diags, unsigned Base = 0) { 40 return getLastArgIntValue(Args, Id, Default, &Diags, Base); [all …]
|
| /freebsd/sys/riscv/eswin/ |
| H A D | eswin_reset.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 58 #define ERST_LOCK(sc) mtx_lock(&(sc)->mtx) 59 #define ERST_UNLOCK(sc) mtx_unlock(&(sc)->mtx) 60 #define ERST_ASSERT_LOCKED(sc) mtx_assert(&(sc)->mtx, MA_OWNED); 61 #define ERST_ASSERT_UNLOCKED(sc) mtx_assert(&(sc)->mtx, MA_NOTOWNED); 64 SYSCON_READ_4(sc->syscon, (_reg)) 66 SYSCON_WRITE_4(sc->syscon, (_reg), (_val)) 69 { "eswin,eic7700-reset", 1 }, 80 if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0) in eswin_rst_probe() [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_iro.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 33 #define YSTORM_FLOW_CONTROL_MODE_OFFSET (IRO[0].base) 36 #define TSTORM_PORT_STAT_OFFSET(port_id) (IRO[1].base + ((port_id) * IRO… 39 #define TSTORM_LL2_PORT_STAT_OFFSET(port_id) (IRO[2].base + ((port_id) * IRO… 41 /* Ustorm VF-PF Channel ready flag */ 42 #define USTORM_VF_PF_CHANNEL_READY_OFFSET(vf_id) (IRO[3].base + ((vf_id) * IRO[3… 45 #define USTORM_FLR_FINAL_ACK_OFFSET(pf_id) (IRO[4].base + ((pf_id) * IRO[4… 48 #define USTORM_EQE_CONS_OFFSET(pf_id) (IRO[5].base + ((pf_id) * IRO[5… 51 #define USTORM_ETH_QUEUE_ZONE_OFFSET(queue_zone_id) (IRO[6].base + ((queue_zone_id)… 54 #define USTORM_COMMON_QUEUE_CONS_OFFSET(queue_zone_id) (IRO[7].base + ((queue_zone_id)… [all …]
|
| /freebsd/usr.bin/vi/catalog/ |
| H A D | Makefile | 1 # $Id: Makefile,v 9.0 2012/10/19 15:13:11 zy Exp $ 9 CAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \ 10 uk_UA.KOI8-U zh_CN.GB2312 tr_TR.ISO8859-9 tr_TR.UTF-8 21 build-tools: dump 27 iconv -f ISO8859-1 -t UTF-8 $V/catalog/$c.base > $c.UTF-8.base 29 iconv -f ISO8859-2 -t UTF-8 $V/catalog/polish.base > polish.UTF-8.base 30 iconv -f GB2312 -t UTF-8 $V/catalog/zh_CN.GB2312.base > zh_CN.UTF-8.base 31 iconv -f KOI8-R -t UTF-8 $V/catalog/ru_RU.KOI8-R.base > ru_RU.UTF-8.base 32 iconv -f KOI8-U -t UTF-8 $V/catalog/uk_UA.KOI8-U.base > uk_UA.UTF-8.base 35 CAT+= $c.UTF-8 [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 1 //===- ModuleFile.h - Module file description -------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 43 /// File is an implicitly-loaded module. 46 /// File is an explicitly-loaded module. 77 /// out-of-date or not-found. 92 "an overridden cannot be out-of-date"); 144 /// The base directory of the module. 153 /// relocatable-pch support. [all …]
|
| /freebsd/contrib/nvi/catalog/ |
| H A D | Makefile | 1 CAT= dutch english french german polish ru_RU.KOI8-R spanish \ 2 swedish tr_TR.ISO8859-9 tr_TR.UTF-8 uk_UA.KOI8-U zh_CN.GB2312 7 ${CAT}: english.base 9 rm -f $@; \ 10 sort -u $@.base | \ 22 sed -e '1s/^/$$set 1~$$quote "~/; 1y/~/\n/' | \ 33 polish.check ru_RU.KOI8-R.check spanish.check swedish.check \ 34 tr_TR.ISO8859-9.check tr_TR.UTF-8.check uk_UA.KOI8-U.check \ 40 (echo "Unused message id's (this is okay):"; \ 44 }' < $$f.base; \ [all …]
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_pxm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 60 int id; member 95 * This maps the SLIT data into the VM-domain centric view. in slit_parse_table() 97 * remap them to a VM-domain ID and if it doesn't exist, in slit_parse_table() 100 * It should result in a packed 2d array of VM-domain in slit_parse_table() 105 printf("SLIT.Localities: %d\n", (int) s->LocalityCount); in slit_parse_table() 106 for (i = 0; i < s->LocalityCount; i++) { in slit_parse_table() 113 for (j = 0; j < s->LocalityCount; j++) { in slit_parse_table() 117 e = s->Entry[i * s->LocalityCount + j]; in slit_parse_table() [all …]
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_crtc.c | 2 * Copyright (c) 2006-2008 Intel Corporation 84 * Non-global properties, but "required" for certain connectors. 88 { DRM_MODE_SUBCONNECTOR_Automatic, "Automatic" }, /* DVI-I and TV-out */ 89 { DRM_MODE_SUBCONNECTOR_DVID, "DVI-D" }, /* DVI-I */ 90 { DRM_MODE_SUBCONNECTOR_DVIA, "DVI-A" }, /* DVI-I */ 97 { DRM_MODE_SUBCONNECTOR_Unknown, "Unknown" }, /* DVI-I and TV-out */ 98 { DRM_MODE_SUBCONNECTOR_DVID, "DVI-D" }, /* DVI-I */ 99 { DRM_MODE_SUBCONNECTOR_DVIA, "DVI-A" }, /* DVI-I */ 107 { DRM_MODE_SUBCONNECTOR_Automatic, "Automatic" }, /* DVI-I and TV-out */ 108 { DRM_MODE_SUBCONNECTOR_Composite, "Composite" }, /* TV-out */ [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelDAGToDAG.cpp | 1 //===- XtensaISelDAGToDAG.cpp - A dag to dag inst selector for Xtensa -----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 25 #define DEBUG_TYPE "xtensa-isel" 36 // For load/store instructions generate (base+offset) pair from 38 bool selectMemRegAddr(SDValue Addr, SDValue &Base, SDValue &Offset, in selectMemRegAddr() argument 44 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy); in selectMemRegAddr() 45 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), ValTy); in selectMemRegAddr() 51 DiagnosticInfoUnsupported Diag(CurDAG->getMachineFunction().getFunction(), in selectMemRegAddr() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | nxp,sja1105.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id [all...] |
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_print.c | 36 * This file contains the post-processing logic for the print() action. The 40 * take the result of the trace action and post-process it in the fashion of 45 * - We do not expose any options or flags. The behavior of print() is 46 * equivalent to "::print -tn". 48 * - MDB will display "holes" in structures (unused padding between 51 * - When printing arrays of structures, MDB will leave a trailing ',' 54 * - MDB will print time_t types as date and time. 56 * - MDB will detect when an enum is actually the OR of several flags, 59 * - For large arrays, MDB will print the first few members and then 62 * - MDB will break and wrap arrays at 80 columns. [all …]
|