/src/sys/arch/epoc32/include/ |
epoc32.h | 42 bus_addr_t addr2; member in struct:external_attach_args
|
/src/tests/lib/libc/sys/ |
t_mincore.c | 154 void *addr, *addr2, *addr3, *buf; local in function:ATF_TC_BODY 238 addr2 = mmap(NULL, npgs * page, PROT_READ, MAP_ANON, -1, (off_t)0); 242 if (addr2 == MAP_FAILED || addr3 == MAP_FAILED) 247 ATF_REQUIRE(check_residency(addr2, npgs) == npgs); 251 ATF_REQUIRE(check_residency(addr2, npgs) == npgs); 255 ATF_REQUIRE_STRERROR(madvise(addr2, npgs * page, MADV_FREE) == 0); 256 ATF_REQUIRE(check_residency(addr2, npgs) == 0); 264 (void)munmap(addr2, npgs * page);
|
/src/lib/libc/net/ |
rthdr.c | 382 struct in6_addr addr_tmp, *addr1, *addr2; local in function:inet6_rth_reverse 385 addr2 = (struct in6_addr *)(void *)(rth0_out + 1) + 388 *addr1 = *addr2; 389 *addr2 = addr_tmp;
|
/src/sys/external/bsd/compiler_rt/dist/test/profile/ |
instrprof-value-prof.c | 75 CallerInfo *addr2 = (CallerInfo *)p2; local in function:cmpaddr 76 return (intptr_t)addr2->CallerAddr - (intptr_t)addr1->CallerAddr;
|
/src/sys/arch/evbsh3/ap_ms104_sh4/ |
ap_ms104_sh4_space.c | 742 volatile uint8_t *addr2 = (void *)(h2 + o2); local in function:ap_ms104_sh4_iomem_copy_region_1 744 if (addr1 >= addr2) { /* src after dest: copy forward */ 746 *addr2++ = *addr1++; 750 addr2 += count - 1; 752 *addr2-- = *addr1--; 762 volatile uint16_t *addr2 = (void *)(h2 + o2); local in function:ap_ms104_sh4_iomem_copy_region_2 764 if (addr1 >= addr2) { /* src after dest: copy forward */ 766 *addr2++ = *addr1++; 770 addr2 += count - 1; 772 *addr2-- = *addr1-- 782 volatile uint32_t *addr2 = (void *)(h2 + o2); local in function:ap_ms104_sh4_iomem_copy_region_4 [all...] |
/src/sys/arch/evbsh3/t_sh7706lan/ |
t_sh7706lan_space.c | 702 volatile uint8_t *addr2 = (void *)(h2 + o2); local in function:t_sh7706lan_iomem_copy_region_1 704 if (addr1 >= addr2) { /* src after dest: copy forward */ 706 *addr2++ = *addr1++; 710 addr2 += count - 1; 712 *addr2-- = *addr1--;
|
/src/sys/arch/sh3/sh3/ |
sh3_bus_space.c | 522 volatile uint8_t *addr2 = (void *)(h2 + o2); local in function:bus_space_copy_region_1 524 if (addr1 >= addr2) { /* src after dest: copy forward */ 526 *addr2++ = *addr1++; 529 addr2 += c - 1; 531 *addr2-- = *addr1--; 540 volatile uint16_t *addr2 = (void *)(h2 + o2); local in function:bus_space_copy_region_2 542 if (addr1 >= addr2) { /* src after dest: copy forward */ 544 *addr2++ = *addr1++; 547 addr2 += c - 1; 549 *addr2-- = *addr1-- 558 volatile uint32_t *addr2 = (void *)(h2 + o2); local in function:bus_space_copy_region_4 [all...] |
/src/sys/net/npf/ |
lpm.c | 291 uint32_t addr2[4]; local in function:compute_prefix 295 memcpy(addr2, addr, nwords * 4); 296 addr = addr2;
|
/src/sys/arch/powerpc/oea/ |
ofw_autoconf.c | 237 unsigned long addr, addr2; local in function:device_register 445 addr2 = strtoul(p + 1, &p, 16); 447 addr2 = 0; 457 if (addr2 != 0 && addr2 != ca->ca_reg[1]) 486 addr2 != pa->pa_function) 506 addr2 != adev->adev_drv_data->drive)
|
/src/sys/arch/landisk/dev/ |
obio.c | 800 volatile uint8_t *addr2 = (void *)(h2 + o2); local in function:obio_iomem_copy_region_1 802 if (addr1 >= addr2) { /* src after dest: copy forward */ 804 *addr2++ = *addr1++; 808 addr2 += count - 1; 810 *addr2-- = *addr1--; 820 volatile uint16_t *addr2 = (void *)(h2 + o2); local in function:obio_iomem_copy_region_2 822 if (addr1 >= addr2) { /* src after dest: copy forward */ 824 *addr2++ = *addr1++; 828 addr2 += count - 1; 830 *addr2-- = *addr1-- 840 volatile uint32_t *addr2 = (void *)(h2 + o2); local in function:obio_iomem_copy_region_4 [all...] |
/src/sys/arch/x86/x86/ |
bus_space.c | 771 vaddr_t addr2 = h2 + o2; 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++) 788 *(volatile uint8_t *)(addr2) 806 vaddr_t addr2 = h2 + o2; local in function:bus_space_copy_region_2 844 vaddr_t addr2 = h2 + o2; local in function:bus_space_copy_region_4 [all...] |
/src/sys/arch/sh3/dev/ |
shpcic.c | 1086 u_long addr2 = bsh2 + off2; local in function:shpcic_io_copy_region_1 1089 if (addr1 >= addr2) { /* src after dest: copy forward */ 1113 u_long addr2 = bsh2 + off2; local in function:shpcic_io_copy_region_2 1116 if (addr1 >= addr2) { /* src after dest: copy forward */ 1140 u_long addr2 = bsh2 + off2; local in function:shpcic_io_copy_region_4 1143 if (addr1 >= addr2) { /* src after dest: copy forward */ 1167 u_long addr2 = bsh2 + off2; local in function:shpcic_mem_copy_region_1 1170 if (addr1 >= addr2) { /* src after dest: copy forward */ 1194 u_long addr2 = bsh2 + off2; local in function:shpcic_mem_copy_region_2 1197 if (addr1 >= addr2) { /* src after dest: copy forward * 1221 u_long addr2 = bsh2 + off2; local in function:shpcic_mem_copy_region_4 [all...] |
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_mode.c | 1436 u8 addr2 = (address >> 19) & 0xff; local in function:ast_cursor_set_base 1440 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xca, addr2);
|
/src/sys/arch/ia64/include/ |
bus.h | 820 bus_addr_t addr2 = h2 + o2; 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++) 837 *(volatile uint8_t *)(addr2) 855 bus_addr_t addr2 = h2 + o2; local in function:ia64_bus_space_copy_region_2 890 bus_addr_t addr2 = h2 + o2; local in function:ia64_bus_space_copy_region_4 925 bus_addr_t addr2 = h2 + o2; local in function:ia64_bus_space_copy_region_8 [all...] |
/src/sys/arch/vax/include/ |
bus.h | 673 bus_addr_t addr2 = h2 + o2; local in function:vax_mem_copy_region_1 675 if (addr1 >= addr2) { 677 for (; c != 0; c--, addr1++, addr2++) 678 *(volatile uint8_t *)(addr2) = 682 for (addr1 += (c - 1), addr2 += (c - 1); 683 c != 0; c--, addr1--, addr2--) 684 *(volatile uint8_t *)(addr2) = 694 bus_addr_t addr2 = h2 + o2; local in function:vax_mem_copy_region_2 696 if (addr1 >= addr2) { 698 for (; c != 0; c--, addr1 += 2, addr2 += 2 715 bus_addr_t addr2 = h2 + o2; local in function:vax_mem_copy_region_4 [all...] |
/src/sys/dev/ic/ |
wi_ieee.h | 98 u_int8_t addr2[6]; member in struct:wi_80211_hdr
|
/src/sys/arch/m68k/m68k/ |
pmap_motorola.c | 437 vaddr_t addr, addr2; local in function:pmap_init 528 addr2 = addr + s; 529 kpt_pages = &((struct kpt_page *)addr2)[npages]; 532 addr2 -= PAGE_SIZE; 535 kpt_pages->kpt_va = addr2; 536 (void) pmap_extract(pmap_kernel(), addr2, 538 } while (addr != addr2); 547 st_map = uvm_km_suballoc(kernel_map, &addr, &addr2, s, 0, false, 562 pt_map = uvm_km_suballoc(kernel_map, &addr, &addr2, s, 0,
|
/src/sys/fs/nfs/common/ |
nfs_commonsubs.c | 562 struct sockaddr_in *addr1, *addr2; local in function:nfsaddr2_match 569 addr2 = NFSSOCKADDR(nam2, struct sockaddr_in *); 570 if (addr2->sin_family == AF_INET && 571 addr1->sin_addr.s_addr == addr2->sin_addr.s_addr)
|
/src/sys/uvm/ |
uvm_map.c | 5194 const uintptr_t addr2 = UVM_VOADDR_GET_OBJECT(voaddr2); local in function:uvm_voaddr_compare 5196 if (addr1 < addr2) 5198 if (addr1 > addr2)
|