Searched refs:address (Results 51 - 75 of 752) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/resolv/
H A Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/
/freebsd-current/usr.sbin/bhyve/amd64/
H A De820.h22 /* allocate any address */
24 /* allocate lowest address larger than address */
26 /* allocate highest address lower than address */
28 /* allocate a specific address */
40 uint64_t e820_alloc(const uint64_t address, const uint64_t length,
H A De820.c202 * If some one tries to allocate a specific address, it could happen, that
203 * this address is not allocatable. Therefore, do some checks. If the
204 * address is not allocatable, don't panic. The user may have a fallback and
205 * tries to allocate another address. This is true for the GVT-d emulation
206 * which tries to reuse the host address of the graphics stolen memory and
207 * falls back to allocating the highest address below 4 GB.
342 uint64_t address, base, end; local
348 * If end - length == 0, we would allocate memory at address 0. This
349 * address is mostly unusable and we should avoid allocating it.
357 address
402 e820_alloc(const uint64_t address, const uint64_t length, const uint64_t alignment, const enum e820_memory_type type, const enum e820_allocation_strategy strategy) argument
[all...]
/freebsd-current/usr.bin/hexdump/
H A Ddisplay.c50 static off_t address; /* address/offset in stream */ variable
51 static off_t eaddress; /* end address */
69 for (fs = fshead, savebp = bp, saveaddress = address; fs;
70 fs = fs->nextfs, bp = savebp, address = saveaddress)
75 for (pr = fu->nextpr; pr; address += pr->bcnt,
77 if (eaddress && address >= eaddress &&
95 if (!address)
97 eaddress = address;
126 (void)printf(pr->fmt, (quad_t)address);
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h66 /// Check whether the given address is inside the function
71 /// \param[in] address
72 /// The address to check.
75 /// True if the address falls within the function's bounds;
77 bool ContainsAddress(lldb::addr_t address) { argument
80 return (address >= m_jit_start_addr && address < m_jit_end_addr);
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhif.h35 int (*diag_read)(struct ath10k *ar, u32 address, void *buf,
38 int (*diag_write)(struct ath10k *ar, u32 address, const void *data,
78 u32 (*read32)(struct ath10k *ar, u32 address);
80 void (*write32)(struct ath10k *ar, u32 address, u32 value);
109 static inline int ath10k_hif_diag_read(struct ath10k *ar, u32 address, void *buf, argument
112 return ar->hif.ops->diag_read(ar, address, buf, buf_len);
115 static inline int ath10k_hif_diag_write(struct ath10k *ar, u32 address, argument
121 return ar->hif.ops->diag_write(ar, address, data, nbytes);
210 static inline u32 ath10k_hif_read32(struct ath10k *ar, u32 address) argument
217 return ar->hif.ops->read32(ar, address);
220 ath10k_hif_write32(struct ath10k *ar, u32 address, u32 data) argument
[all...]
H A Dbmi.c155 u32 address, void *buffer, u32 length)
157 u32 address, u8 *buffer, u32 length)
166 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi read address 0x%x length %d\n",
167 address, length);
178 cmd.read_mem.addr = __cpu_to_le32(address);
190 address += rxlen;
199 int ath10k_bmi_write_soc_reg(struct ath10k *ar, u32 address, u32 reg_val) argument
207 address, reg_val);
215 cmd.write_soc_reg.addr = __cpu_to_le32(address);
228 int ath10k_bmi_read_soc_reg(struct ath10k *ar, u32 address, u3 argument
153 ath10k_bmi_read_memory(struct ath10k *ar, u32 address, void *buffer, u32 length) argument
262 ath10k_bmi_write_memory(struct ath10k *ar, u32 address, const void *buffer, u32 length) argument
312 ath10k_bmi_execute(struct ath10k *ar, u32 address, u32 param, u32 *result) argument
445 ath10k_bmi_lz_stream_start(struct ath10k *ar, u32 address) argument
471 ath10k_bmi_fast_download(struct ath10k *ar, u32 address, const void *buffer, u32 length) argument
518 ath10k_bmi_set_start(struct ath10k *ar, u32 address) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h29 /// The size in bytes of an address on the target architecture. For
31 /// address.
34 /// If the target system uses a flat address space, this value is 0.
39 dw_addr_t address; member in struct:lldb_private::plugin::dwarf::DWARFDebugArangeSet::Descriptor
41 dw_addr_t end_address() const { return address + length; }
49 dw_offset_t FindAddress(dw_addr_t address) const;
H A DDWARFDebugAranges.cpp57 m_aranges.Append(RangeToDIE::Entry(descriptor.address,
100 dw_offset_t DWARFDebugAranges::FindAddress(dw_addr_t address) const {
101 const RangeToDIE::Entry *entry = m_aranges.FindEntryThatContains(address);
/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_controller_registers.h197 #define SMU_HTTBAR_WRITE(controller, address) \
202 sci_cb_physical_address_lower(address) \
207 sci_cb_physical_address_upper(address) \
211 #define SMU_CQBAR_WRITE(controller, address) \
216 sci_cb_physical_address_lower(address) \
221 sci_cb_physical_address_upper(address) \
240 #define SMU_RNCBAR_WRITE(controller, address) \
245 sci_cb_physical_address_lower(address) \
250 sci_cb_physical_address_upper(address) \
386 #define SCU_PUFATHAR_WRITE(controller, address) \
[all...]
/freebsd-current/contrib/wpa/hs20/client/
H A Dosu_client.h79 void spp_sub_rem(struct hs20_osu_client *ctx, const char *address,
84 void spp_pol_upd(struct hs20_osu_client *ctx, const char *address,
97 void oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
102 void oma_dm_pol_upd(struct hs20_osu_client *ctx, const char *address,
107 void cmd_oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A Dharness.c30 u8* address; member in struct:__anon10
34 static void freeBuffer(buffer_s b) { free(b.address); }
82 size_t out_capacity = ZSTD_get_decompressed_size(input.address, input.size);
103 parse_dictionary(parsed_dict, dict.address, dict.size);
108 input.address, input.size,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp25 // e.g. 0b00000001 means 1 byte at address
66 // Check 4-byte alignment for hardware breakpoint target address.
68 return LLDB_INVALID_INDEX32; // Invalid address, should be 4-byte aligned.
78 else if (m_hbp_regs[i].address == addr)
87 m_hbp_regs[bp_index].address = addr;
94 m_hbp_regs[bp_index].address = 0;
124 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address;
128 m_hbp_regs[hw_idx].address = 0;
135 m_hbp_regs[hw_idx].address = tempAddr;
155 break_addr = m_hbp_regs[bp_index].address;
[all...]
/freebsd-current/contrib/libpcap/rpcapd/
H A Dfileconf.c212 char *address, *port; local
233 // Get the address.
239 address = ptr;
266 // there's no address in the
270 "%s, line %u has an %s parameter with a value containing no address",
277 // Null-terminate the address, and skip past
326 result = pcap_strlcpy(activelist[num_active_clients].address, address, sizeof(activelist[num_active_clients].address));
327 if (result >= sizeof(activelist[num_active_clients].address))
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h9 // Symbolizer is used by sanitizers to map instruction address to a location in
30 uptr address; member in struct:__sanitizer::AddressInfo
51 uptr module_base() const { return address - module_offset; }
139 // Returns a list of symbolized frames for a given address (containing
141 SymbolizedStack *SymbolizePC(uptr address);
142 bool SymbolizeData(uptr address, DataInfo *info);
143 bool SymbolizeFrame(uptr address, FrameInfo *info);
173 const LoadedModule *FindModuleForAddress(uptr address);
204 bool FindModuleNameAndOffsetForAddress(uptr address, const char **module_name,
/freebsd-current/sys/dev/ipmi/
H A Dipmi_isa.c113 info->address = 0xca2;
118 info->address = 0xca9;
123 info->address = 0xe4;
140 /* Allow the I/O address to be overridden via hints. */
142 info->address = val;
146 info->address = val;
207 (uintmax_t)info.address, info.offset,
219 &sc->ipmi_io_rid, info.address, info.address + count - 1,
229 &sc->ipmi_io_rid, info.address
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp163 for (SocketAddress &address : addresses) {
164 error = CreateSocket(address.GetFamily());
168 address.SetPort(host_port->port);
171 &address.sockaddr(),
172 address.GetLength()) == -1) {
203 for (SocketAddress &address : addresses) {
204 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP,
209 // enable local address reuse
219 SocketAddress listen_address = address;
221 listen_address.SetToAnyAddress(address
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhif.h13 u32 (*read32)(struct ath12k_base *sc, u32 address);
14 void (*write32)(struct ath12k_base *sc, u32 address, u32 data);
123 static inline u32 ath12k_hif_read32(struct ath12k_base *ab, u32 address) argument
125 return ab->hif.ops->read32(ab, address);
128 static inline void ath12k_hif_write32(struct ath12k_base *ab, u32 address, argument
131 ab->hif.ops->write32(ab, address, data);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dhif.h12 u32 (*read32)(struct ath11k_base *sc, u32 address);
13 void (*write32)(struct ath11k_base *sc, u32 address, u32 data);
93 static inline u32 ath11k_hif_read32(struct ath11k_base *sc, u32 address) argument
95 return sc->hif.ops->read32(sc, address);
98 static inline void ath11k_hif_write32(struct ath11k_base *sc, u32 address, u32 data) argument
100 sc->hif.ops->write32(sc, address, data);
/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c115 struct sockaddr_storage address; member in union:addr::__anon921
451 switch (xladdr->address.sa.sa_family) {
456 &xladdr->address.sin.sin_addr))
459 sockaddr(&laddr->address, AF_INET,
460 &xladdr->address.sin.sin_addr,
465 &xladdr->address.sin6.sin6_addr))
467 sockaddr(&laddr->address, AF_INET6,
468 &xladdr->address.sin6.sin6_addr,
472 errx(1, "address family %d not supported",
473 xladdr->address
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp48 // LDR X16,#12 ; X16 := address of the trampoline
51 // ;DATA: lower 32 bits of the address of the trampoline
52 // ;DATA: higher 32 bits of the address of the trampoline
63 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.address());
124 reinterpret_cast<std::atomic<uint32_t> *>(Sled.address()), Inst,
135 reinterpret_cast<std::atomic<uint32_t> *>(Sled.address()), Inst,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.h34 lldb_private::HistoryThreads GetHistoryThreads(lldb::addr_t address) override;
/freebsd-current/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_mapper.cpp78 ocsd_err_t TrcMemAccMapper::ReadTargetMemory(const ocsd_vaddr_t address, const uint8_t cs_trace_id, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer) argument
84 /* see if the address is in any range we know */
85 if (!readFromCurrent(address, mem_space, cs_trace_id))
87 bReadFromCurr = findAccessor(address, mem_space, cs_trace_id);
102 err = m_cache.readBytesFromCache(m_acc_curr, address, mem_space, cs_trace_id, &readBytes, p_buffer);
108 readBytes = m_acc_curr->readBytes(address, mem_space, cs_trace_id, *num_bytes, p_buffer);
180 /* mappers global address space class - no differentiation in core trace IDs */
219 bool TrcMemAccMapGlobalSpace::findAccessor(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space, const uint8_t /*cs_trace_id*/) argument
225 if( (*it)->addrInRange(address) &&
236 bool TrcMemAccMapGlobalSpace::readFromCurrent(const ocsd_vaddr_t address, cons argument
[all...]
/freebsd-current/contrib/libpcap/
H A Dsockutils.h141 int sock_initaddress(const char *address, const char *port,
158 int sock_getmyinfo(SOCKET sock, char *address, int addrlen, char *port, int portlen, int flags, char *errbuf, int errbuflen);
160 int sock_getascii_addrport(const struct sockaddr_storage *sockaddr, char *address, int addrlen, char *port, int portlen, int flags, char *errbuf, size_t errbuflen);
161 int sock_present2network(const char *address, struct sockaddr_storage *sockaddr, int addr_family, char *errbuf, int errbuflen);
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Dinterfaceiter.c61 * Extract the network address part from a "struct sockaddr".
63 * The address family is given explicitly
66 * not have a valid address family).
100 * address as a kernel internal form. Unfortunately,
103 * We convert the internal format to the pure address
190 char address[33]; local
208 address, &ifindex, &prefix, &scope, &flags, name);
216 if (strlen(address) != 32) {
219 "/proc/net/if_inet6:strlen(%s) != 32", address);
234 byte = ((strchr(hex, address[
[all...]

Completed in 257 milliseconds

1234567891011>>