Home
last modified time | relevance | path

Searched +full:unit +full:- +full:address (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/freebsd-src/contrib/tcp_wrappers/
H A Dtli.c3 * the transport address of a client host, and the transport address of a
5 * address to a printable host name or address. Socket address results are
64 /* tli_host - look up endpoint addresses and install conversion methods */
78 * were here. Otherwise, use the transport-independent method and stick
79 * to generic network addresses. XXX hard-coded protocol family name.
84 if ((request->config = tli_transport(request->fd)) != 0
85 && (STR_EQ(request->config->nc_protofmly, "inet") ||
86 STR_EQ(request->config->nc_protofmly, "inet6"))) {
88 if ((request->config = tli_transport(request->fd)) != 0
89 && STR_EQ(request->config->nc_protofmly, "inet")) {
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h1 //===- DWARFUnit.h ---------
[all...]
H A DDWARFVerifier.h1 //===- DWARFVerifier.h ---------
[all...]
H A DDWARFDebugRangeList.h1 //===- DWARFDebugRangeList.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
27 /// A beginning address offset. This address offset has the size of an
28 /// address and is relative to the applicable base address of the
29 /// compilation unit referencing this range list. It marks the beginning
30 /// of an address range.
32 /// An ending address offset. This address offset again has the size of
33 /// an address and is relative to the applicable base address of the
34 /// compilation unit referencing this range list. It marks the first
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dsrio-rmu.txt1 Message unit node:
3 For SRIO controllers that implement the message unit as part of the controller
5 node is composed of three types of sub-nodes ("fsl-srio-msg-unit",
6 "fsl-srio-dbell-unit" and "fsl-srio-port-write-unit").
10 - compatible
13 Definition: Must include "fsl,srio-rmu-vX.Y", "fsl,srio-rmu".
18 - reg
20 Value type: <prop-encoded-array>
21 Definition: A standard property. Specifies the physical address and
25 - fsl,liodn
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1 //===- DwarfStreamer.cpp ---------
176 emitCompileUnitHeader(CompileUnit & Unit,unsigned DwarfVersion) emitCompileUnitHeader() argument
434 emitDwarfDebugArangesTable(const CompileUnit & Unit,const AddressRanges & LinkedRanges) emitDwarfDebugArangesTable() argument
476 emitDwarfDebugRangesTableFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch) emitDwarfDebugRangesTableFragment() argument
506 emitDwarfDebugRangeListHeader(const CompileUnit & Unit) emitDwarfDebugRangeListHeader() argument
542 emitDwarfDebugRangeListFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugRangeListFragment() argument
552 emitDwarfDebugRangeListFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugRangeListFooter() argument
565 emitDwarfDebugRngListsTableFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugRngListsTableFragment() argument
603 emitDwarfDebugLocListHeader(const CompileUnit & Unit) emitDwarfDebugLocListHeader() argument
640 emitDwarfDebugLocListFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugLocListFragment() argument
653 emitDwarfDebugLocListFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugLocListFooter() argument
667 emitDwarfDebugLocTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch) emitDwarfDebugLocTableFragment() argument
706 emitDwarfDebugAddrsHeader(const CompileUnit & Unit) emitDwarfDebugAddrsHeader() argument
746 emitDwarfDebugAddrsFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugAddrsFooter() argument
758 emitDwarfDebugLocListsTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugLocListsTableFragment() argument
811 emitLineTableForUnit(const DWARFDebugLine::LineTable & LineTable,const CompileUnit & Unit,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableForUnit() argument
1067 uint64_t Address = -1ULL; emitLineTableRows() local
1194 emitPubSectionForUnit(MCSection * Sec,StringRef SecName,const CompileUnit & Unit,const std::vector<CompileUnit::AccelInfo> & Names) emitPubSectionForUnit() argument
1234 emitPubNamesForUnit(const CompileUnit & Unit) emitPubNamesForUnit() argument
1240 emitPubTypesForUnit(const CompileUnit & Unit) emitPubTypesForUnit() argument
1257 emitFDE(uint32_t CIEOffset,uint32_t AddrSize,uint64_t Address,StringRef FDEBytes) emitFDE() argument
[all...]
H A DDWARFLinker.cpp1 //=== DWARFLinker.cpp ----------
55 for (auto &Unit : Dwarf.compile_units()) { getDebugInfoSize() local
547 shouldKeepSubprogramDIE(AddressesMap & RelocMgr,const DWARFDie & DIE,const DWARFFile & File,CompileUnit & Unit,CompileUnit::DIEInfo & MyInfo,unsigned Flags) shouldKeepSubprogramDIE() argument
609 shouldKeepDIE(AddressesMap & RelocMgr,const DWARFDie & DIE,const DWARFFile & File,CompileUnit & Unit,CompileUnit::DIEInfo & MyInfo,unsigned Flags) shouldKeepDIE() argument
739 DWARFUnit &Unit = CU.getOrigUnit(); lookForRefDIEsToKeep() local
806 DWARFUnit &Unit = CU.getOrigUnit(); lookForParentDIEsToKeep() local
1071 cloneDieReferenceAttribute(DIE & Die,const DWARFDie & InputDIE,AttributeSpec AttrSpec,unsigned AttrSize,const DWARFFormValue & Val,const DWARFFile & File,CompileUnit & Unit) cloneDieReferenceAttribute() argument
1141 cloneExpression(DataExtractor & Data,DWARFExpression Expression,const DWARFFile & File,CompileUnit & Unit,SmallVectorImpl<uint8_t> & OutputBuffer,int64_t AddrRelocAdjustment,bool IsLittleEndian) cloneExpression() argument
1263 cloneBlockAttribute(DIE & Die,const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,AttributeSpec AttrSpec,const DWARFFormValue & Val,bool IsLittleEndian) cloneBlockAttribute() argument
1329 cloneAddressAttribute(DIE & Die,const DWARFDie & InputDIE,AttributeSpec AttrSpec,unsigned AttrSize,const DWARFFormValue & Val,const CompileUnit & Unit,AttributesInfo & Info) cloneAddressAttribute() argument
1394 cloneScalarAttribute(DIE & Die,const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,AttributeSpec AttrSpec,const DWARFFormValue & Val,unsigned AttrSize,AttributesInfo & Info) cloneScalarAttribute() argument
1546 cloneAttribute(DIE & Die,const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,const DWARFFormValue & Val,const AttributeSpec AttrSpec,unsigned AttrSize,AttributesInfo & Info,bool IsLittleEndian) cloneAttribute() argument
1606 addObjCAccelerator(CompileUnit & Unit,const DIE * Die,DwarfStringPoolEntryRef Name,OffsetsStringPool & StringPool,bool SkipPubSection) addObjCAccelerator() argument
1663 cloneDIE(const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,int64_t PCOffset,uint32_t OutOffset,unsigned Flags,bool IsLittleEndian,DIE * Die) cloneDIE() argument
1897 generateUnitRanges(CompileUnit & Unit,const DWARFFile & File,DebugDieValuePool & AddrPool) const generateUnitRanges() argument
1966 generateUnitLocations(CompileUnit & Unit,const DWARFFile & File,ExpressionHandlerRef ExprHandler) generateUnitLocations() argument
2031 emitDebugAddrSection(CompileUnit & Unit,const uint16_t DwarfVersion) const emitDebugAddrSection() argument
2092 rememberUnitForMacroOffset(CompileUnit & Unit) rememberUnitForMacroOffset() argument
2109 generateLineTableForUnit(CompileUnit & Unit) generateLineTableForUnit() argument
2213 emitAcceleratorEntriesForUnit(CompileUnit & Unit) emitAcceleratorEntriesForUnit() argument
2528 std::unique_ptr<CompileUnit> Unit; loadClangModule() local
2994 cloneModuleUnit(LinkContext & Context,RefModuleUnit & Unit,DeclContextTree & ODRContexts,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool,DebugDieValuePool & StringOffsetPool,unsigned Indent) cloneModuleUnit() argument
[all...]
/freebsd-src/usr.sbin/usbconfig/
H A Dusbconfig.82 .\" Copyright (c) 2008-2019 Hans Petter Selasky. All rights reserved.
36 .Op Fl u Ar unit
41 .Oo Oo Cm /dev/ Oc Cm ugen Oc Ar unit Cm \&. Ar addr
52 .Bl -tag -width "-u unit"
55 Should only be used in conjunction with the unit argument.
59 .Oo Oo Cm /dev/ Oc Cm ugen Oc Ar unit Cm \&. Ar addr
62 Limit device range to USB devices connected to the given unit and address.
63 The unit and address coordinates may be prefixed by the lowercased word
73 .It Fl u Ar unit
74 Limit device range to USB devices connected to the given USBUS unit.
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json10 "Unit": "iMC" string
20 "Unit": "iMC" string
30 "Unit": "iMC" string
40 "Unit": "iMC" string
47 "Unit": "iMC" string
57 "Unit": "iMC" string
67 "Unit": "iMC" string
70 "BriefDescription": "Pre-charges due to page misses",
76 "Unit": "iMC" string
79 "BriefDescription": "Pre-charge for reads",
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json10 "Unit": "iMC" string
20 "Unit": "iMC" string
30 "Unit": "iMC" string
40 "Unit": "iMC" string
47 "Unit": "iMC" string
57 "Unit": "iMC" string
67 "Unit": "iMC" string
70 "BriefDescription": "Pre-charges due to page misses",
76 "Unit": "iMC" string
79 "BriefDescription": "Pre-charge for reads",
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h1 //===- DWARFLinkerCompileUnit.h ---------
[all...]
H A DDWARFLinker.h1 //===- DWARFLinker.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
75 /// Emit Apple Objective-C accelerator table.
84 virtual MCSymbol *emitDwarfDebugRangeListHeader(const CompileUnit &Unit) = 0;
88 const CompileUnit &Unit, const AddressRanges &LinkedRanges,
92 virtual void emitDwarfDebugRangeListFooter(const CompileUnit &Unit,
96 virtual MCSymbol *emitDwarfDebugLocListHeader(const CompileUnit &Unit) = 0;
100 const CompileUnit &Unit,
105 virtual void emitDwarfDebugLocListFooter(const CompileUnit &Unit,
[all …]
/freebsd-src/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h5 /*-
6 * SPDX-License-Identifier: BSD-2-Clause
46 #define NG_HCI_ALERT if (unit->debug >= NG_HCI_ALERT_LEVEL) printf
47 #define NG_HCI_ERR if (unit->debug >= NG_HCI_ERR_LEVEL) printf
48 #define NG_HCI_WARN if (unit->debug >= NG_HCI_WARN_LEVEL) printf
49 #define NG_HCI_INFO if (unit->debug >= NG_HCI_INFO_LEVEL) printf
54 if ((m)->m_len < (s)) \
57 NG_HCI_ALERT("%s: %s - m_pullup(%zd) failed\n", \
58 __func__, NG_NODE_NAME(unit->node), (s)); \
62 * Unit hardware buffer descriptor
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/silvermont/
H A Dpipeline.json8 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
18 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
28 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
38 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
48 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
58 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
68 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
78 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
88 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
98 … All branches utilize the branch prediction unit (BPU) for prediction. This unit predicts the targ…
[all …]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Ddwarf.324 .\" $Id: dwarf.3 3644 2018-10-15 19:55:01Z jkoshy $
48 .Bl -bullet
69 .Bl -tag -width ".Li Dwarf_*" -compact
82 .Bl -tag -width ".Vt Dwarf_Unsigned" -compact
86 A program address in the target object.
88 Describes address ranges.
106 A 16-bit wide unsigned numeric type.
116 A virtual address used by an application.
118 A 64-bit wide signed numeric type.
120 An 8-bit wide unsigned numeric type.
[all …]
/freebsd-src/usr.sbin/rtadvd/
H A Drtadvd.conf.578 .Bl -tag -width indent
82 .Pq unit: seconds .
89 .Pq unit: seconds .
102 .Bl -tag -width indent
107 (str or num) A 8-bit flags field in router advertisement message header.
108 This field can be specified either as a case-sensitive string or as an
117 means Managed address configuration flag bit,
151 .Pq unit: seconds .
164 .Pq unit: milliseconds .
168 .Pq unit: milliseconds .
[all …]
/freebsd-src/share/man/man4/
H A Dch.431 .Nd SCSI media-changer (juke box) driver
63 Beginning in 2.1 it is possible to specify what ch unit a device should
79 mapped to zero-based logical addresses.
81 .Bl -tag -width CHET_MT
98 .Bl -tag -width CHIOEXCHANGE
107 .Bd -literal -offset indent
109 u_int cm_fromunit; /* logical unit of from element */
111 u_int cm_tounit; /* logical unit of to element */
133 .Bd -literal -offset indent
135 u_int ce_srcunit; /* logical unit of source */
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h1 //===-- SymbolFileDWARFDebugMap.h --------
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h1 //===-- CompileUnitIndex.h --------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
36 /// Represents a single compile unit. This class is useful for collecting the
37 /// important accessors and information about a compile unit from disparate
38 /// parts of the PDB into a single place, simplifying acess to compile unit
45 // index of this compile unit.
59 // Maps virtual address to global symbol id, which can then be used to
60 // locate the exact compile unit and offset of the symbol. Note that this
62 // given starting address.
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/amdzen4/
H A Dcache.json5 …"BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for loa…
11 …"BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for har…
17 …"BriefDescription": "Miss Address Buffer (MAB) entries allocated by a Load-Store (LS) pipe for all…
35 …"BriefDescription": "Demand data cache fills from cache of another CCX when the address was in the…
47 …"BriefDescription": "Demand data cache fills from cache of another CCX when the address was in a d…
89 …"BriefDescription": "Any data cache fills from cache of another CCX when the address was in the sa…
101 …"BriefDescription": "Any data cache fills from cache of another CCX when the address was in a diff…
107 …"BriefDescription": "Any data cache fills from cache of another CCX when the address was in the sa…
125 …data cache fills from either cache of another CCX, DRAM or MMIO when the address was in a differen…
161 …eculative) of type PrefetchNTA (move data with minimum cache pollution i.e. non-temporal access).",
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp1 //===-- CompileUnit.cpp --------
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt8188-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt8188-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hui Liu <hui.liu@mediatek.com>
17 const: mediatek,mt8188-pinctrl
19 gpio-controller: true
21 '#gpio-cells':
25 are defined in <dt-bindings/gpio/gpio.h>.
28 gpio-ranges:
[all …]
/freebsd-src/sys/dev/bhnd/siba/
H A Dsiba_erom.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
61 u_int core_idx, int unit,
73 bhnd_addr_t base_addr; /**< address of first core */
78 * SIBA EROM per-instance state.
107 if (hint->chip_type != BHND_CHIPTYPE_SIBA) in siba_erom_probe()
116 * The first core on EXTIF-equipped devices varies, but on the in siba_erom_probe()
141 if (cid->chip_type != BHND_CHIPTYPE_SIBA) in siba_erom_probe()
147 * without triggering build failure due to -Wtype-limits in siba_erom_probe()
152 _Static_assert((2^sizeof(cid->ncores)) <= SIBA_MAX_CORES, in siba_erom_probe()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1 //===- DWARFUnit.cpp ---------
139 addUnit(std::unique_ptr<DWARFUnit> Unit) addUnit() argument
230 uint64_t Address = DA.getRelocatedAddress(&Offset, &Section); getAddrOffsetSectionItem() local
740 getSubroutineForAddress(uint64_t Address) getSubroutineForAddress() argument
772 uint64_t Address = UINT64_MAX; updateVariableDieMap() local
828 getVariableForAddress(uint64_t Address) getVariableForAddress() argument
849 getInlinedChainForAddress(uint64_t Address,SmallVectorImpl<DWARFDie> & InlinedChain) getInlinedChainForAddress() argument
[all...]
/freebsd-src/sys/x86/iommu/
H A Dintel_idpgtbl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
85 iommu_gaddr_t maxaddr; /* Page table covers the guest address
90 level, it is non-zero if superpages
104 * - lvl is the level to build;
105 * - idx is the index of the page table page in the pgtbl_obj, which is
107 * - add
165 struct dmar_unit *unit; domain_get_idmap_pgtbl() local
502 struct dmar_unit *unit; domain_map_buf() local
751 domain_wait_iotlb_flush(struct dmar_unit * unit,uint64_t wt,int iro) domain_wait_iotlb_flush() argument
770 struct dmar_unit *unit; domain_flush_iotlb_sync() local
[all...]

12345678910>>...42