Searched refs:address (Results 426 - 450 of 866) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S73 .set V86_ADDR,0x4 # Int number/address
81 .set V86F_ADDR,0x10000 # Segment:offset address
128 .long 0x0 # Entry address
209 movl $MEM_USR,%edx # User base address
266 * To real-address mode.
367 pushl %ds # address
484 pushl %ds # address
493 * the address and flags from the btx_v86 structure. For interrupt
498 movl %ebx,%edx # address
503 movl V86_ADDR(%edx),%eax # Get int no/address
[all...]
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Doma_dm_client.c1205 wpa_printf(MSG_INFO, "Wait for IP address before starting SIM provisioning");
1206 write_summary(ctx, "Wait for IP address before starting SIM provisioning");
1209 wpa_printf(MSG_INFO, "Could not get IP address for WLAN - try connection anyway");
1249 void oma_dm_pol_upd(struct hs20_osu_client *ctx, const char *address, argument
1263 syncml = build_oma_dm_1_pol_upd(ctx, address, msgid);
1268 resp = oma_dm_send_recv(ctx, resp_uri ? resp_uri : address,
1275 syncml = oma_dm_process(ctx, address, resp, msgid, &resp_uri,
1296 void oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address, argument
1310 syncml = build_oma_dm_1_sub_rem(ctx, address, msgid);
1315 resp = oma_dm_send_recv(ctx, resp_uri ? resp_uri : address,
[all...]
H A Dspp_client.c785 void spp_sub_rem(struct hs20_osu_client *ctx, const char *address, argument
795 ctx->server_url = os_strdup(address);
797 if (soap_init_client(ctx->http, address, ctx->ca_fname,
932 void spp_pol_upd(struct hs20_osu_client *ctx, const char *address, argument
942 ctx->server_url = os_strdup(address);
944 if (soap_init_client(ctx->http, address, ctx->ca_fname, cred_username,
991 wpa_printf(MSG_INFO, "Wait for IP address before starting SIM provisioning");
994 wpa_printf(MSG_INFO, "Could not get IP address for WLAN - try connection anyway");
/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h50 uint32_t addr; /* IPV4 address */
58 uint8_t addr[SCTP_V6_ADDR_BYTES]; /* IPV6 address */
76 * so paramheadr + 3 address types (6 bytes) + 2 byte pad = 12
79 /* supported address type */
82 uint16_t addr_type[2]; /* array of supported address types */
96 char address[SCTP_ADDRMAX]; member in struct:sctp_heartbeat_info_param
113 struct sctp_asconf_addr_param { /* an ASCONF address parameter */
126 struct sctp_asconf_addrv4_param { /* an ASCONF address (v4) parameter */
199 uint32_t address[SCTP_ADDRESS_SIZE]; /* 4 ints/128 bits */ member in struct:sctp_state_cookie
200 uint32_t addr_type; /* address typ
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dpci_private.h106 uint64_t address, uint16_t data);
108 u_int index, uint64_t address, uint32_t data);
/freebsd-11-stable/contrib/expat/
H A DMakefile.am151 QA_COMPILER=clang QA_SANITIZER=address ./qa.sh
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp50 TypeAndOrName &class_type_or_name, Address &address,
59 address.SetRawAddress(object_ptr);
48 GetDynamicTypeAndAddress( ValueObject &in_value, lldb::DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &address, Value::ValueType &value_type) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h234 /// (potentially phi translated) address that was live in the block.
240 NonLocalDepResult(BasicBlock *bb, MemDepResult result, Value *address) argument
241 : Entry(bb, result), Address(address) {}
253 /// Returns the address of this pointer in this block.
255 /// This can be different than the address queried for the non-local result
256 /// because of phi translation. This returns null if the address was not
258 /// a cached result and that address was deleted.
260 /// The address is always null for a non-local 'call' dependence.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp26 /// Locates the address of the rendezvous structure. Returns the address on
298 Address address = list[0].symbol->GetAddress();
299 addr_t addr = address.GetLoadAddress(&target);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i232 AddLocation(SBAddress &address);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h169 /// The address of the header for the object file in memory.
217 /// Gets the address size in bytes for the current object file.
220 /// The size of an address in bytes for the currently selected
225 /// Get the address type given a file address in an object file.
232 /// The size of an address in bytes for the currently selected
328 /// if a Symbol found at this address has already been added to the symbol
384 /// Sets the load address for an entire module, assuming a rigid slide of
388 /// Returns true iff any section's load address changed.
441 /// address spac
505 GetCorefileMainBinaryInfo(lldb::addr_t &address, UUID &uuid) argument
[all...]
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c357 status = apr_socket_create(&skt, conn->address->family,
387 status = apr_socket_connect(skt, conn->address);
1310 && conn->address->next != NULL
1315 conn->address = conn->address->next;
1335 apr_sockaddr_t *address,
1346 /* Ignore server address if proxy was specified. */
1347 conn->address = ctx->proxy_address ? ctx->proxy_address : address;
1398 /* Only lookup the address o
1333 serf_connection_create( serf_context_t *ctx, apr_sockaddr_t *address, serf_connection_setup_t setup, void *setup_baton, serf_connection_closed_t closed, void *closed_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c220 device_printf(sc->sc_dev, "failed to get touchbuf address\n");
224 if (msg.body.resp.address == 0) {
229 touchbuf = VCBUS_TO_PHYS(msg.body.resp.address);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c70 /* Keep track of the current function's address. We may need to look
71 up something based on this address. */
806 (qPD[curr_pd].adrStart + /* Starting address of rtn */
819 (qPD[curr_pd].adrStart + /* Starting address of rtn */
987 address. We use that fact to traverse all three arrays in
1008 /* First skip over pseudo-entries with address 0. These represent inlined
1017 /* Loop over files, modules, and procedures in code address order. Each
1045 qPD entries. Their start address is -1 and their end address
1064 CURR_MODULE_START, /* Low text address
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm69 SAVE_WORLD takes R0 (the caller`s caller`s return address) and R11
198 the SP, and R8 contains the 'real' return address.
264 /* R8 is the exception-handler's address */
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usbd.c77 * Read a USB 32bit CSR. It performs the necessary address swizzle for 32bit
82 * @param address 64bit address to read
86 static inline uint32_t __cvmx_usbd_read_csr32(cvmx_usbd_state_t *usb, uint64_t address) argument
88 uint32_t result = cvmx_read64_uint32(address ^ 4);
95 * Write a USB 32bit CSR. It performs the necessary address swizzle for 32bit
100 * @param address 64bit address to write
103 static inline void __cvmx_usbd_write_csr32(cvmx_usbd_state_t *usb, uint64_t address, uint32_t value) argument
105 cvmx_write64_uint32(address
762 cvmx_usbd_set_address(cvmx_usbd_state_t *usb, int address) argument
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dvia_verifier.c82 * sequence. For example an address that is split over multiple
84 * that does not include any part of the address.
292 DRM_DEBUG("Z Buffer start address is 0x%x\n", cur_seq->z_addr);
295 DRM_DEBUG("Destination start address is 0x%x\n",
764 static __inline__ int verify_mmio_address(uint32_t address) argument
766 if ((address > 0x3FF) && (address < 0xC00)) {
770 } else if ((address > 0xCFF) && (address < 0x1300)) {
774 } else if (address >
[all...]
H A Dmga_state.c658 u32 address = (u32) buf->bus_address; local
679 MGA_SECADDRESS, (address |
681 MGA_SECEND, ((address + length) |
706 u32 address = (u32) buf->bus_address; local
726 MGA_SETUPADDRESS, address + start,
727 MGA_SETUPEND, ((address + end) |
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm49 destinAdr db 6 dup (0) ; packet destination address
50 sourceAdr db 6 dup (0) ; packet source address
115 ; 1st time (AX=0) it requests an address where to put the packet
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c701 syslog(LOG_ERR, "Target address %s exists", addrs->name);
724 sa.sin_addr.s_addr = htonl((addrs->address[0] << 24) |
725 (addrs->address[1] << 16) | (addrs->address[2] << 8) |
726 (addrs->address[3] << 0));
727 sa.sin_port = htons(addrs->address[4] << 8 | addrs->address[5]);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dpeicode.h351 /* PR binutils/716: Copy the large address aware flag.
453 bfd_vma address,
464 entry->address = address;
469 internal->r_vaddr = address;
482 bfd_vma address,
486 pe_ILF_make_a_symbol_reloc (vars, address, reloc, sec->symbol_ptr_ptr,
654 used. The OFFSET field says where in the data array the address
450 pe_ILF_make_a_symbol_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, struct bfd_symbol ** sym, unsigned int sym_index) argument
479 pe_ILF_make_a_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, asection_ptr sec) argument
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl69 # in an effort to not trace each address individually, but rather
73 # This means that all accounting w.r.t. an address must be stored in
75 # string "$addr *** $server" where $addr is the address to be
85 # $u = $users[0] : the current address being expanded
86 # $names{"$users[0] *** $server"} : the 'name' associated with the address
543 # return 1 if you could send mail to the address as is.
663 # first, separate out the address part.
679 # address has a < > pair in it.
686 # address has a ( ) pair in it.
691 # address look
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c448 struct ib_ah *address, u32 qpn, struct ipoib_tx_buf *tx_req, void *head,
464 priv->tx_wr.ah = address;
479 struct ipoib_ah *address, u32 qpn)
513 ipoib_dbg_data(priv, "sending packet, length=%d address=%p qpn=0x%06x\n",
514 mb->m_pkthdr.len, address, qpn);
545 priv->tx_head & (ipoib_sendq_size - 1), address->ah, qpn,
555 address->last_send = priv->tx_head;
600 ipoib_warn(priv, "timing out; will leak address handles\n");
989 * group join. The single goal of this implementation is to quickly address
447 post_send(struct ipoib_dev_priv *priv, unsigned int wr_id, struct ib_ah *address, u32 qpn, struct ipoib_tx_buf *tx_req, void *head, int hlen) argument
478 ipoib_send(struct ipoib_dev_priv *priv, struct mbuf *mb, struct ipoib_ah *address, u32 qpn) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c103 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */
104 static bfd_vma stop_address = (bfd_vma) -1; /* --stop-address */
123 /* Extra info to pass to the section disassembler and address printing
222 --start-address=ADDR Only process data whose address is >= ADDR\n\
223 --stop-address=ADDR Only process data whose address is <= ADDR\n\
224 --prefix-addresses Print complete address alongside disassembly\n\
283 {"start-address", required_argument, NULL, OPTION_START_ADDRESS},
284 {"stop-address", required_argumen
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c56 #define E 1 /* general effective address */
57 #define Eind 2 /* indirect address (jump, call) */
58 #define Ew 3 /* address, word size */
59 #define Eb 4 /* address, byte size */
79 #define O 25 /* direct address */
89 #define El 35 /* address, long size */
937 * Read address at location and return updated location.
1066 struct i_addr address; local
1078 * Normal address modes.
1080 loc = db_read_address(loc, short_addr, regmodrm, &address);
1170 struct i_addr address; local
[all...]

Completed in 366 milliseconds

<<11121314151617181920>>