Searched refs:address (Results 501 - 525 of 752) sorted by relevance

<<21222324252627282930>>

/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h137 lldb::SBValue CreateValueFromAddress(const char *name, lldb::addr_t address,
140 // this has no address! GetAddress() and GetLoadAddress() as well as
325 /// Resolve the location of this value once and watch its address.
355 /// Resolve the location of this value once and watch its address.
387 /// SBValue::GetValue() will be the address of the first vtable entry if the
391 /// SBValue::GetValueAtUnsigned(...) will return the address of the first
394 /// SBValue::GetLoadAddress() will return the address of the vtable pointer
417 /// SBValue::GetLoadAddress() will return the address of the virtual function
H A DSBTarget.h355 /// Set the base load address for a module section.
358 /// The section whose base load address will be set within this
362 /// The base address for the section.
370 /// Clear the base load address for a module section.
373 /// The section whose base load address will be cleared within
514 /// Resolve a current file address into a section offset address.
517 /// The file address to resolve.
523 /// Resolve a current load address into a section offset address
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dpci_emul.h78 int baridx, int enabled, uint64_t address);
/freebsd-current/contrib/ntp/include/
H A Dntp_config.h88 char * address; member in struct:address_node_tag
186 char * if_name; /* or numeric address */
274 * name->address resolution completes.
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1764 *p_addr = p_resp->pfdev_info.stats_info.pstats.address;
1815 tstats_addr = p_resp->pfdev_info.stats_info.tstats.address;
1841 *p_addr = p_resp->pfdev_info.stats_info.ustats.address;
1887 *p_addr = p_resp->pfdev_info.stats_info.mstats.address;
2249 u32 coalesce, address, is_valid; local
2265 address = BAR0_MAP_REG_USDM_RAM +
2267 coalesce = ecore_rd(p_hwfn, p_ptt, address);
2285 u32 coalesce, address, is_valid; local
2301 address = BAR0_MAP_REG_XSDM_RAM +
2303 coalesce = ecore_rd(p_hwfn, p_ptt, address);
[all...]
/freebsd-current/sys/dev/ixl/
H A Di40e_type.h71 /* Check whether address is multicast. */
72 #define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01))
74 /* Check whether an address is broadcast. */
75 #define I40E_IS_BROADCAST(address) \
76 ((((u8 *)(address))[0] == ((u8)0xff)) && \
77 (((u8 *)(address))[1] == ((u8)0xff)))
791 __le64 pkt_addr; /* Packet buffer address */
792 __le64 hdr_addr; /* Header buffer address */
818 __le64 pkt_addr; /* Packet buffer address */
[all...]
/freebsd-current/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c117 /** string that identifies the socket (or NULL), like IP address */
430 /** convert type address to a string ip4 or ip6, malloced or NULL on fail */
431 static char* str_of_addr(ProtobufCBinaryData address) argument
435 if(address.len == 4) {
436 if(inet_ntop(AF_INET, address.data, buf, len)!=0)
438 } else if(address.len == 16) {
439 if(inet_ntop(AF_INET6, address.data, buf, len)!=0)
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp456 // Check for any reason we want to move this breakpoint to other address.
459 // Attempt to resolve our load address if possible, though it is ok if it
462 // Try and resolve as a load address if possible
465 // The address didn't resolve, so just set this as an absolute address
873 error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr);
884 // Currently we only support one watchpoint per address, with total number of
891 // Mask off ignored bits from watchpoint address.
896 // at the exact same user-specified address, disables the new one
1823 error.SetErrorString("address is
2062 Address address = addr; local
2753 lldb::addr_t address = LLDB_INVALID_ADDRESS; local
[all...]
/freebsd-current/contrib/unbound/sldns/
H A Dstr2wire.c1792 struct in_addr address; local
1793 if(inet_pton(AF_INET, (char*)str, &address) != 1)
1795 if(*len < sizeof(address))
1797 memmove(rd, &address, sizeof(address));
1798 *len = sizeof(address);
1805 uint8_t address[LDNS_IP6ADDRLEN + 1]; local
1806 if(inet_pton(AF_INET6, (char*)str, address) != 1)
1810 memmove(rd, address, LDNS_IP6ADDRLEN);
1863 /* [!]afi:address/prefi
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c369 /* REUSEADDR on Unix means, "don't hang on to this address after the
371 * processes from binding to this address while we're using it. */
607 /* We sometimes need to know whether we have an ipv4 address and whether we
608 have an ipv6 address. If 'have_checked_interfaces', then we've already done
609 the test. If 'had_ipv4_address', then it turns out we had an ipv4 address.
610 If 'had_ipv6_address', then it turns out we had an ipv6 address. These are
614 /* True iff the IPv4 address 'addr', in host order, is in 127.0.0.0/8 */
618 /* True iff the IPv4 address 'addr', in host order, is link-local
623 /* True iff the IPv4 address 'addr', in host order, is a class D
624 * (multiclass) address
[all...]
/freebsd-current/contrib/libevent/
H A Devutil.c369 /* REUSEADDR on Unix means, "don't hang on to this address after the
371 * processes from binding to this address while we're using it. */
607 /* We sometimes need to know whether we have an ipv4 address and whether we
608 have an ipv6 address. If 'have_checked_interfaces', then we've already done
609 the test. If 'had_ipv4_address', then it turns out we had an ipv4 address.
610 If 'had_ipv6_address', then it turns out we had an ipv6 address. These are
614 /* True iff the IPv4 address 'addr', in host order, is in 127.0.0.0/8 */
618 /* True iff the IPv4 address 'addr', in host order, is link-local
623 /* True iff the IPv4 address 'addr', in host order, is a class D
624 * (multiclass) address
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_pcb.c100 * these has a list of addresses. When we add a new address
104 * address to the list. So we look something like:
113 * point to these from its source address selection nets structure.
114 * When an address is deleted it does not happen right away on
116 * delete happens is immediately remove the address from
118 * addip iterator works through and frees the src address
318 SCTPDBG(SCTP_DEBUG_PCB4, "Can't find sctp_ifap for address\n");
360 SCTPDBG(SCTP_DEBUG_PCB4, "Can't find sctp_ifap for address\n");
400 /* update address counts */
402 ifa_af = sctp_ifap->address
[all...]
/freebsd-current/sys/conf/
H A Dkern.pre.mk97 -fsanitize=kernel-address \
194 # LLD (address is a PC-relative calculation, and BFD works around this by
195 # rewriting the instructions to generate an absolute address of 0); -fPIE
/freebsd-current/tests/sys/netinet6/
H A Dtest_ip6_output.py51 data, ancdata, msg_flags, address = self.socket.recvmsg(4096, 128)
59 "src_ip": address[0],
241 # Pick LL address on if2 vnet2's end
364 # Pick LL address on dst_ifp vnet2's end
455 """Tests IPv6 TCP connection to the local IPv6 address"""
477 print("address: {}".format(addr_tuple))
503 """Tests IPv6 UDP connection to the local IPv6 address"""
525 print("address: {}".format(addr_tuple))
/freebsd-current/crypto/openssl/crypto/comp/
H A Dc_zlib.c56 static void zlib_zfree(void *opaque, void *address) argument
58 OPENSSL_free(address);
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.h322 uint8_t address[4]; member in struct:scsi_read_dvd_structure
873 uint8_t tag_action, uint32_t address,
H A Dscsi_da.h389 uint8_t dlbaddr[4]; /* defect logical block address */
415 uint8_t address[4]; member in struct:scsi_defect_desc_block
420 uint8_t address[8]; member in struct:scsi_defect_desc_long_block
/freebsd-current/sys/dev/igc/
H A Digc_phy.c1006 * @address: XMDIO address to program
1007 * @dev_addr: device address to program
1008 * @data: pointer to value to read/write from/to the XMDIO address
1011 static s32 __igc_access_xmdio_reg(struct igc_hw *hw, u16 address, argument
1022 ret_val = hw->phy.ops.write_reg(hw, IGC_MMDAAD, address);
1049 * @addr: XMDIO address to program
1050 * @dev_addr: device address to program
1051 * @data: value to be read from the EMI address
1063 * @addr: XMDIO address t
[all...]
/freebsd-current/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c122 reg->address = raw.gas.Address;
315 cx_ptr->reg.address = gas.Address;
/freebsd-current/sys/dev/proto/
H A Dproto_core.c469 region->address = 0;
471 region->address = rman_get_start(r->r_d.res);
/freebsd-current/sys/dev/ciss/
H A Dcissreg.h43 u_int32_t extra_address; /* SCSI-3 level-2 and level-3 address bytes */
77 union ciss_device_address address; member in struct:ciss_header
154 u_int64_t address; member in struct:ciss_sg_entry
158 u_int32_t extension:1; /* address points to another s/g chain */
513 * In the device address of a logical volume, the bus number
/freebsd-current/contrib/tzdata/
H A DMakefile30 # Email address for bug reports.
309 -fsanitize=undefined -fsanitize-address-use-after-scope \
332 -Wno-address -Wno-format-nonliteral -Wno-sign-compare \
/freebsd-current/contrib/tzcode/
H A DMakefile30 # Email address for bug reports.
309 -fsanitize=undefined -fsanitize-address-use-after-scope \
332 -Wno-address -Wno-format-nonliteral -Wno-sign-compare \
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc104 // Use any near hint and the page size to set a page-aligned starting address
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h214 /// Add a relative offset to the given target address, i.e. the
215 /// static difference between the target address and the address
231 /// Add a relative offset to the target address, plus a small
236 llvm::Constant *address,
238 llvm::Constant *offset = getRelativeOffset(type, address);
299 /// Produce an address which will eventually point to the next
307 /// Produce an address which points to a position in the aggregate being
235 addTaggedRelativeOffset(llvm::IntegerType *type, llvm::Constant *address, unsigned tag) argument

Completed in 467 milliseconds

<<21222324252627282930>>