HomeSort by: relevance | last modified time | path
    Searched defs:addr1 (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/net/
rthdr.c 382 struct in6_addr addr_tmp, *addr1, *addr2; local in function:inet6_rth_reverse
384 addr1 = (struct in6_addr *)(void *)(rth0_out + 1) + i;
387 addr_tmp = *addr1;
388 *addr1 = *addr2;
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-value-prof.c 74 CallerInfo *addr1 = (CallerInfo *)p1; local in function:cmpaddr
76 return (intptr_t)addr2->CallerAddr - (intptr_t)addr1->CallerAddr;
  /src/usr.sbin/npf/npftest/libnpftest/
npf_nat_test.c 155 npf_addr_t addr1; local in function:match_addr
158 npf_inet_pton(af, saddr, &addr1);
160 return memcmp(&addr1, addr2, len) == 0;
  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_space.c 741 volatile uint8_t *addr1 = (void *)(h1 + o1); local in function:ap_ms104_sh4_iomem_copy_region_1
744 if (addr1 >= addr2) { /* src after dest: copy forward */
746 *addr2++ = *addr1++;
749 addr1 += count - 1;
752 *addr2-- = *addr1--;
761 volatile uint16_t *addr1 = (void *)(h1 + o1); local in function:ap_ms104_sh4_iomem_copy_region_2
764 if (addr1 >= addr2) { /* src after dest: copy forward */
766 *addr2++ = *addr1++;
769 addr1 += count - 1;
772 *addr2-- = *addr1--
781 volatile uint32_t *addr1 = (void *)(h1 + o1); local in function:ap_ms104_sh4_iomem_copy_region_4
    [all...]
  /src/sys/arch/evbsh3/t_sh7706lan/
t_sh7706lan_space.c 701 volatile uint8_t *addr1 = (void *)(h1 + o1); local in function:t_sh7706lan_iomem_copy_region_1
704 if (addr1 >= addr2) { /* src after dest: copy forward */
706 *addr2++ = *addr1++;
709 addr1 += count - 1;
712 *addr2-- = *addr1--;
  /src/sys/arch/sh3/sh3/
sh3_bus_space.c 521 volatile uint8_t *addr1 = (void *)(h1 + o1); local in function:bus_space_copy_region_1
524 if (addr1 >= addr2) { /* src after dest: copy forward */
526 *addr2++ = *addr1++;
528 addr1 += c - 1;
531 *addr2-- = *addr1--;
539 volatile uint16_t *addr1 = (void *)(h1 + o1); local in function:bus_space_copy_region_2
542 if (addr1 >= addr2) { /* src after dest: copy forward */
544 *addr2++ = *addr1++;
546 addr1 += c - 1;
549 *addr2-- = *addr1--
557 volatile uint32_t *addr1 = (void *)(h1 + o1); local in function:bus_space_copy_region_4
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_addrhashmap.h 188 uptr addr1 = atomic_load(&c->addr, memory_order_acquire); local in function:__sanitizer::AddrHashMap::acquire
189 if (addr1 == addr) {
201 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::acquire
202 if (addr1 == addr) {
217 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::acquire
218 if (addr1 == addr) {
233 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::acquire
234 if (addr1 == addr) {
257 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::acquire
258 if (addr1 == 0)
301 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::release
321 uptr addr1 = atomic_load(&c1->addr, memory_order_relaxed); local in function:__sanitizer::AddrHashMap::release
    [all...]
  /src/sys/arch/landisk/dev/
obio.c 799 volatile uint8_t *addr1 = (void *)(h1 + o1); local in function:obio_iomem_copy_region_1
802 if (addr1 >= addr2) { /* src after dest: copy forward */
804 *addr2++ = *addr1++;
807 addr1 += count - 1;
810 *addr2-- = *addr1--;
819 volatile uint16_t *addr1 = (void *)(h1 + o1); local in function:obio_iomem_copy_region_2
822 if (addr1 >= addr2) { /* src after dest: copy forward */
824 *addr2++ = *addr1++;
827 addr1 += count - 1;
830 *addr2-- = *addr1--
839 volatile uint32_t *addr1 = (void *)(h1 + o1); local in function:obio_iomem_copy_region_4
    [all...]
  /src/sys/arch/x86/x86/
bus_space.c 770 vaddr_t addr1 = h1 + o1; local in function:bus_space_copy_region_1
774 if (addr1 >= addr2) {
776 for (; c != 0; c--, addr1++, addr2++)
777 outb(addr2, inb(addr1));
780 for (addr1 += (c - 1), addr2 += (c - 1);
781 c != 0; c--, addr1--, addr2--)
782 outb(addr2, inb(addr1));
785 if (addr1 >= addr2) {
787 for (; c != 0; c--, addr1++, addr2++)
789 *(volatile uint8_t *)(addr1);
805 vaddr_t addr1 = h1 + o1; local in function:bus_space_copy_region_2
843 vaddr_t addr1 = h1 + o1; local in function:bus_space_copy_region_4
    [all...]
  /src/sys/arch/sh3/dev/
shpcic.c 1085 u_long addr1 = bsh1 + off1; local in function:shpcic_io_copy_region_1
1089 if (addr1 >= addr2) { /* src after dest: copy forward */
1112 u_long addr1 = bsh1 + off1; local in function:shpcic_io_copy_region_2
1116 if (addr1 >= addr2) { /* src after dest: copy forward */
1139 u_long addr1 = bsh1 + off1; local in function:shpcic_io_copy_region_4
1143 if (addr1 >= addr2) { /* src after dest: copy forward */
1166 u_long addr1 = bsh1 + off1; local in function:shpcic_mem_copy_region_1
1170 if (addr1 >= addr2) { /* src after dest: copy forward */
1193 u_long addr1 = bsh1 + off1; local in function:shpcic_mem_copy_region_2
1197 if (addr1 >= addr2) { /* src after dest: copy forward *
1220 u_long addr1 = bsh1 + off1; local in function:shpcic_mem_copy_region_4
    [all...]
  /src/sys/dev/ic/
bcmgenet.c 331 uint32_t addr1 = (ea[2] << 24) | (ea[3] << 16) | (ea[4] << 8) | ea[5]; local in function:genet_setup_rxfilter_mdf
334 WR4(sc, GENET_UMAC_MDF_ADDR1(n), addr1);
wi_ieee.h 97 u_int8_t addr1[6]; member in struct:wi_80211_hdr
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 1435 u8 addr1 = (address >> 11) & 0xff; local in function:ast_cursor_set_base
1439 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xc9, addr1);
  /src/sys/dev/pci/
if_lii.c 528 uint32_t val, val1, addr0 = 0, addr1 = 0; local in function:lii_read_macaddr
549 addr1 = val1;
560 addr1 = htole32(AT_READ_4(sc, ATL2_MAC_ADDR_1));
561 if ((addr0 == 0xffffff && (addr1 & 0xffff) == 0xffff) ||
562 (addr0 == 0 && (addr1 & 0xffff) == 0)) {
569 addr1 = htole32(addr1);
572 ea[0] = (addr1 & 0x0000ff00) >> 8;
573 ea[1] = (addr1 & 0x000000ff);
  /src/sys/arch/ia64/include/
bus.h 819 bus_addr_t addr1 = h1 + o1; local in function:ia64_bus_space_copy_region_1
823 if (addr1 >= addr2) {
825 for (; c != 0; c--, addr1++, addr2++)
826 outb(addr2, inb(addr1));
829 for (addr1 += (c - 1), addr2 += (c - 1);
830 c != 0; c--, addr1--, addr2--)
831 outb(addr2, inb(addr1));
834 if (addr1 >= addr2) {
836 for (; c != 0; c--, addr1++, addr2++)
838 *(volatile uint8_t *)(addr1);
854 bus_addr_t addr1 = h1 + o1; local in function:ia64_bus_space_copy_region_2
889 bus_addr_t addr1 = h1 + o1; local in function:ia64_bus_space_copy_region_4
924 bus_addr_t addr1 = h1 + o1; local in function:ia64_bus_space_copy_region_8
    [all...]
  /src/sys/arch/vax/include/
bus.h 672 bus_addr_t addr1 = h1 + o1; local in function:vax_mem_copy_region_1
675 if (addr1 >= addr2) {
677 for (; c != 0; c--, addr1++, addr2++)
679 *(volatile uint8_t *)(addr1);
682 for (addr1 += (c - 1), addr2 += (c - 1);
683 c != 0; c--, addr1--, addr2--)
685 *(volatile uint8_t *)(addr1);
693 bus_addr_t addr1 = h1 + o1; local in function:vax_mem_copy_region_2
696 if (addr1 >= addr2) {
698 for (; c != 0; c--, addr1 += 2, addr2 += 2
714 bus_addr_t addr1 = h1 + o1; local in function:vax_mem_copy_region_4
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c 1155 u8 addr1 = nvbios_rd08(bios, init->offset + 2); local in function:init_cr_idx_adr_latch
1160 trace("CR_INDEX_ADDR C[%02x] C[%02x]\n", addr0, addr1);
1171 init_wrvgai(init, 0x03d4, addr1, data);
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 562 struct sockaddr_in *addr1, *addr2; local in function:nfsaddr2_match
568 addr1 = NFSSOCKADDR(nam1, struct sockaddr_in *);
571 addr1->sin_addr.s_addr == addr2->sin_addr.s_addr)
  /src/sys/uvm/
uvm_map.c 5193 const uintptr_t addr1 = UVM_VOADDR_GET_OBJECT(voaddr1); local in function:uvm_voaddr_compare
5196 if (addr1 < addr2)
5198 if (addr1 > addr2)

Completed in 30 milliseconds