Searched refs:address (Results 101 - 125 of 866) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S169 * Copy a null terminated string from the user address space into
170 * the kernel address space.
182 blt a0, zero, _C_LABEL(copyerr) # make sure address is in user space
197 * Copy a null terminated string from the kernel address space into
198 * the user address space.
210 blt a1, zero, _C_LABEL(copyerr) # make sure address is in user space
227 * caddr_t *from; (user source address)
228 * caddr_t *to; (kernel destination address)
235 blt a0, zero, _C_LABEL(copyerr) # make sure address is in user space
253 * caddr_t *from; (kernel source address)
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y96 expression_t *immed, symbol_ref_t *address);
203 %type <sym_ref> reg_symbol address destination source opt_source
327 if (cur_symbol->info.rinfo->address == 0)
328 cur_symbol->info.rinfo->address =
362 cur_symbol->info.rinfo->address = $2;
374 max_addr = scb_or_sram_symbol->info.rinfo->address
376 sym_max_addr = cur_symbol->info.rinfo->address
678 $$.value = symbol->info.rinfo->address;
796 sram_or_scb_offset = cur_symbol->info.rinfo->address;
827 sram_or_scb_offset = cur_symbol->info.rinfo->address;
1020 address: label
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dinterfaceiter.h30 * Interfaces whose address family is not supported are ignored and never
54 isc_netaddr_t address; /*%< Local address. */ member in struct:isc_interface
56 isc_netaddr_t broadcast; /*&< Broadcast address. */
57 isc_netaddr_t dstaddress; /*%< Destination address (point-to-point only). */
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.h77 fdt64_t address; member in struct:fdt_reserve_entry
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtracepoint.h50 CORE_ADDR address; member in struct:tracepoint
52 /* Line number of this address. Only matters if address is non-NULL. */
55 /* Source file name of this address. Only matters if address is non-NULL. */
72 address is non-NULL. */
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-ext.c78 arcExtMap_auxRegName(long address) argument
84 if (r->address == address)
223 newAuxRegister->address = p[2]<<24 | p[3]<<16 | p[4]<<8 | p[5];
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkobj.h46 void kobj_free(void *address, size_t size);
/freebsd-11-stable/sys/arm64/acpica/
H A Dacpi_machdep.c93 probe_table(vm_paddr_t address, const char *sig) argument
97 table = pmap_mapbios(address, sizeof(ACPI_TABLE_HEADER));
101 (uintmax_t)address);
106 (uintmax_t)address);
127 * Try to map a table at a given physical address previously returned
138 * Return the physical address of the requested table or zero if one
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Duu_client.c78 local_addr.address.length = sizeof(local.sin_addr);
79 local_addr.address.data = &local.sin_addr;
82 remote_addr.address.length = sizeof(remote.sin_addr);
83 remote_addr.address.data = &remote.sin_addr;
H A Duu_server.c68 local_addr.address.length = sizeof(local.sin_addr);
69 local_addr.address.data = &local.sin_addr;
72 remote_addr.address.length = sizeof(remote.sin_addr);
73 remote_addr.address.data = &remote.sin_addr;
/freebsd-11-stable/sys/powerpc/powermac/
H A Ddbdmavar.h46 uint32_t address; /* 32-bit system physical address */ member in struct:dbdma_command
47 uint32_t cmdDep; /* Branch address or quad word to load/store */
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.h77 fdt64_t address; member in struct:fdt_reserve_entry
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S36 movq %rsp,%rsi # save address of exit proc
37 movq %rsp,%rdx # construct address of obj_main
40 popq %rsi # Get exit procedure address
54 * On entry, there are two arguments on the stack. In ascending address
155 ret # "Return" to target address
/freebsd-11-stable/sbin/ddb/
H A Dddb_capture.c73 kread(kvm_t *kvm, void *kvm_pointer, void *address, size_t size, argument
78 ret = kvm_read(kvm, (unsigned long)kvm_pointer + offset, address,
86 kread_symbol(kvm_t *kvm, int index, void *address, size_t size, argument
91 ret = kvm_read(kvm, namelist[index].n_value + offset, address, size);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_nic.c603 EFSYS_BAR_READO(enp->en_esbp, rsp->address, &original,
615 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &reg,
617 EFSYS_BAR_READO(enp->en_esbp, rsp->address, &buf,
630 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &reg,
632 EFSYS_BAR_READO(enp->en_esbp, rsp->address, &buf,
643 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &original,
658 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &original, B_TRUE);
672 unsigned int address; local
682 address = rsp->address;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h47 lldb::addr_t address; member in struct:lldb_private::ArmUnwindInfo::ArmExidxEntry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h39 dw_offset_t FindAddress(dw_addr_t address) const;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp61 uint64_t address; member in struct:__anon1147::SectionInfo
81 address(0), size(0), alignment(1),
94 uint64_t address; member in struct:__anon1147::SegmentInfo
103 : name(n), address(0), size(0), init_access(0), max_access(0),
557 seg->address = addr;
559 sect->address = llvm::alignTo(addr, sect->alignment);
560 addr = sect->address + sect->size;
562 seg->size = llvm::alignTo(addr - seg->address, _ctx.pageSize());
568 seg->address = addr;
579 // Start assigning section address startin
592 uint64_t address = 0; local
1284 uint64_t address = _atomToAddress[atom]; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dspec_fam_v4.exp6 No address associated with hostname
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dmalloc_allocator.h79 address(reference __x) const { return &__x; } function in class:malloc_allocator
82 address(const_reference __x) const { return &__x; } function in class:malloc_allocator
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h110 * 1) read csr at "address" with a csr typedef of "type"
114 #define CVMX_WAIT_FOR_FIELD64(address, type, field, op, value, timeout_usec)\
122 c.u64 = cvmx_read_csr(address); \
151 * Builds a memory address for I/O based on the Major and Sub DID.
155 * @return I/O base address
/freebsd-11-stable/lib/libc/mips/sys/
H A Dcerror.S58 PTR_LA t9, _C_LABEL(__error) # locate address of errno
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp18 lldb::addr_t item_ref, lldb_private::Address address)
19 : m_queue_wp(), m_process_wp(), m_item_ref(item_ref), m_address(address),
17 QueueItem(QueueSP queue_sp, ProcessSP process_sp, lldb::addr_t item_ref, lldb_private::Address address) argument
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h460 bfd *abfd, asection *section, bfd_vma address);
468 asection *section, bfd_vma address, bfd_boolean fatal);
478 bfd_vma addend, bfd *abfd, asection *section, bfd_vma address);
488 bfd *abfd, asection *section, bfd_vma address);
497 bfd *abfd, asection *section, bfd_vma address);
504 bfd *abfd, asection *section, bfd_vma address);
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h528 bfd *abfd, asection *section, bfd_vma address);
536 asection *section, bfd_vma address, bfd_boolean fatal);
548 bfd *abfd, asection *section, bfd_vma address);
557 bfd *abfd, asection *section, bfd_vma address);
566 bfd *abfd, asection *section, bfd_vma address);
573 bfd *abfd, asection *section, bfd_vma address);

Completed in 493 milliseconds

1234567891011>>