Home
last modified time | relevance | path

Searched +full:address +full:- +full:data (Results 1 – 25 of 1115) 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/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/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h1 //===- InlineInfo.h ---------
[all...]
H A DExtractRanges.h1 //===- ExtractRanges.h ---------
[all...]
H A DFunctionInfo.h1 //===- FunctionInfo.h ---------
[all...]
H A DGsymReader.h1 //===- GsymReader.h ---------
[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...]
/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/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/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/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/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/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/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 D6.t22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57 A socket consists of the following data structure:
82 Each socket contains two data queues, \fIso_rcv\fP and \fIso_snd\fP,
88 the socket data structure for later use. Protocols are defined
90 be described in detail later. A pointer to a protocol-specific
91 data structure,
93 Protocols control this data structure, which normally includes a
104 when a process wishes to extract data from a socket's receive queue
105 and it is empty, or lacks sufficient data to satisfy the request,
106 the process blocks, supplying the address of the receive queue as
[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/lldb/include/lldb/Symbol/
H A DSymbol.h1 //===-- Symbol.h --------
23 std::optional<uint64_t> address; global() member
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
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 …]
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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h1 //===-- DataEncoder.h --------
[all...]
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c1 /*-
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
91 switch (res->Type) { in acpi_lookup_irq_handler()
93 irqnum = res->Data.Irq.InterruptCount; in acpi_lookup_irq_handler()
95 if (res->Data.Irq.Interrupts[i] == req->irq) { in acpi_lookup_irq_handler()
101 trig = res->Data.Irq.Triggering; in acpi_lookup_irq_handler()
102 pol = res->Data.Irq.Polarity; in acpi_lookup_irq_handler()
105 irqnum = res->Data.ExtendedIrq.InterruptCount; in acpi_lookup_irq_handler()
107 if (res->Data.ExtendedIrq.Interrupts[i] == req->irq) { in acpi_lookup_irq_handler()
113 trig = res->Data.ExtendedIrq.Triggering; in acpi_lookup_irq_handler()
[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/share/man/man9/
H A Dfetch.929 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
48 .Nd fetch data from user-space
71 functions are designed to copy small amounts of data from user-space
73 If the user address is naturally aligned, then the operation will be
75 Otherwise it may fail or be performed non-atomically, depending on
81 .Bl -tag -width "fueword32()"
83 Fetches a byte of data from the user-space address
85 The byte read is zero-extended into the results variable.
87 Fetches a word of data (long) from the user-space address
90 Fetches 16 bits of data from the user-space 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 …]

12345678910>>...45