/src/usr.sbin/mopd/common/ |
cmp.c | 40 mopCmpEAddr(const u_char *addr1, const u_char *addr2) 42 return(memcmp(addr1, addr2, 6));
|
/src/sys/arch/epoc32/include/ |
epoc32.h | 42 bus_addr_t addr2; member in struct:external_attach_args
|
/src/sys/arch/epoc32/epoc32/ |
external.c | 80 aa.addr2 = cf->cf_loc[EXTERNALCF_ADDR2]; 98 if (aa->addr2 != -1) 99 aprint_normal(",0x%04lx", aa->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/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/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/arch/sh3/include/ |
db_machdep.h | 71 #define DB_PHYS_EQ(task1, addr1, task2, addr2) \ 72 db_phys_eq(task1, addr1, task2, addr2)
|
/src/sys/arch/hpcsh/include/ |
bus_util.h | 120 volatile __TYPENAME(BITS) *addr2 = (void *)(h2 + o2); \ 123 if (addr1 >= addr2) { /* src after dest: copy forward */ \ 125 *addr2++ = *addr1++; \ 128 addr2 += c - 1; \ 130 *addr2-- = *addr1--; \
|
/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/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/arch/amd64/include/ |
db_machdep.h | 98 #define DB_PHYS_EQ(task1,addr1,task2,addr2) \ 99 db_phys_eq(task1,addr1,task2,addr2)
|
/src/sys/arch/i386/include/ |
db_machdep.h | 97 #define DB_PHYS_EQ(task1,addr1,task2,addr2) \ 98 db_phys_eq(task1,addr1,task2,addr2)
|
/src/sys/arch/powerpc/oea/ |
ofw_autoconf.c | 238 unsigned long addr, addr2; local in function:ofw_device_register 440 addr2 = strtoul(p + 1, &p, 16); 442 addr2 = 0; 452 if (addr2 != 0 && addr2 != ca->ca_reg[1]) 481 addr2 != pa->pa_function) 501 addr2 != adev->adev_drv_data->drive)
|
/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/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/epoc32/conf/ |
files.epoc32 | 24 device external {[addr = -1], [addr2 = -1], [irq = -1]}
|
/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/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/ |
hwsq.h | 37 hwsq_reg2(u32 addr1, u32 addr2) 43 .stride = addr2 - addr1,
|
/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/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/tests/net/route/ |
t_route.sh | 570 atf_check -s exit:0 rump.ifconfig shmif0 $af $addr2/$prefix alias 585 atf_check -s exit:0 -o match:"local addr: $addr2" \ 589 atf_check -s exit:0 -o match:"local addr: $addr2" \ 593 atf_check -s exit:0 rump.ifconfig shmif0 $af $addr2 delete 600 atf_check -s exit:0 rump.ifconfig shmif0 $af $addr2/$prefix_short alias 615 atf_check -s exit:0 -o match:"local addr: $addr2" \ 620 atf_check -s exit:0 -o match:"local addr: $addr2" \ 644 local addr2=10.0.0.2 673 local addr2=fd00::2
|
/src/sys/arch/hpcmips/conf/ |
std.hpcmips.vr41 | 26 vrpiu* at vr4102ip? addr 0x0b000120 size 0x20 addr2 0x0b0002a0 size2 0x20 unit VRPIU
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
ramfuc.h | 37 ramfuc_reg2(u32 addr1, u32 addr2) 42 .stride = addr2 - addr1,
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_nat_test.c | 153 match_addr(int af, const char *saddr, const npf_addr_t *addr2) 160 return memcmp(&addr1, addr2, len) == 0;
|
/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;
|