Searched refs:address (Results 51 - 75 of 1783) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Djaloverflow.d9 # destination address are taken from the source address. So overflow
10 # occurs if the source and destination address do not have the same
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A De500-prologue.exp45 # offset relative to the function start address.
51 set address ""
54 # the breakpoint address for the output.
57 set address $expect_out(1,string)
64 # If we managed to get the breakpoing address, then check that
66 # instruction at that address (we're not interested in the insn
67 # itself, but rather at the address printed at the begining of
69 if { $address != "" } then {
70 gdb_test "x /i $address" \
72 "check $function breakpoint address"
[all...]
H A Dpowerpc-aix-prologue.exp45 # offset relative to the function start address.
51 set address ""
54 # the breakpoint address for the output.
57 set address $expect_out(1,string)
64 # If we managed to get the breakpoing address, then check that
66 # instruction at that address (we're not interested in the insn
67 # itself, but rather at the address printed at the begining of
69 if { $address != "" } then {
70 gdb_test "x /i $address" \
72 "check $function breakpoint address"
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dpmap_getmaps.c82 pmap_getmaps(address)
83 struct sockaddr_in *address;
90 _DIAGASSERT(address != NULL);
94 address->sin_port = htons(PMAPPORT);
95 client = clnttcp_create(address, PMAPPROG,
106 address->sin_port = 0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dip.c34 /* Prepare the listen address stuff */
38 /* Bind to the required port/address/interface */
63 /* Prepare the connection address stuff */
81 int ip_parse_address(const char *address, const char **parsed_ip, argument
87 const char *ptr = strstr(address, ":");
95 ptr = address;
98 if((ptr - address) > 255)
101 memcpy(buf, address, ptr - address);
120 int ip_create_listener(const char *address) argument
130 ip_create_connection(const char *address) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dmain.c85 struct sockaddr_in address; local
97 memset (&address, 0, sizeof (address));
98 address.sin_family = AF_INET;
99 address.sin_port = htons (port);
108 if (bind (isocket, (struct sockaddr *) &address, sizeof (address)))
116 as = sizeof (address);
117 m32c_console_ifd = accept (isocket, (struct sockaddr *) &address, &as);
123 a = (unsigned char *) (&address
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dpodulebus.c176 u_int address; local
184 address = 0x40;
187 id = podule->read_rom(podule->sync_base, address);
188 size = podule->read_rom(podule->sync_base, address + 4);
189 size |= (podule->read_rom(podule->sync_base, address + 8) << 8);
190 size |= (podule->read_rom(podule->sync_base, address + 12) << 16);
192 addr = podule->read_rom(podule->sync_base, address + 16);
193 addr |= (podule->read_rom(podule->sync_base, address + 20) << 8);
194 addr |= (podule->read_rom(podule->sync_base, address + 24) << 16);
195 addr |= (podule->read_rom(podule->sync_base, address
295 poduleread(u_int address, int offset) argument
306 u_char *address; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ElectricFence/
H A Dpage.c72 * Set the "address hint" for the next mmap() so that it will abut
76 * when given a non-zero address hint, so we'll leave the hint set
138 Page_AllowAccess(void * address, size_t size) argument
140 if ( mprotect((caddr_t)address, size, PROT_READ|PROT_WRITE) < 0 )
145 Page_DenyAccess(void * address, size_t size) argument
147 if ( mprotect((caddr_t)address, size, PROT_NONE) < 0 )
152 Page_Delete(void * address, size_t size) argument
154 if ( munmap((caddr_t)address, size) < 0 )
155 Page_DenyAccess(address, size);
H A Defence.c12 * in the address space by an inaccessable virtual memory page,
109 * immediately _before_ the malloc buffer in the address space, instead
208 * buffer and returns an address that is not word-aligned, or whose
225 * See if the user wants to protect the address space below a buffer,
346 * we would have to have that buffer start on an odd address if the byte after
349 * requires that the returned address be word-aligned, or the size of the
369 char * address; local
513 address = (char *)fullSlot->internalAddress;
521 address += internalSize - bytesPerPage;
525 Page_Delete(address, bytesPerPag
570 slotForUserAddress(void * address) argument
588 slotForInternalAddress(void * address) argument
607 slotForInternalAddressPreviousTo(void * address) argument
622 free(void * address) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dcache.h68 SI address; member in struct:frv_cache_request
80 SI address; member in struct:__anon1484
88 SI address; member in struct:__anon1485
115 SI address; member in struct:__anon1489
138 SI address; member in struct:__anon1492
188 /* Compute the address tag corresponding to the given address. */
189 #define CACHE_ADDRESS_TAG(cache, address) ( \
190 (address) & ~(((cache)->line_size * (cache)->sets) - 1) \
203 #define CACHE_RETURN_DATA(cache, slot, address, mod
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daddr_families.c72 return krb5_data_copy(&a->address, buf, 4);
94 memcpy (&tmp.sin_addr, a->address.data, 4);
124 return krb5_data_copy(&a->address, buf, 4);
171 memcpy (&ia, addr->address.data, 4);
177 ipv4_parse_addr (krb5_context context, const char *address, krb5_address *addr) argument
182 p = strchr(address, ':');
185 if(strncasecmp(address, "ip:", p - address) != 0 &&
186 strncasecmp(address, "ip4:", p - address) !
373 ipv6_parse_addr(krb5_context context, const char *address, krb5_address *addr) argument
467 arange_parse_addr(krb5_context context, const char *address, krb5_address *addr) argument
1289 krb5_free_address(krb5_context context, krb5_address *address) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcpu-h8300.c120 16, /* 16 bits in an address */
136 32, /* 32 bits in an address */
152 16, /* 16 bits in an address. */
168 16, /* 16 bits in an address. */
184 32, /* 32 bits in an address. */
200 32, /* 32 bits in an address. */
216 16, /* 16 bits in an address. */
229 /* Pad the given address to 32 bits, converting 16-bit and 24-bit
233 bfd_h8300_pad_address (bfd *abfd, bfd_vma address) argument
236 address
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcpu-h8300.c120 16, /* 16 bits in an address */
136 32, /* 32 bits in an address */
152 16, /* 16 bits in an address. */
168 16, /* 16 bits in an address. */
184 32, /* 32 bits in an address. */
200 32, /* 32 bits in an address. */
216 16, /* 16 bits in an address. */
229 /* Pad the given address to 32 bits, converting 16-bit and 24-bit
233 bfd_h8300_pad_address (bfd *abfd, bfd_vma address) argument
236 address
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-lazy-string.c31 /* Holds the address of the lazy string. */
32 CORE_ADDR address; member in struct:__anon530
57 return gdb_py_long_from_ulongest (self_string->address);
101 if (self_string->address == 0)
108 val = value_at_lazy (self_string->type, self_string->address);
121 gdbpy_create_lazy_string_object (CORE_ADDR address, long length, argument
126 if (address == 0 && length != 0)
129 _("Cannot create a lazy string with address 0x0, " \
145 str_obj->address = address;
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_addr_map.c7 /* generic address mapping
11 /* ARGV *mail_addr_map(path, address, propagate)
13 /* const char *address;
16 /* mail_addr_map() returns the translation for the named address,
21 /* address extensions that aren't explicitly matched in the lookup
32 /* .IP address
33 /* The address to be looked up.
35 /* Warnings: map lookup returns a non-address result.
40 /* mail_addr_find(3), mail address matching
41 /* mail_addr_crunch(3), mail address parsin
79 mail_addr_map(MAPS *path, const char *address, int propagate) argument
[all...]
H A Drcpt_buf.h33 VSTRING *address; /* final recipient */ member in struct:__anon2431
46 ((buf)->rcpt.address = vstring_str((buf)->address), \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dcontext.c300 memcpy(&ctx->address, &ctx->confdata.lwservers[0],
302 LWRES_LINK_INIT(&ctx->address, link);
304 /* The default is the IPv4 loopback address 127.0.0.1. */
305 memset(&ctx->address, 0, sizeof(ctx->address));
306 ctx->address.family = LWRES_ADDRTYPE_V4;
307 ctx->address.length = 4;
308 ctx->address.address[0] = 127;
309 ctx->address
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dbyaddr.h63 * with the address. The recipient of the event must not change the list
80 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view,
84 * Find the domain name of 'address'.
90 *\li The 'nibble' format for that address is
102 *\li 'address' is a valid IPv4 or IPv6 address.
152 dns_byaddr_createptrname(isc_netaddr_t *address, isc_boolean_t nibble,
156 dns_byaddr_createptrname2(isc_netaddr_t *address, unsigned int options,
159 * Creates a name that would be used in a PTR query for this address. The
161 * address i
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Dindirect.c72 msg_info("deliver_indirect: %s", state.msg_attr.rcpt.address);
74 state.msg_attr.rcpt.address))
82 state.msg_attr.rcpt.address);
87 * Send the address to the forwarding service. Inherit the delivered
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dexpected_errors.l44 .*:57: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2.
45 .*:58: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2.
46 .*:59: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2.
47 .*:60: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2.
48 .*:61: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2.
49 .*:62: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2.
50 .*:64: Error: Preg \+\+ Preg expected in address. Input text was R2.h.
51 .*:65: Error: Preg \+\+ Preg expected in address. Input text was R2.h.
52 .*:66: Error: Preg \+\+ Preg expected in address. Input text was R2.h.
53 .*:67: Error: Preg \+\+ Preg expected in address
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Daddress_to_krb5addr.c45 krb5_address *address)
76 problem = krb5_sockaddr2address (context, &sa, address);
41 _gsskrb5i_address_to_krb5addr(krb5_context context, OM_uint32 gss_addr_type, gss_buffer_desc *gss_addr, int16_t port, krb5_address *address) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10300/
H A Dpr11973.d1 #objdump: -dr --prefix-address --show-raw-insn
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dbbconv.pl46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dtextaddr3.d4 #warning: .*address of `text-segment' isn't multiple of maximum page size
H A Dtextaddr5.d4 #warning: .*address of `text-segment' isn't multiple of maximum page size

Completed in 233 milliseconds

1234567891011>>