Home
last modified time | relevance | path

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

12345678910>>...45

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg1 /*-
4 * Copyright (c) 1994-2001, 2004 Justin T. Gibbs.
5 * Copyright (c) 2000-2002 Adaptec Inc.
19 * 3. Neither the names of the above-listed copyright holders nor the names
34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
60 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \
67 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \
74 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { \
82 * Controls which of the 5, 512byte, address spaces should be used
87 address 0x000
[all …]
H A Daic7xxx.reg1 /*-
4 * Copyright (c) 1994-2001 Justin T. Gibbs.
5 * Copyright (c) 2000-2001 Adaptec Inc.
19 * 3. Neither the names of the above-listed copyright holders nor the names
34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47 * All page numbers refer to the Adaptec AIC-7770 Data Book available from
48 * Adaptec's Technical Documents Department 1-800-934-2766
52 * SCSI Sequence Control (p. 3-11).
56 address 0x000
69 * SCSI Transfer Control 0 Register (pp. 3-13).
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Daddr_families.c2 * Copyright (c) 1997-2007 Kungliga Tekniska Högskolan
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
59 * AF_INET - aka IPv4 implementation
68 a->addr_type = KRB5_ADDRESS_INET; in ipv4_sockaddr2addr()
69 memcpy (buf, &sin4->sin_addr, 4); in ipv4_sockaddr2addr()
70 return krb5_data_copy(&a->address, buf, 4); in ipv4_sockaddr2addr()
78 *port = sin4->sin_port; in ipv4_sockaddr2port()
92 memcpy (&tmp.sin_addr, a->address.data, 4); in ipv4_addr2sockaddr()
120 a->addr_type = KRB5_ADDRESS_INET; in ipv4_h_addr2addr()
122 return krb5_data_copy(&a->address, buf, 4); in ipv4_h_addr2addr()
[all …]
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c3 * Module Name: rsaddr - Address resource descriptors (16/32/64)
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
141 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
162 * AcpiRsConvertAddress16 - All WORD (16-bit) address resources
[all …]
/freebsd/contrib/openbsm/man/
H A Daudit.log.51 .\"-
2 .\" Copyright (c) 2005-2006 Robert N. M. Watson
21 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 token-based record stream to represent system audit data.
39 range of data types, and easily extended to describe new data types in a
54 Between these two tokens will appear a variety of data tokens, such as
79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
93 A 32-bit
97 a 64-bit
101 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h1 //===- InlineInfo.h ---------
[all...]
H A DGsymReader.h1 //===- GsymReader.h ---------
[all...]
H A DGsymCreator.h1 //===- GsymCreator.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 /// GsymCreator is used to emit GSYM data to a stand alone file or section
37 /// - Create FunctionInfo objects and add them
38 /// - Finalize the GsymCreator object
39 /// - Save to file or section
61 /// only data, and used as is.
64 /// - Header
65 /// - Address Table
[all …]
H A DExtractRanges.h1 //===- ExtractRanges.h ---------
[all...]
/freebsd/sbin/dhclient/
H A Ddhcp-options.51 .\" $OpenBSD: dhcp-options.5,v 1.5 2005/03/02 15:30:42 jmc Exp $
27 .\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
43 .Nm dhcp-options
62 keyword, followed by an option name, followed by option data.
63 The option names and data formats are described below.
64 It is not necessary to exhaustively specify all DHCP options -
67 Option data comes in a variety of formats, as defined below:
70 .Ar ip-address
71 data type can be entered either as an explicit IP address
76 A domain name must resolve to a single IP address.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp1 //===-- Value.cpp --------
290 GetData(DataExtractor & data) GetData() argument
313 GetValueAsData(ExecutionContext * exe_ctx,DataExtractor & data,Module * module) GetValueAsData() argument
318 lldb::addr_t address = LLDB_INVALID_ADDRESS; GetValueAsData() local
588 DataExtractor data; ResolveValue() local
[all...]
H A DAddress.cpp1 //===-- Address.cpp -------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "lldb/Core/Address.h"
64 const Address &address, void *dst, size_t dst_len) { in ReadBytes() argument
68 TargetSP target_sp(exe_scope->CalculateTarget()); in ReadBytes()
72 return target_sp->ReadMemory(address, dst, dst_len, error, in ReadBytes()
79 const Address &address, in GetByteOrderAndAddressSize() argument
87 TargetSP target_sp(exe_scope->CalculateTarget()); in GetByteOrderAndAddressSize()
89 byte_order = target_sp->GetArchitecture().GetByteOrder(); in GetByteOrderAndAddressSize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp1 //===-- DWARFDebugArangeSet.cpp --------
31 extract(const DWARFDataExtractor & data,lldb::offset_t * offset_ptr) extract() argument
156 DescriptorContainsAddress(dw_addr_t address) DescriptorContainsAddress() argument
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h1 //===-- Symbol.h --------
23 std::optional<uint64_t> address; global() member
[all...]
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_getaddrinfo.31 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_GETADDRINFO" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_getaddrinfo \- Provides transport independent address translation.
15 Optional, name, dotted-decimal IPv4, or IPv6 hex address to resolve.
17 Service name or port number of address.
25 Resolves the destination node and service address and returns
29 Returns 0 on success, or -1 on error. If an error occurs, errno will be
34 specified, the call will resolve address information for use on the
36 If node is provided, rdma_getaddrinfo will attempt to resolve the RDMA address,
37 route, and connection data to the given node. The hints parameter, if provided,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp1 //===- DWARFDebugArangeSet.cpp --------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
26 DWARFFormValue::dumpAddress(OS, AddressSize, Address); in dump()
33 Offset = -1ULL; in clear()
38 Error DWARFDebugArangeSet::extract(DWARFDataExtractor data, in extract() argument
41 assert(data.isValidOffset(*offset_ptr)); in extract()
45 // 7.21 Address Range Table (extract) in extract()
46 // Each set of entries in the table of address ranges contained in in extract()
49 // A 4-byte (32-bit DWARF) or 12-byte (64-bit DWARF) length containing in extract()
[all …]
H A DDWARFDebugAddr.cpp1 //===- DWARFDebugAddr.cpp -------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
16 Error DWARFDebugAddrTable::extractAddresses(const DWARFDataExtractor &Data, in extractAddresses() argument
20 uint64_t DataSize = EndOffset - *OffsetPtr; in extractAddresses()
21 assert(Data.isValidOffsetForDataOfSize(*OffsetPtr, DataSize)); in extractAddresses()
23 AddrSize, errc::not_supported, "address table at offset 0x%" PRIx64, in extractAddresses()
29 "address table at offset 0x%" PRIx64 in extractAddresses()
30 " contains data of size 0x%" PRIx64 in extractAddresses()
37 while (Count--) in extractAddresses()
[all …]
/freebsd/sys/arm64/arm64/
H A Dbus_space_asm.S1 /*-
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55 /* Calculate the device address. */
58 * x0 = The device address.
59 * x3 = The kernel address.
63 /* Read the data. */
76 /* Calculate the device address. */
79 * x0 = The device address.
80 * x3 = The kernel address.
84 /* Read the data. */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp1 //===- InlineInfo.cpp ---------
77 skip(DataExtractor & Data,uint64_t & Offset,bool SkippedRanges) skip() argument
109 lookup(const GsymReader & GR,DataExtractor & Data,uint64_t & Offset,uint64_t BaseAddr,uint64_t Addr,SourceLocations & SrcLocs,llvm::Error & Err) lookup() argument
160 lookup(const GsymReader & GR,DataExtractor & Data,uint64_t BaseAddr,uint64_t Addr,SourceLocations & SrcLocs) lookup() argument
180 decode(DataExtractor & Data,uint64_t & Offset,uint64_t BaseAddr) decode() argument
223 decode(DataExtractor & Data,uint64_t BaseAddr) decode() argument
[all...]
/freebsd/sys/netinet/libalias/
H A Dlibalias.31 .\"-
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 .Nd packet aliasing library for masquerading and network address translation
41 library is a collection of functions for aliasing and de-aliasing of IP
42 packets, intended for masquerading and network address translation (NAT).
45 in the process of IP masquerading and network address translation.
47 be aliased to appear as if they came from an accessible IP address.
48 Incoming packets are then de-aliased so that they are sent to the correct
52 In the simplest mode of operation, a many-to-one address mapping takes
55 In addition, one-to-one mappings between local and public addresses can
[all …]
/freebsd/share/doc/smm/18.net/
H A D7.t22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43 #define PRU_BIND 2 /* bind socket to address */
48 #define PRU_SHUTDOWN 7 /* won't send any more data */
49 #define PRU_RCVD 8 /* have taken data; more room now */
50 #define PRU_SEND 9 /* send this data */
54 #define PRU_RCVOOB 13 /* retrieve out of band data */
55 #define PRU_SENDOOB 14 /* send out of band data */
56 #define PRU_SOCKADDR 15 /* fetch socket's address */
57 #define PRU_PEERADDR 16 /* fetch peer's address */
71 The mbuf data chain \fIm\fP is supplied for output operations
[all …]
H A D4.t22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 .\".ds RH "Address representation
33 \s+2Internal address representation\s0
35 Common to all portions of the system are two data structures.
37 addresses and various data objects.
42 short sa_family; /* data format identifier */
43 char sa_data[14]; /* address */
46 All addresses belong to one or more \fIaddress families\fP
48 The \fIsa_family\fP field indicates the address family to which the address
49 belongs, and the \fIsa_data\fP field contains the actual data value.
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_gen.h9 found at http://www.gnu.org/licenses/gpl-2.0.html
29 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
80 /* [0x4] Mailbox message data out */
82 /* [0x8] Mailbox message data in */
100 /* [0x0] Target-ID control */
102 /* [0x4] TX queue 0/1 Target-ID */
104 /* [0x8] TX queue 2/3 Target-ID */
106 /* [0xc] RX queue 0/1 Target-ID */
108 /* [0x10] RX queue 2/3 Target-ID */
112 /* [0x0] TX queue 0/1 Target-Address */
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsati_callbacks.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.
49 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
69 * @brief This callback method asks the user to provide the address for
76 * @return This method returns the virtual address of the CDB.
97 * @brief This callback method asks the user to provide the data transfer
112 * @brief This callback method sets a value into the data buffer associated
[all …]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra20-gmi.txt10 - compatible : Should contain one of the following:
11 For Tegra20 must contain "nvidia,tegra20-gmi".
12 For Tegra30 must contain "nvidia,tegra30-gmi".
13 - reg: Should contain GMI controller registers location and length.
14 - clocks: Must contain an entry for each entry in clock-names.
15 - clock-names: Must include the following entries: "gmi"
16 - resets : Must contain an entry for each entry in reset-names.
17 - reset-names : Must include the following entries: "gmi"
18 - #address-cells: The number of cells used to represent physical base
19 addresses in the GMI address space. Should be 2.
[all …]

12345678910>>...45