Searched refs:address (Results 176 - 200 of 752) sorted by relevance

1234567891011>>

/freebsd-current/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c36 "\tread|write <address:port> <nqn>\n");
51 const char *address, const char *port)
59 error = getaddrinfo(address, port, &hints, &list);
354 char *address, *port; local
425 address = av[1];
426 port = strrchr(address, ':');
428 errx(1, "Invalid address %s", address);
452 tcp_qpair_params(&qparams, true, address, port);
475 tcp_qpair_params(&qparams, false, address, por
50 tcp_qpair_params(struct nvmf_qpair_params *params, bool admin, const char *address, const char *port) argument
[all...]
/freebsd-current/sbin/dhclient/
H A Dclparse.c237 parse_warn("hardware address parameter %s",
549 * looking for a lease with the same address, and if we find it,
554 if (lp->address.len == lease->address.len &&
555 !memcmp(lp->address.iabuf, lease->address.iabuf,
556 lease->address.len)) {
583 * lease is for the same ip address, then we just toss the old
585 * for a different address, then if the old active lease has
593 else if (ip->client->active->address
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h38 /// address of an aggregate value in memory.
72 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
132 /// equivalently strong, like the address of an array allocated by a
146 /// Given that the base address has the given alignment source, what's
354 void setAddress(Address address) { argument
356 V = address.getPointer();
357 ElementType = address.getElementType();
358 Alignment = address.getAlignment().getQuantity();
359 IsKnownNonNull = address.isKnownNonNull();
417 static LValue MakeAddr(Address address, QualTyp argument
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhw.c90 /* Note: qca99x0 supports up to 12 Copy Engines. Other than address of
92 * It is not really necessary to assign address for newly supported
93 * CEs in this address table.
126 /* qca4019 supports up to 12 copy engines. Since base address
937 u32 address = SOC_CORE_BASE_ADDRESS + FW_RAM_CONFIG_ADDRESS; local
939 ath10k_hif_write32(ar, address, msb);
943 * 2. Target address( 0 ~ 00100000 & 0x00400000~0x00500000)
956 u32 address,
959 u32 addr = address & REGION_ACCESS_SIZE_MASK;
963 ath10k_hw_map_target_mem(ar, CPU_ADDR_MSB_REGION_VAL(address));
950 ath10k_hw_diag_segment_msb_download(struct ath10k *ar, const void *buffer, u32 address, u32 length) argument
1009 ath10k_hw_diag_segment_download(struct ath10k *ar, const void *buffer, u32 address, u32 length) argument
1022 ath10k_hw_diag_fast_download(struct ath10k *ar, u32 address, const void *buffer, u32 length) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp64 const Address &address, void *dst, size_t dst_len) {
72 return target_sp->ReadMemory(address, dst, dst_len, error,
79 const Address &address,
94 ModuleSP module_sp(address.GetModule());
104 const Address &address, uint32_t byte_size,
113 success = ReadBytes(exe_scope, address, &buf, byte_size) == byte_size;
117 if (GetByteOrderAndAddressSize(exe_scope, address, byte_order, addr_size)) {
128 const Address &address, uint32_t pointer_size,
134 addr_t deref_addr = ReadUIntMax64(exe_scope, address, pointer_size, success);
148 ModuleSP module_sp(address
63 ReadBytes(ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) argument
78 GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, const Address &address, ByteOrder &byte_order, uint32_t &addr_size) argument
103 ReadUIntMax64(ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &success) argument
127 ReadAddress(ExecutionContextScope *exe_scope, const Address &address, uint32_t pointer_size, Address &deref_so_addr) argument
164 DumpUInt(ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, Stream *strm) argument
192 ReadCStringFromMemory(ExecutionContextScope *exe_scope, const Address &address, Stream *strm) argument
237 Address(addr_t address, const SectionList *section_list) argument
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_asconf.c54 * An ASCONF parameter queue exists per asoc which holds the pending address
58 * not (yet) usable by the assoc as a source address. These addresses are
239 /* if 0.0.0.0/::0, add the source address instead */
247 /* add the address */
256 "process_asconf_add_ip: error adding address\n");
284 /* make sure the source address exists as a destination net */
294 /* delete this address */
394 /* make sure the source address is not being deleted */
396 /* trying to delete the source address! */
409 /* src address di
[all...]
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_expr.c165 dwarf_add_expr_addr(Dwarf_P_Expr expr, Dwarf_Unsigned address, argument
169 return (dwarf_add_expr_addr_b(expr, address, sym_index, error));
173 dwarf_add_expr_addr_b(Dwarf_P_Expr expr, Dwarf_Unsigned address, argument
183 if ((ee = _dwarf_add_expr(expr, DW_OP_addr, address, 0, error)) == NULL)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S27 @ Handler address is nullptr if handler is not set
55 @ Load the handler address
59 @ Handler address is nullptr if handler is not set
90 @ Handler address is nullptr if handler is not set
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.h97 * address - The alleged traffic stream's receiver/transmitter address
101 u8 address[ETH_ALEN]; member in struct:wmm_ac_addts_request
121 * TID and address are used to identify the TS
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h124 uint32_t address; /* Address in ticket */ member in struct:_krb5_krb_auth_data
/freebsd-current/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_cb.h52 virtual const uint32_t readBytes(const ocsd_vaddr_t address, const ocsd_mem_space_acc_t memSpace, const uint8_t trcID, const uint32_t reqBytes, uint8_t *byteBuffer);
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dsodium_utils3.c12 # warning The sodium_utils3 test is expected to fail with address sanitizer
/freebsd-current/contrib/wpa/src/utils/
H A Dhttp-utils.h38 int soap_init_client(struct http_ctx *ctx, const char *address,
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp28 SBAddress::SBAddress(const Address &address) argument
29 : m_opaque_up(std::make_unique<Address>(address)) {}
42 // Create an address by resolving a load address using the supplied target
96 void SBAddress::SetAddress(const Address &address) { ref() = address; } argument
125 // Create the address object if we don't already have one
132 // Check if we weren't were able to resolve a section offset address. If we
133 // weren't it is ok, the load address might be a location on the stack or
134 // heap, so we should just have an address wit
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp23 ThreadPlanRunToAddress::ThreadPlanRunToAddress(Thread &thread, Address &address, argument
25 : ThreadPlan(ThreadPlan::eKindRunToAddress, "Run to address plan", thread,
29 address.GetOpcodeLoadAddress(thread.CalculateTarget().get()));
34 lldb::addr_t address,
36 : ThreadPlan(ThreadPlan::eKindRunToAddress, "Run to address plan", thread,
40 thread.CalculateTarget()->GetOpcodeLoadAddress(address));
47 : ThreadPlan(ThreadPlan::eKindRunToAddress, "Run to address plan", thread,
51 // breakpoints at the correct address.
73 breakpoint->SetBreakpointKind("run-to-address");
92 s->Printf("run to address wit
33 ThreadPlanRunToAddress(Thread &thread, lldb::addr_t address, bool stop_others) argument
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Ddns_compat.h105 The address should be an IPv4 address in network byte order.
106 The type of address is chosen so that it matches in_addr.s_addr.
112 @param address an IP address in network byte order
117 int evdns_nameserver_add(unsigned long int address);
172 address and adds it as a nameserver.
218 Lookup a PTR record for a given IP address.
224 @param in an IPv4 address
235 Lookup a PTR record for a given IPv6 address
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp62 // load address and its virtual address.
148 "Invalid shared library info address");
150 lldb::addr_t address = 0;
153 ReadMemory(info_address, &address, GetAddressByteSize(), bytes_read);
156 if (address == 0)
158 "Invalid r_debug address");
161 status = ReadMemory(address + GetAddressByteSize(), &link_map,
167 "Invalid link_map address");
/freebsd-current/sys/dev/adb/
H A Dadb.h51 uint8_t address; member in struct:adb_devinfo
/freebsd-current/include/rpc/
H A Dauth_kerb.h75 unsigned long address; /* Address in ticket */ member in struct:authkerb_clnt_cred
/freebsd-current/stand/i386/btx/lib/
H A Dbtxcsu.S46 .comm __base,4 # Client base address
/freebsd-current/tests/sys/capsicum/
H A DMakefile50 CFLAGS.mini-me.c+= -fno-sanitize=address -fno-sanitize=undefined
/freebsd-current/contrib/libevent/include/event2/
H A Ddns_compat.h105 The address should be an IPv4 address in network byte order.
106 The type of address is chosen so that it matches in_addr.s_addr.
112 @param address an IP address in network byte order
117 int evdns_nameserver_add(unsigned long int address);
172 address and adds it as a nameserver.
218 Lookup a PTR record for a given IP address.
224 @param in an IPv4 address
235 Lookup a PTR record for a given IPv6 address
[all...]
/freebsd-current/sys/powerpc/cpufreq/
H A Dpcr.c105 write_scom(register_t address, uint64_t value) argument
123 mtspr(SPR_SCOMC, address | SCOMC_WRITE);
130 read_scom(register_t address) argument
138 mtspr(SPR_SCOMC, address | SCOMC_READ);
/freebsd-current/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c51 * Send the address. If the I2C link is running, this 'restarts'
52 * the connection with the new address, this is used for doing
56 iic_dp_aux_address(device_t idev, u16 address, bool reading) argument
67 aux_data->address = address;
75 * a bare address packet with the MOT bit turned off
96 * Write a single byte to the current I2C address, the
115 * Read a single byte from the current I2C address, the
248 data->address = 0;
/freebsd-current/usr.sbin/ypbind/
H A Dyp_ping.c106 __pmap_getport(struct sockaddr_in *address, u_long program, u_long version, argument
114 address->sin_port = htons(PMAPPORT);
116 client = clntudp_bufcreate(address, PMAPPROG,
136 address->sin_port = 0;
187 * - We only get the address of the machine that replied in the

Completed in 275 milliseconds

1234567891011>>