/src/sys/arch/epoc32/include/ |
epoc32.h | 42 bus_addr_t addr2; member in struct:external_attach_args
|
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);
|
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;
|
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;
|
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...] |
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--;
|
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...] |
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;
|
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 | 238 unsigned long addr, addr2; local in function:ofw_device_register 446 addr2 = strtoul(p + 1, &p, 16); 448 addr2 = 0; 458 if (addr2 != 0 && addr2 != ca->ca_reg[1]) 487 addr2 != pa->pa_function) 507 addr2 != adev->adev_drv_data->drive)
|
ofw_autoconf.c | 238 unsigned long addr, addr2; local in function:ofw_device_register 446 addr2 = strtoul(p + 1, &p, 16); 448 addr2 = 0; 458 if (addr2 != 0 && addr2 != ca->ca_reg[1]) 487 addr2 != pa->pa_function) 507 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...] |
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...] |
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...] |
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);
|