Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h1 //===- llvm/CodeGen/AddressPool.h - Dwarf Debug Framework -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
20 // Collection of addresses for this unit and assorted labels.
21 // A Symbol->unsigned mapping of addresses used by indirect
33 /// the last "resetUsedFlag" call. Used to implement type unit fallback - a
34 /// type that references addresses cannot be placed in a type unit when using
51 void resetUsedFlag(bool HasBeenUsed = false) { this->HasBeenUsed = HasBeenUsed; }
/freebsd/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
77 Changer element addresses
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 */
129 The addresses of the affected elements is specified to the ioctl in a
[all …]
H A Dnetintro.481 in addition, provide non-standard facilities or extensions
85 abstraction may allow more than one byte of out-of-band
86 data to be transmitted per out-of-band message.
125 All network addresses adhere to a general structure,
131 .Bd -literal -offset indent
147 .Bd -literal
162 A user process (or possibly multiple co-operating processes)
192 .Bd -literal
211 #define ifr_dstaddr ifr_ifru.ifru_dstaddr /* other end of p-to-p link */
228 requests to obtain addresses and requests both to set and
[all …]
/freebsd/sys/dev/fb/
H A Dvgareg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
32 /* physical addresses */
49 /* I/O port addresses */
65 #define VGA_MKMINOR(unit) (unit) argument
76 int vga_probe_unit(int unit, struct video_adapter *adp, int flags);
77 int vga_attach_unit(int unit, vga_softc_t *sc, int flags);
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-catu.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/arm/arm,coresight-catu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arm Coresight Address Translation Unit (CATU)
10 - Mathieu Poirier <mathieu.poirier@linaro.org>
11 - Mike Leach <mike.leach@linaro.org>
12 - Leo Yan <leo.yan@linaro.org>
13 - Suzuki K Poulose <suzuki.poulose@arm.com>
23 The CoreSight Address Translation Unit (CATU) translates addresses between an
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h1 //===-- SymbolFileDWARFDebugMap.h ------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 #include "lldb/lldb-private-enumerations.h"
44 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } in classof()
52 static llvm::StringRef GetPluginNameStatic() { return "dwarf-debugmap"; } in GetPluginNameStatic()
65 // Compile Unit function calls
174 /// A map from the compile unit ID to its index in the vector.
193 /// contain more than one compile unit. SymbolFileDWARFDebugMap looks up the
195 /// currently, on macOS, only reports one compile unit per object file, and
[all …]
H A DDWARFDebugRanges.cpp1 //===-- DWARFDebugRanges.cpp --------
[all...]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressDocstrings.i4 The SBAddress class allows addresses to be relative to a section
7 addresses than the addresses found in the object file that
8 represents them on disk. There are currently two types of addresses
11 * file addresses
12 * load addresses
14 File addresses represents the virtual addresses that are in the 'on
15 disk' object files. These virtual addresses are converted to be
17 when/if the addresses slide when the images are loaded/unloaded
19 update every object (compile unit ranges, line tables, function
24 Load addresses represents the virtual addresses where each section
[all …]
/freebsd/sys/net/
H A Dif_private.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
52 int if_dunit; /* unit or IF_DUNIT_NONE */
55 char if_xname[IFNAMSIZ]; /* external name (name + unit) */
60 int if_drv_flags; /* driver-managed status flags */
65 void *if_linkmib; /* link-type-specifi
[all...]
H A Dif_stf.c3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
9 * Copyright (c) 2017-2021 Rubicon Communications, LLC (Netgate)
40 * 6to4 interface is NOT capable of link-layer (I mean, IPv4) multicasting.
44 * Due to the lack of address mapping for link-local addresses, we cannot
45 * throw packets toward link-local addresses (fe80::x). Also, we cannot throw
46 * packets to link-local multicast addresses (ff02::x).
48 * Here are interesting symptoms due to the lack of link-local address:
51 * - RIPng: Impossible. Uses link-local multicast packet toward ff02::9,
52 * and link-local addresses as nexthop.
[all …]
/freebsd/contrib/tcp_wrappers/
H A Dtli.c64 /* 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")) {
91 if (request->client->unit != 0) {
93 client = *(struct sockaddr_storage *) request->client->unit->addr.buf;
[all …]
/freebsd/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
106 A 16-bit wide unsigned numeric type.
118 A 64-bit wide signed numeric type.
120 An 8-bit wide unsigned numeric type.
122 A descriptor representing a user-specified type.
124 A 64-bit wide unsigned numeric type.
138 .Bl -enum -compact
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1 //=== DWARFLinker.cpp -----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
55 for (auto &Unit : Dwarf.compile_units()) { in getDebugInfoSize() local
56 Size += Unit->getLength(); in getDebugInfoSize()
66 return LHS < RHS->getOrigUnit().getNextUnitOffset(); in getUnitForOffset()
68 return CU != Units.end() ? CU->get() : nullptr; in getUnitForOffset()
82 RefOffset = RefValue.getUnit()->getOffset() + *Off; in resolveDIEReference()
90 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference()
282 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in updatePruning()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h1 //===- DWARFLinkerCompileUnit.h ---------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
54 return I->getDIEInteger().getValue(); in get()
61 /// Stores all information relating to a compile unit, be it in its original
145 /// Return the DW_AT_LLVM_sysroot of the compile unit or an empty StringRef.
178 /// Mark every DIE in this unit as kept. This function also
183 /// Compute the end offset for this unit. Must be called after the CU's DIEs
184 /// have been cloned. \returns the next unit offset (which is also the
191 /// \p Ctxt if it is non-null.
[all …]
/freebsd/contrib/blocklist/bin/
H A Dblacklistd.conf.556 i.e. the address specified refers to the addresses on the local machine.
91 addresses, whereas the last 3 fields
104 .Bd -literal -offset indent
113 can have multiple addresses in different protocols where the mask has a different
147 .Dq - ,
168 The default unit for
195 rules can be used for allowing specific addresses, changing the mask
199 .Bl -tag -width /etc/blacklistd.conf -compact
204 .Bd -literal -offset 8n
212 # For addresses coming from 8.8.0.0/16 block class C networks instead
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1 //===-- Module.h --------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dreserved-memory.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reserved-memory/reserved-memory.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: /reserved-memory Child Node Common
10 - devicetree-spec@vger.kernel.org
13 Reserved memory is specified as a node under the /reserved-memory node. The
19 Each child of the reserved-memory node specifies one or more regions
25 Following the generic-names recommended practice, node names should
26 reflect the purpose of the node (ie. "framebuffer" or "dma-pool").
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-mv78230.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 #include "armada-xp.dtsi"
17 compatible = "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
25 #address-cells = <1>;
26 #size-cells = <0>;
27 enable-method = "marvell,armada-xp-smp";
31 compatible = "marvell,sheeva-v7";
34 clock-latency = <1000000>;
39 compatible = "marvell,sheeva-v7";
[all …]
/freebsd/bin/chio/
H A Dchio.12 .\"-
54 .Bl -tag -width indent
77 pseudo-element type allows the selection of tapes by their volume tag
84 will be used to represent an element unit.
94 .Bl -tag -width indent
99 Move the media unit from
105 is specified, the media unit will be inverted before insertion.
112 Perform a media unit exchange operation.
113 The media unit in
117 and the media unit previously in
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h1 //===- DWARFLinker.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
20 /// ------------------------------------------------------------------
26 /// code section(and thus have entries in the Addresses map). All the debug
38 /// for_each (Compile Unit) {
42 /// parrallel_for_each(Compile Unit) {
43 /// 1. Load input DWARF for Compile Unit.
48 /// containing DWARF tables corresponding to the current compile unit.
56 /// Generate an artificial compilation unit ("Type Table": used to partially
[all …]
/freebsd/sbin/ipfw/
H A Dipfw.88 in-kernel NAT.
19 .Op Ar rule | first-last ...
49 .Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options
55 .Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options
59 .Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value
61 .Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ...
63 .Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ...
65 .Oo Cm set Ar N Oc Cm table Ar name Cm delete Op Ar table-key ...
93 .Ar config-options
99 .Ss IN-KERNEL NAT
[all …]
/freebsd/share/man/man9/
H A Diflibdd.9195 .Bl -ohang -offset indent
199 vaddrs and paddrs are arrays of virtual and physical addresses respectively of
206 vaddrs and paddrs are arrays of virtual and physical addresses respectively of
221 .Bl -ohang -offset indent
244 .Bl -ohang -offset indent
247 For example, it will reset the chip and enable the receiver unit.
255 Programs the interfaces multicast addresses
260 The driver sets the appropriate link type and speed in ifmr->ifm_active.
282 .Bl -ohang -offset indent
299 .Bl -ohang -offset indent
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscu_bios_definitions.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
64 * stand-alone where the library is excluded. By excluding
85 // For Intel Storage Controller Unit OEM Block
126 * stands for Intel Storage Controller Unit OEM Block.
185 * be set for the Intel SAS Storage Controller Unit (SCU).
208 * in APC mode, if ANY of the phy mask is non-zero,
[all …]

12345678910>>...19