| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 40 ArrayRef<uint8_t> Bytes, uint64_t Address, 45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() argument 57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument 76 uint64_t Address, 80 uint64_t Address, 84 uint64_t Address, 88 uint64_t Address, 92 uint64_t Address, 96 uint64_t Address, 100 uint64_t Address, [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Address.h | 1 //===-- Address.h -----------------------------------------------*- C++ -*-===// 35 /// \class Address Address.h "lldb/Core/Address.h" 36 /// A section + offset based address class. 38 /// The Address class allows addresses to be relative to a section that can 51 /// line tables, function address ranges, lexical block and inlined subroutine 52 /// address ranges, global and static variables) each time an image is loaded 62 class Address { 64 /// Dump styles allow the Address::Dump(Stream *,DumpStyle) const function 65 /// to display Address contents in a variety of ways. 71 /// // address for printf in libSystem.B.dylib as a section name + offset [all …]
|
| H A D | AddressRange.h | 12 #include "lldb/Core/Address.h" 24 /// A section + offset based address range class. 35 /// Initialize the address with the supplied \a section, \a offset and \a 40 /// address doesn't have a section or will get resolved later. 46 /// The size in bytes of the address range. 50 /// Construct with a virtual address, section list and byte size. 52 /// Initialize and resolve the address with the supplied virtual address \a 56 /// A virtual address. 59 /// The size in bytes of the address range. 66 /// Construct with a Address object address and byte size. [all …]
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.reg | 82 * Controls which of the 5, 512byte, address spaces should be used 87 address 0x000 101 address 0x001 118 address 0x002 197 address 0x003 213 address 0x004 228 address 0x004 244 address 0x005 260 address 0x006 269 address 0x008 [all …]
|
| H A D | aic7xxx.reg | 56 address 0x000 73 address 0x001 89 address 0x002 105 address 0x003 136 address 0x003 166 address 0x004 182 address 0x005 204 address 0x006 209 address 0x007 221 address 0x008 [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-facebook-cmm.dts | 333 #address-cells = <1>; 340 #address-cells = <1>; 346 #address-cells = <1>; 352 #address-cells = <1>; 357 #address-cells = <1>; 362 #address-cells = <1>; 367 #address-cells = <1>; 372 #address-cells = <1>; 377 #address-cells = <1>; 382 #address [all...] |
| H A D | aspeed-bmc-facebook-fuji.dts | 238 #address-cells = <1>; 244 #address-cells = <1>; 251 #address-cells = <1>; 258 #address-cells = <1>; 264 #address-cells = <1>; 270 #address-cells = <1>; 276 #address-cells = <1>; 282 #address-cells = <1>; 288 #address-cells = <1>; 294 #address [all...] |
| H A D | aspeed-bmc-facebook-minipack.dts | 248 #address-cells = <1>; 298 #address-cells = <1>; 349 #address-cells = <1>; 355 #address-cells = <1>; 361 #address-cells = <1>; 367 #address-cells = <1>; 373 #address-cells = <1>; 379 #address-cells = <1>; 385 #address-cells = <1>; 391 #address [all...] |
| H A D | ibm-power11-quad.dtsi | 125 #address-cells = <2>; 133 #address-cells = <1>; 145 #address-cells = <1>; 150 #address-cells = <1>; 156 #address-cells = <2>; 161 #address-cells = <1>; 180 #address-cells = <1>; 186 #address-cells = <2>; 191 #address-cells = <1>; 210 #address-cells = <1>; [all …]
|
| H A D | aspeed-bmc-facebook-cloudripper.dts | 137 #address-cells = <1>; 143 #address-cells = <1>; 149 #address-cells = <1>; 155 #address-cells = <1>; 161 #address-cells = <1>; 167 #address-cells = <1>; 173 #address-cells = <1>; 179 #address-cells = <1>; 185 #address-cells = <1>; 199 #address [all...] |
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | addr_families.c | 70 return krb5_data_copy(&a->address, buf, 4); in ipv4_sockaddr2addr() 92 memcpy (&tmp.sin_addr, a->address.data, 4); in ipv4_addr2sockaddr() 122 return krb5_data_copy(&a->address, buf, 4); in ipv4_h_addr2addr() 169 memcpy (&ia, addr->address.data, 4); in ipv4_print_addr() 175 ipv4_parse_addr (krb5_context context, const char *address, krb5_address *addr) in ipv4_parse_addr() argument 180 p = strchr(address, ':'); in ipv4_parse_addr() 183 if(strncasecmp(address, "ip:", p - address) != 0 && in ipv4_parse_addr() 184 strncasecmp(address, "ip4:", p - address) != 0 && in ipv4_parse_addr() 185 strncasecmp(address, "ipv4:", p - address) != 0 && in ipv4_parse_addr() 186 strncasecmp(address, "inet:", p - address) != 0) in ipv4_parse_addr() [all …]
|
| /freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
| H A D | krb5_address.3 | 1 .TH "Heimdal Kerberos 5 address functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library… 5 Heimdal Kerberos 5 address functions \- 49 …rb5_error_code KRB5_LIB_CALL \fBkrb5_free_address\fP (krb5_context context, krb5_address *address)" 77 …l, it will contain the actual length of the address. In case of the sa is too small to fit the who… 83 \fIaddr\fP the address to copy the from 87 …\fP pointer to length of sa, and after the call, it will contain the actual length of the address. 94 Return an error code or 0. Will return KRB5_PROG_ATYPE_NOSUPP in case address type is not supported… 106 \fIaddr1\fP address to compare 108 \fIaddr2\fP address to compare 113 Return an TRUE is the address are the same FALSE if not [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 146 ArrayRef<uint8_t> Bytes, uint64_t Address, 150 uint64_t Address) const override; 154 ArrayRef<uint8_t> Bytes, uint64_t Address, 158 ArrayRef<uint8_t> Bytes, uint64_t Address, 177 uint64_t Address, 180 uint64_t Address, 183 uint64_t Address, 186 uint64_t Address, 190 uint64_t Address, 193 uint64_t Address, [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | ti-abb-regulator.txt | 9 - reg: Address and length of the register set for the device. It contains 12 - "base-address" - contains base address of ABB module (ti,abb-v1,ti,abb-v2) 13 - "control-address" - contains control register address of ABB module (ti,abb-v3) 14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3) 15 - "int-address" - contains address of interrupt register for ABB module 17 - #address-cells: should be 0 47 - "efuse-address" - Contains efuse base address used to pick up ABB info. 48 - "ldo-address" - Contains address of ABB LDO override register. 49 "efuse-address" is required for this. 50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override [all …]
|
| /freebsd/sbin/dhclient/ |
| H A D | dhcp-options.5 | 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. 156 .It Ic option subnet-mask Ar ip-address ; 163 which an address is being assigned. 166 subnet-mask option declaration that is in scope for the address being 174 .Ic option routers Ar ip-address 175 .Oo , Ar ip-address ... Oc ; 182 .Ic option time-servers Ar ip-address 183 .Oo , Ar ip-address ... Oc ; [all …]
|
| /freebsd/contrib/openbsm/man/ |
| H A D | audit.log.5 | 79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 101 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 116 token, with the addition of a machine IPv4 or IPv6 address. 125 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 132 .It "Address Type/Length 1 byte Host address type and length" 133 .It "Machine Address 4/16 bytes IPv4 or IPv6 address" 147 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 167 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 178 token holds a network byte order IPv4 address. 183 for an IPv4 address. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymReader.h | 36 /// the host system. The Header, address table, address info offsets, and file 92 /// Get the full function info for an address. 95 /// FunctionInfo for a given address. For one off lookups, use the lookup() 99 /// info for a given address and cache it if the process stays around to 103 /// \param Addr A virtual address from the orignal object file to lookup. 107 /// address. 110 /// Get the full function info given an address index. 112 /// \param AddrIdx A address index for an address in the address table. 120 /// Lookup an address in the a GSYM. 122 /// Lookup just the information needed for a specific address \a Addr. This [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 36 ArrayRef<uint8_t> Bytes, uint64_t Address, 62 /// @param Address - The starting address of the instruction 68 /// immediate in the instruction using the Address, Offset and Width. If that 76 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument 79 return Decoder->tryAddingSymbolicOperand(MI, Value, Address, IsBranch, Offset, in tryAddingSymbolicOperand() 99 uint64_t Address, in DecodeGR32BitRegisterClass() argument 105 uint64_t Address, in DecodeGRH32BitRegisterClass() argument 111 uint64_t Address, in DecodeGR64BitRegisterClass() argument 117 uint64_t Address, in DecodeGR128BitRegisterClass() argument 123 DecodeADDR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, in DecodeADDR32BitRegisterClass() argument [all …]
|
| /freebsd/share/man/man4/ |
| H A D | stf.4 | 82 valid 6to4 address needs to be configured to the interface. 83 .Dq A valid 6to4 address 84 is an address which has the following properties. 95 is a hexadecimal notation of an IPv4 address for the node. 96 IPv4 address can be taken from any of interfaces your node has. 97 Since the specification forbids the use of IPv4 private address, 98 the address needs to be a global IPv4 address. 104 are properly filled to avoid address collisions. 108 the prefix length for the IPv6 interface address needs to be 16 so that 115 interface will check the IPv4 source address on packets, [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Address.cpp | 1 //===-- Address.cpp -------------------------------------------------------===// 9 #include "lldb/Core/Address.h" 64 const Address &address, void *dst, size_t dst_len) { in ReadBytes() argument 72 return target_sp->ReadMemory(address, dst, dst_len, error, in ReadBytes() 79 const Address &address, in GetByteOrderAndAddressSize() argument 94 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize() 104 const Address &address, uint32_t byte_size, in ReadUIntMax64() argument 113 success = ReadBytes(exe_scope, address, &buf, byte_size) == byte_size; in ReadUIntMax64() 117 if (GetByteOrderAndAddressSize(exe_scope, address, byte_order, addr_size)) { in ReadUIntMax64() 128 const Address &address, uint32_t pointer_size, in ReadAddress() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 12 #include "Address.h" 51 friend class Address; variable 59 llvm::Value *emitRawPointerFromAddress(Address Addr) const { in emitRawPointerFromAddress() 64 Address createConstGEP2_32(Address Addr, unsigned Idx0, unsigned Idx1, in createConstGEP2_32() 85 return Address(V, ElementTy, in createConstGEP2_32() 112 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") { 117 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() 124 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile, 140 llvm::StoreInst *CreateStore(llvm::Value *Val, Address Addr, 173 CreateAtomicCmpXchg(Address Addr, llvm::Value *Cmp, llvm::Value *New, [all …]
|
| /freebsd/share/man/man9/ |
| H A D | sglist.9 | 114 API manages physical address ranges. 116 Each element contains a starting physical address and a length. 148 the physical address ranges mapped by a single kernel virtual address range. 149 The kernel virtual address range starts at 169 the physical address ranges of a buffer backed by an array of virtual memory 181 address ranges mapped by a single kernel virtual address range. 182 The kernel virtual address range starts at 233 family of routines can be used to append the physical address ranges described 236 If a request to append an address range to a scatter/gather list fails, 241 function appends the physical address ranges described by a single kernel [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
| H A D | MipsDisassembler.cpp | 73 ArrayRef<uint8_t> Bytes, uint64_t Address, 82 uint64_t Address, 86 uint64_t Address, 90 uint64_t Address, 94 DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, 98 DecodeGPRMM16MovePRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, 102 uint64_t Address, 106 uint64_t Address, 110 uint64_t Address, 114 uint64_t Address, [all …]
|
| /freebsd/bin/ed/ |
| H A D | ed.1 | 126 .Op Ar address Op , Ar address 131 The address(es) indicate the line or range of lines to be affected by the 167 An address represents the number of a line in the buffer. 171 .Em current address 173 typically supplied to commands as the default address when none is specified. 174 When a file is first read, the current address is set to the last line 176 In general, the current address is set to the last line 179 A line address is 190 relative to the current address. 193 address [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugRangeList.h | 28 /// A beginning address offset. This address offset has the size of an 29 /// address and is relative to the applicable base address of the 31 /// of an address range. 33 /// An ending address offset. This address offset again has the size of 34 /// an address and is relative to the applicable base address of the 36 /// address past the end of the address range. The ending address must 37 /// be greater than or equal to the beginning address. 43 /// which consists of a 0 for the beginning address offset 44 /// and a 0 for the ending address offset. 49 /// A base address selection entry consists of: [all …]
|