Searched refs:address (Results 251 - 275 of 753) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h98 ocsd_err_t accessMemory(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer);
177 inline ocsd_err_t TrcPktDecodeI::accessMemory(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space, uint32_t *num_bytes, uint8_t *p_buffer) argument
180 return m_mem_access.first()->ReadTargetMemory(address,getCoreSightTraceID(),mem_space, num_bytes,p_buffer);
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Difiter_ioctl.c435 get_inaddr(&iter->current.address, &ci.addr);
444 * If the interface has an unsupported address family, or if
495 get_addr(family, &iter->current.address,
499 * If the interface does not have a address ignore it.
503 if (iter->current.address.type.in.s_addr == htonl(INADDR_ANY))
507 if (memcmp(&iter->current.address.type.in6, &in6addr_any,
557 memcpy(&lifreq.lifr_addr, &iter->current.address.type.in6,
558 sizeof(iter->current.address.type.in6));
563 "%s: getting interface address: %s",
569 isc_netaddr_format(&iter->current.address, sabu
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c56 /* fields used for the older address enumeration ioctls */
99 * address. ntpd needs to know the broadcast address which will target
101 * address and mask.
333 "sio address list query: %s",
465 isc_netaddr_fromsockaddr(&iter->current.address,
497 &iter->current.address,
506 * If the interface has an unsupported address family, or if
522 isc_netaddr_fromsockaddr(&iter->current.address,
556 * If the interface is point-to-point, get the destination address
[all...]
/freebsd-current/stand/i386/mbr/
H A Dmbr.S18 .set LOAD,0x7c00 # Load address
19 .set EXEC,0x600 # Execution address
39 # Relocate ourself to a lower address so that we are out of the way when
104 pushl 0x8(%si) # address
105 pushw %es # Set the address of
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h80 /// SearchFilter, before the Searcher qualifies an address it should pass it
116 /// Call this method with a Address to see if \a address passes the filter.
119 /// The address to check against the filter.
122 /// \b true if \a address passes, and \b false otherwise.
332 bool AddressPasses(Address &address) override;
379 bool AddressPasses(Address &address) override;
414 bool AddressPasses(Address &address) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp238 LLDB_LOG(log, "Unable to fetch the base address of object file. Skipping "
251 addr_t address = record->Address + base; local
252 SectionSP section_sp = list->FindSectionContainingFileAddress(address);
255 section_sp, address - section_sp->GetFileAddress(), record->Size);
458 LLDB_LOG(log, "Unable to fetch the base address of object file. Skipping "
466 auto add_symbol = [&](addr_t address, std::optional<addr_t> size,
468 address += base;
469 SectionSP section_sp = list.FindSectionContainingFileAddress(address);
472 "Ignoring symbol {0}, whose address ({1}) is outside of the "
474 name, address);
631 GetUnwindPlan(const Address &address, const RegisterInfoResolver &resolver) argument
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator.h84 // classes are not allowed to share the same address.
155 _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI pointer address(reference __x) const _NOEXCEPT {
158 _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const _NOEXCEPT {
235 _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const _NOEXCEPT {
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h133 /* user-space address */
135 unsigned long address; /* >= 4.11 */ member in union:vm_fault::__anon3227
223 apply_to_page_range(struct mm_struct *mm, unsigned long address, argument
229 int zap_vma_ptes(struct vm_area_struct *vma, unsigned long address,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp682 for MIPS in lldb. As we just need the address accessed by instructions,
1095 * It is appropriate for arithmetic which is not signed, such as address
1128 uint64_t address; local
1146 address = ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_zero_mips64 + base,
1151 /* destination address */
1152 address = address + imm;
1171 if (!WriteMemory(context, address, buffer.data(), reg_info_src->byte_size))
1175 /* Set the bad_vaddr register with base address used in the instruction */
1178 address);
1186 int64_t imm, address; local
2300 int64_t imm, address; local
2331 int64_t address, index_address; local
[all...]
/freebsd-current/sys/kern/
H A Dkern_linker.c78 const int kld_off_address = offsetof(struct linker_file, address);
790 EVENTHANDLER_INVOKE(kld_unload, file->filename, file->address,
901 caddr_t address; local
917 address = (file == linker_kernel_file) ? NULL : (caddr_t)file;
919 "symbol __this_linker_file to %p\n", address));
920 return (address);
940 address = linker_file_lookup_symbol_internal(
942 if (address) {
944 " deps value=%p\n", address));
945 return (address);
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c835 fprintf(df, " %s", addr->address);
844 if (strlen(addr->address) > 8
845 && !memcmp(addr->address, "127.127.", 8))
874 s1 = peer_addr->address;
875 s2 = fudge_addr->address;
922 s1 = peer_addr->address;
923 s2 = fudge_addr->address;
958 fprintf(df, " %s", addr->address);
966 fprintf(df, " %s", addr->address);
974 fprintf(df, "unpeer %s\n", unpeern->addr->address);
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c853 u32 count, address, value; local
867 address = le32_to_cpu(config_list->addr_val[count].address);
869 iwl_trans_write_prph(fwrt->trans, address + offset, value);
876 address = le32_to_cpu(config_list->addr_val[count].address);
878 iwl_trans_write_mem32(fwrt->trans, address + offset, value);
880 count, address, value);
886 address = le32_to_cpu(config_list->addr_val[count].address);
[all...]
/freebsd-current/sbin/dhclient/
H A Ddhclient.c269 if (addr_eq(a, l->address))
278 * XXX: If someone other than us adds our address,
283 warning("My address (%s) was re-added", addr);
285 warning("My address (%s) was deleted, dhclient exiting",
602 * destination: IP address to send sendpacket to
692 /* Check to see if we got an ARPREPLY for the address
699 machine using the offered address, it exits
724 /* If it was a BOOTREPLY, we can just take the address right now. */
736 /* Bind to the address we received. */
915 piaddr(ip->client->active->address),
[all...]
/freebsd-current/contrib/ofed/libmlx5/
H A Dmlx5dv.h516 * Datagram Segment - contains address information required in order
531 * grh_gid_fi - GRH, source GID address and IPv6 flow label.
532 * rgid - Remote GID/IP address.
565 uintptr_t address)
569 seg->addr = htobe64(address);
583 uintptr_t address)
585 __m128i val = _mm_set_epi32((uint32_t)address, (uint32_t)(address >> 32), lkey, length);
586 __m128i mask = _mm_set_epi8(12, 13, 14, 15, /* local address low */
587 8, 9, 10, 11, /* local address hig
563 mlx5dv_set_data_seg(struct mlx5_wqe_data_seg *seg, uint32_t length, uint32_t lkey, uintptr_t address) argument
581 mlx5dv_x86_set_data_seg(struct mlx5_wqe_data_seg *seg, uint32_t length, uint32_t lkey, uintptr_t address) argument
[all...]
/freebsd-current/sys/contrib/xen/
H A Dplatform.h227 uint64_t sg_list; /* machine address */
302 uint64_t address; member in struct:xenpf_firmware_info::__anon8::xenpf_efi_info::__anon15
307 uint64_t address; member in struct:xenpf_firmware_info::__anon8::xenpf_efi_info::__anon16
395 uint64_t address; member in struct:xen_power_register
438 uint64_t address; member in struct:xen_pct_register
593 uint64_t idx; /* IN: resource address to access */
619 uint64_t address; member in struct:xenpf_symdata
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c446 // Get the address of the other end of the connection.
1612 struct pcap_addr *address; // pcap structure that keeps a network address of an interface local
1672 for (address = d->addresses; address != NULL; address = address->next)
1677 switch (address->addr->sa_family)
1743 for (address = d->addresses; address !
[all...]
/freebsd-current/usr.bin/sdiotool/
H A Dsdiotool.c141 * The address to read from is written to three byte-sized registers of F1:
145 * If this is 32-bit read , a flag is set. The address is ANDed with SBSDIO_SB_OFT_ADDR_MASK which is 0x07FFF.
148 * Based on the address it figures out where to read it from (CCCR / FBR in F0, or somewhere in F1).
150 * 1-byte IO is done with CMD52, more is read with CMD53 with address increment (not FIFO mode).
166 u32 sbwad; /* Save backplane window address */
177 static int brcmf_sdiod_set_sbaddr_window(struct brcmf_sdio_dev *sdiodev, u32 address);
321 * figure out how to read the register based on address range
361 brcmf_sdiod_set_sbaddr_window(struct brcmf_sdio_dev *sdiodev, u32 address) argument
369 addr[0] = (address >> 8) & SBSDIO_SBADDRLOW_MASK;
370 addr[1] = (address >> 1
[all...]
/freebsd-current/contrib/libpcap/
H A Dsockutils.c89 #define SOCKET_NAME_NULL_DAD "Null address (possibly DAD Phase)"
200 * so that lower-rated errors for a given address in a given family
201 * should not overwrite higher-rated errors for another address in that
208 SOCK_AFNOTSUPERR, /* address family not supported */
230 * and we're trying the wrong address family.
291 * address family if it's not supported), but overwrite
377 * \brief It checks if the sockaddr variable contains a multicast address.
379 * \return '0' if the address is multicast, '-1' if it is not.
404 * Sort by IPv4 address vs. IPv6 address
1926 sock_getmyinfo(SOCKET sock, char *address, int addrlen, char *port, int portlen, int flags, char *errbuf, int errbuflen) argument
1992 sock_getascii_addrport(const struct sockaddr_storage *sockaddr, char *address, int addrlen, char *port, int portlen, int flags, char *errbuf, size_t errbuflen) argument
2083 sock_present2network(const char *address, struct sockaddr_storage *sockaddr, int addr_family, char *errbuf, int errbuflen) argument
[all...]
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm.c330 u_int address; local
342 address = f3_instr->address;
343 address += cur_instr->patch_label->info.linfo->address;
344 f3_instr->address = address;
/freebsd-current/usr.bin/netstat/
H A Dsctp.c101 sctp_print_address(const char *container, union sctp_sockstore *address, argument
112 switch (address->sa.sa_family) {
116 Wflag ? 39 : 16, inetname(&address->sin.sin_addr));
122 Wflag ? 39 : 16, inet6name(&address->sin6.sin6_addr));
145 xo_emit("{e:address/%*.*s}{e:port/%*.*s}", alen, alen, line, plen,
214 * to handle the address flexibly.
259 * Let's print the address infos.
261 xo_open_list("address");
266 xo_open_instance("address");
272 sctp_print_address("local", &(xl->xladdr->address),
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp709 for MIPS in lldb. As we just need the address accessed by instructions,
998 * The address belongs to microMIPS function. To find the size of
1023 * If the address class is not AddressClass::eCodeAlternateISA then
1230 int32_t address; local
1242 address = (int32_t)ReadRegisterUnsigned(eRegisterKindDWARF,
1247 /* destination address */
1248 address = address + imm;
1250 /* Set the bad_vaddr register with base address used in the instruction */
1253 address);
1290 int32_t imm, address; local
1493 uint32_t address; local
2977 int32_t imm, address; local
3008 int32_t address, index_address; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp227 // contains the current address when converted to a load address
237 bool Variable::LocationIsValidForAddress(const Address &address) { argument
238 // Be sure to resolve the address to section offset prior to calling this
240 if (address.IsSectionOffset()) {
241 // We need to check if the address is valid for both scope range and value
246 address.GetFileAddress()) != nullptr;
251 if (sc.module_sp == address.GetModule()) {
264 // contains the current address when converted to a load address
439 DumpLocations(Stream *s, const Address &address) argument
[all...]
/freebsd-current/sys/arm/ti/am335x/
H A Dtda19988.c288 tda19988_cec_write(struct tda19988_softc *sc, uint8_t address, uint8_t data) argument
296 cmd[0] = address;
348 tda19988_reg_write(struct tda19988_softc *sc, uint16_t address, uint8_t data) argument
356 cmd[0] = REGADDR(address);
359 if (sc->sc_current_page != REGPAGE(address))
360 tda19988_set_page(sc, REGPAGE(address));
370 tda19988_reg_write2(struct tda19988_softc *sc, uint16_t address, uint16_t data) argument
378 cmd[0] = REGADDR(address);
382 if (sc->sc_current_page != REGPAGE(address))
383 tda19988_set_page(sc, REGPAGE(address));
[all...]
/freebsd-current/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp228 ocsd_err_t DecodeTree::addBufferMemAcc(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space, const uint8_t *p_mem_buffer, const uint32_t mem_length) argument
238 ocsd_err_t err = TrcMemAccFactory::CreateBufferAccessor(&p_accessor, address, p_mem_buffer, mem_length);
256 ocsd_err_t DecodeTree::addBinFileMemAcc(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space, const std::string &filepath) argument
265 ocsd_err_t err = TrcMemAccFactory::CreateFileAccessor(&p_accessor,filepath,address);
396 ocsd_err_t DecodeTree::removeMemAccByAddress(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t mem_space) argument
400 return m_default_mapper->RemoveAccessorByAddress(address,mem_space,0);
/freebsd-current/sys/arm/arm/
H A Ddebug_monitor.c59 db_addr_t address; member in struct:dbg_wb_conf
319 /* Watchpoint considered not empty if address value is not 0 */
366 conf.address = addr;
379 conf.address = addr;
390 conf.address = addr;
465 db_printf(" watch status type len address symbol\n");
675 db_printf("Unsupported address size for %s: %zu\n", typestr,
708 addr = conf->address;
750 addr = conf->address;
759 db_printf("Can not find watchpoint for address
[all...]

Completed in 319 milliseconds

<<11121314151617181920>>