Searched refs:addr2 (Results 1 - 25 of 175) sorted by relevance

1234567

/netbsd-current/usr.sbin/mopd/common/
H A Dcmp.c36 mopCmpEAddr(const u_char *addr1, const u_char *addr2) argument
38 return(memcmp(addr1, addr2, 6));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Doffsets.exp36 set addr2 $expect_out(1,string)
38 if {[expr $addr2 - $addr1] == [expr 0x10000000 + 16]} {
H A Drandomize.exp61 set addr2 [address_get "randomized second address"]
63 if [string equal $addr1 $addr2] {
76 set addr2 [address_get "fixed second address"]
78 if [string equal $addr1 $addr2] {
H A Dpie-execl.exp106 set addr2 ""
110 set addr2 $expect_out(1,string)
114 verbose -log "addr2 is $addr2"
118 if [string equal $addr1 $addr2] {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doffsets.exp36 set addr2 $expect_out(1,string)
38 if {[expr $addr2 - $addr1] == [expr 0x10000000 + 16]} {
H A Drandomize.exp61 set addr2 [address_get "randomized second address"]
63 if [string equal $addr1 $addr2] {
76 set addr2 [address_get "fixed second address"]
78 if [string equal $addr1 $addr2] {
H A Dpie-execl.exp106 set addr2 ""
110 set addr2 $expect_out(1,string)
114 verbose -log "addr2 is $addr2"
118 if [string equal $addr1 $addr2] {
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_z.c80 cmdp->addr2.lno = (cmdp->addr1.lno + cnt) - 1;
84 cmdp->addr2.lno = lno;
97 cmdp->addr2.lno = lno + cnt;
119 cmdp->addr2.lno = lno - 1;
123 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno;
128 cmdp->addr2.lno = (lno + cnt) - 1;
138 cmdp->addr2.lno = (lno + cnt) - 1;
145 if (cmdp->addr2.lno > lno)
146 cmdp->addr2.lno = lno;
H A Dex_delete.c53 &cmdp->addr1, &cmdp->addr2, CUT_LINEMODE))
57 if (del(sp, &cmdp->addr1, &cmdp->addr2, 1))
H A Dex_yank.c49 &cmdp->addr1, &cmdp->addr2, CUT_LINEMODE));
H A Dex_join.c52 to = cmdp->addr2.lno;
67 ++cmdp->addr2.lno;
71 from = cmdp->addr1.lno, to = cmdp->addr2.lno; from <= to; ++from) {
77 cmdp->addr2.lno = from - 1;
183 for (from = cmdp->addr1.lno, to = cmdp->addr2.lno; to > from; --to)
194 sp->rptlines[L_JOINED] += (cmdp->addr2.lno - cmdp->addr1.lno) + 1;
H A Dex_print.c53 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_LIST))
55 sp->lno = cmdp->addr2.lno;
56 sp->cno = cmdp->addr2.cno;
71 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_HASH))
73 sp->lno = cmdp->addr2.lno;
74 sp->cno = cmdp->addr2.cno;
88 if (ex_print(sp, cmdp, &cmdp->addr1, &cmdp->addr2, cmdp->iflags))
90 sp->lno = cmdp->addr2.lno;
91 sp->cno = cmdp->addr2.cno;
H A Dex_perl.c67 perl_ex_perl(sp, p, len, cmdp->addr1.lno, cmdp->addr2.lno) :
68 perl_ex_perldo(sp, p, len, cmdp->addr1.lno, cmdp->addr2.lno));
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dzonemgr_test.c133 isc_sockaddr_t addr1, addr2; local
158 isc_sockaddr_fromin(&addr2, &in, 5150);
159 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
164 dns_zonemgr_unreachableadd(myzonemgr, &addr1, &addr2, &now);
165 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
166 dns_zonemgr_unreachableadd(myzonemgr, &addr1, &addr2, &now);
167 assert_true(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
170 isc_sockaddr_fromin(&addr2, &in, 5150);
171 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
176 dns_zonemgr_unreachableadd(myzonemgr, &addr1, &addr2,
[all...]
/netbsd-current/sys/arch/epoc32/include/
H A Depoc32.h42 bus_addr_t addr2; member in struct:external_attach_args
/netbsd-current/sys/arch/epoc32/epoc32/
H A Dexternal.c80 aa.addr2 = cf->cf_loc[EXTERNALCF_ADDR2];
98 if (aa->addr2 != -1)
99 aprint_normal(",0x%04lx", aa->addr2);
/netbsd-current/sys/arch/ia64/include/
H A Dbus.h820 bus_addr_t addr2 = h2 + o2; local
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
890 bus_addr_t addr2 = h2 + o2; local
925 bus_addr_t addr2 = h2 + o2; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Decs.c43 const unsigned char *addr1, *addr2; local
64 addr2 = (const unsigned char *)&ecs2->addr.type.in;
69 addr2 = (const unsigned char *)&ecs2->addr.type.in6;
79 if (alen > 1 && memcmp(addr1, addr2, alen - 1) != 0) {
94 if ((addr1[alen - 1] & mask) != (addr2[alen - 1] & mask)) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Decs.c43 const unsigned char *addr1, *addr2; local
64 addr2 = (const unsigned char *)&ecs2->addr.type.in;
69 addr2 = (const unsigned char *)&ecs2->addr.type.in6;
79 if (alen > 1 && memcmp(addr1, addr2, alen - 1) != 0) {
94 if ((addr1[alen - 1] & mask) != (addr2[alen - 1] & mask)) {
/netbsd-current/sys/arch/x86/x86/
H A Dbus_space.c771 vaddr_t addr2 = h2 + o2; local
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
844 vaddr_t addr2 = h2 + o2; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_bsd44.c50 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
H A Dcheckmount_ultrix.c47 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Dsocket_test.c87 isc_sockaddr_t addr1, addr2; local
106 isc_sockaddr_fromin(&addr2, &in, 5445);
115 result = isc_socket_bind(s2, &addr2, ISC_SOCKET_REUSEADDRESS);
127 &addr2, NULL);
158 isc_sockaddr_t addr1, addr2; local
177 isc_sockaddr_fromin(&addr2, &in, 5445);
186 result = isc_socket_bind(s2, &addr2, ISC_SOCKET_REUSEADDRESS);
201 &addr2, NULL);
213 &addr2, NULL);
/netbsd-current/sys/arch/sh3/sh3/
H A Dsh3_bus_space.c522 volatile uint8_t *addr2 = (void *)(h2 + o2); local
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
542 if (addr1 >= addr2) { /* src after dest: copy forward */
544 *addr2++ = *addr1++;
547 addr2 += c - 1;
549 *addr2
558 volatile uint32_t *addr2 = (void *)(h2 + o2); local
[all...]
/netbsd-current/sys/arch/sh3/include/
H A Ddb_machdep.h71 #define DB_PHYS_EQ(task1, addr1, task2, addr2) \
72 db_phys_eq(task1, addr1, task2, addr2)

Completed in 204 milliseconds

1234567