Searched refs:address (Results 476 - 500 of 752) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Difiter_sysctl.c62 0, /* Any address family. */
147 * If the interface has an unsupported address family,
201 * This is not an interface address.
226 case RTAX_IFA: /* Interface address */
229 case RTAX_BRD: /* Broadcast or destination address */
260 get_addr(family, &iter->current.address, addr_sa,
/freebsd-current/lib/libthread_db/
H A Dlibthr_db.c731 psaddr_t *address)
753 /* get dtv array address */
758 /* now get the object's tls block base address */
760 address, sizeof(*address));
764 *address += offset;
730 pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, psaddr_t *address) argument
/freebsd-current/stand/i386/gptboot/
H A Dgptldr.S34 .set MEM_REL,0x700 # Relocation address
/freebsd-current/sys/dev/ixl/
H A Di40e_dcb.c1346 * @module: address of the module pointer
1355 u32 address, offset = (2 * word_offset); local
1375 address = (0x7FFF & mem) * 4096;
1377 address = (0x7FFF & mem) * 2;
1397 ret = i40e_aq_read_nvm(hw, 0, address + offset,
/freebsd-current/sys/dev/ipmi/
H A Dipmivars.h34 uint64_t address; member in struct:ipmi_get_info
81 u_char ipmi_address; /* IPMB address. */
H A Dipmi_pci.c121 (uintmax_t)info.address, info.offset,
/freebsd-current/sys/dev/usb/
H A Dusb_device.h242 uint8_t address; /* device addess */ member in struct:usb_device
251 uint8_t hs_hub_addr; /* high-speed HUB address */
/freebsd-current/sys/dev/drm2/
H A Ddrm_dp_helper.h313 u16 address; member in struct:iic_dp_aux_data
/freebsd-current/tools/bus_space/
H A Dbus.c121 r->addr = region.address;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c80 * @addr: userspace virtual address to start at
124 umem->address = addr;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_common.h110 uint8_t address[6]; /**< Switch MAC/FC address */ member in struct:ocs_domain_record_s
176 uint32_t fc_id; /**< FC address */
275 uint32_t fc_id; /**< FC address */
/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh134 <address-unreachable>0</address-unreachable>
327 <address-unreachable>0</address-unreachable>
/freebsd-current/crypto/openssh/
H A Dservconf.h244 const char *address; /* remote address */ member in struct:connection_info
245 const char *laddress; /* local address */
/freebsd-current/contrib/libevent/include/event2/
H A Ddns.h172 * This can happen when you ask for an address that exists, but a record
298 The address should be an IPv4 address in network byte order.
299 The type of address is chosen so that it matches in_addr.s_addr.
302 @param address an IP address in network byte order
308 unsigned long int address);
352 Add a nameserver by string address.
354 This function parses a n IPv4 or IPv6 address from a string and adds it as a
414 Lookup a PTR record for a given IP address
[all...]
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox_prop.h410 uint32_t address; member in struct:bcm2835_mbox_tag_touchbuf::__anon328::__anon330
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c165 (ng_btsocket_rfcomm_session_p s, u_int8_t address, u_int8_t pf,
450 /* Verify address */
504 /* Verify address */
582 * Update destination address and channel and attach
890 * session will listen on ANY address.
918 * Return peer address for getpeername(2) or for accept(2). For the latter
984 * Get socket address
1149 * Try to find RFCOMM socket that listens on given source address
1160 * create new socket and set proper source and destination address,
1177 * connection. Set source and destination address fro
3005 ng_btsocket_rfcomm_send_uih(ng_btsocket_rfcomm_session_p s, u_int8_t address, u_int8_t pf, u_int8_t credits, struct mbuf *data) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h106 std::optional<uint64_t> address; member in struct:lldb_private::JSONSection
234 /// Where to place the data, address byte size, and byte order
266 lldb::addr_t m_file_addr; // The absolute file virtual address range of this
268 // offset from parent file virtual address if m_parent != NULL
277 bool m_fake : 1, // If true, then this section only can contain the address if
279 // children contains an address. This allows for gaps between the
280 // children that are contained in the address range for this section, but
281 // do not produce hits unless the children contain the address.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp127 TypeAndOrName &class_type_or_name, Address &address,
125 GetDynamicTypeAndAddress( ValueObject &in_value, DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &address, Value::ValueType &value_type) argument
/freebsd-current/contrib/one-true-awk/
H A Dmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-current/sys/arm/arm/
H A Delf_machdep.c299 dcache_wb_pou((vm_offset_t)lf->address, (vm_size_t)lf->size);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h139 GetUnwindPlan(const Address &address,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h24 std::optional<uint64_t> address; member in struct:lldb_private::JSONSymbol
71 // represent an absolute address since it has no section.
76 // Makes sure the symbol's value is an address and returns the file address.
77 // Returns LLDB_INVALID_ADDRESS if the symbol's value isn't an address.
80 // Makes sure the symbol's value is an address and gets the load address
82 // value isn't an address or if the section isn't loaded in \a target.
85 // Access the address value. Do NOT hand out the AddressRange as an object as
86 // the byte size of the address rang
[all...]
H A DSymbolFileOnDemand.h174 GetUnwindPlan(const Address &address,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp46 output_, stack_trace_fmt_, frame_num_++, cur->info.address,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp174 // Return the origin of the first taint byte in the size bytes from the address
181 // Validate address region.
242 // origins at the unaligned address boundaries may be overwritten because four
333 // Validate address regions.
485 // Releases the pages within the origin address range.
516 // Releases the pages within the shadow address range, and sets
562 // If the label s is tainted, set the size bytes from the address p to be a new
795 void PrintNoTaintWarning(const void *address) { argument
797 Printf(" %sDFSan: no tainted value at %x%s\n", d.Warning(), address,
801 void PrintInvalidOriginWarning(dfsan_label label, const void *address) { argument
[all...]

Completed in 209 milliseconds

<<11121314151617181920>>