Searched refs:psrc (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/sys/arch/luna88k/dev/
H A Domrasops1.c110 u_int32_t *psrc; /* pointer to current src longword */ local
143 psrc = psrcLine;
150 getandputrop(P0(psrc), srcBit, dstBit, cx, P0(pdst), rop);
152 psrc += width;
173 psrc = psrcLine;
177 getandputrop(P0(psrc), (sx & 0x1f),
181 psrc++;
191 *P0(pdst) = *P0(psrc);
192 psrc++;
201 getunalignedword(P0(psrc),
275 u_int32_t *psrc; /* pointer to current src longword */ local
[all...]
H A Dmaskbits.h109 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \
115 OMFB_GETBITS(psrc, srcbit, width, _tmpdst); \
119 #define getunalignedword(psrc, x, dst) \
122 OMFB_GETBITS(psrc, x, 32, _tmp); \
/openbsd-current/regress/sys/netinet/arp/
H A Darp_otherproxy.py9 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=LOCAL_ADDR,
H A Darp_nonproxy.py9 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=LOCAL_ADDR,
H A Darp_otherfake.py9 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=OTHER_FAKE_ADDR,
H A Darp_gratuitous.py11 arp=ARP(op='is-at', hwsrc=LOCAL_MAC, psrc=REMOTE_ADDR,
H A Darp_broadcast.py9 arp=ARP(op='who-has', hwsrc="ff:ff:ff:ff:ff:ff", psrc=LOCAL_ADDR,
H A Darp_other.py9 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=OTHER_ADDR,
H A Darp_fake.py9 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=FAKE_ADDR,
H A Darp_request.py11 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=LOCAL_ADDR,
37 if a.psrc != REMOTE_ADDR:
38 print("PLOCAL=%s != REMOTE_ADDR" % (a.psrc))
H A Darp_probe.py12 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc="0.0.0.0",
38 if a.psrc != REMOTE_ADDR:
39 print("PLOCAL=%s != REMOTE_ADDR" % (a.psrc))
H A Darp_proxy.py9 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=LOCAL_ADDR,
35 if a.psrc != FAKE_ADDR:
36 print("PLOCAL=%s != FAKE_ADDR" % (a.psrc))
H A Darp_multicast.py11 arp=ARP(op='who-has', hwsrc="33:33:33:33:33:33", psrc=LOCAL_ADDR,
37 if a.psrc != REMOTE_ADDR:
38 print("PLOCAL=%s != REMOTE_ADDR" % (a.psrc))
H A Darp_announcement.py11 arp=ARP(op='who-has', hwsrc=LOCAL_MAC, psrc=REMOTE_ADDR,
38 if a.psrc != REMOTE_ADDR:
39 print("PLOCAL=%s != REMOTE_ADDR" % (a.psrc))
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011229-1.c62 unsigned char *psrc = buffer + data_x * spp; local
71 v[0] = psrc[0];
72 v[1] = psrc[1];
/openbsd-current/libexec/ld.so/
H A Dutil.h104 unsigned const char *psrc = src; local
109 pdest[i] = psrc[i];
/openbsd-current/sys/dev/pci/
H A Dcs4280reg.h208 #define CS4280_MK_PSRC(psrc, py) ((((psrc) << 16) & 0xffff0000) | ((py) & 0xffff))
H A Dcs4280.c481 int16_t psrc;
498 psrc = px;
503 ( ((psrc<<16) & PSRC_MASK) | px ));
506 BA1WRITE4(sc, CS4280_PSRC, CS4280_MK_PSRC(psrc,py));
483 int16_t psrc; local
/openbsd-current/sys/arch/i386/pci/
H A Dglxsb.c551 glxsb_aes(struct glxsb_softc *sc, uint32_t control, uint32_t psrc, argument
564 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SB_SOURCE_A, psrc);
/openbsd-current/sys/net/
H A Dpf.c4867 u_int8_t sws, dws, psrc, pdst; local
4874 psrc = PF_PEER_SRC;
4879 psrc = PF_PEER_DST;
4948 pf_set_protostate(*stp, psrc, TCPS_SYN_SENT);
5050 pf_set_protostate(*stp, psrc, TCPS_SYN_SENT);
5053 pf_set_protostate(*stp, psrc, TCPS_CLOSING);
5152 pf_set_protostate(*stp, psrc, TCPS_CLOSING);
5204 u_int8_t psrc, pdst; local
5209 psrc = PF_PEER_SRC;
5214 psrc
5386 u_int8_t psrc, pdst; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dreg-stack.c971 rtx *psrc = get_true_reg (&SET_SRC (pat));
977 src = *psrc; dest = *pdest;
1041 replace_reg (psrc, get_hard_regnum (regstack, src));
1081 replace_reg (psrc, FIRST_STACK_REG);
959 rtx *psrc = get_true_reg (&SET_SRC (pat)); local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c1077 rtx *psrc = get_true_reg (&SET_SRC (pat));
1083 src = *psrc; dest = *pdest;
1145 replace_reg (psrc, get_hard_regnum (regstack, src));
1188 replace_reg (psrc, FIRST_STACK_REG);
1064 rtx *psrc = get_true_reg (&SET_SRC (pat)); local
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c1263 const unsigned char *psrc = src;
1276 psrc += consumed)
1279 consumed = __mbrtowc (pdest, psrc, mb_remain, &mbs);
1281 consumed = mbrtowc (pdest, psrc, mb_remain, &mbs);
1288 *pdest = *psrc;
1298 if (consumed == 1 && (int) *psrc == 0x5c && (int) *pdest == 0xa5)
1299 *pdest = (wchar_t) *psrc;
1256 const unsigned char *psrc = src; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfcode.h169 const void *psrc,
173 const Elf_External_Sym *src = psrc;
167 elf_swap_symbol_in(bfd *abfd, const void *psrc, const void *pshn, Elf_Internal_Sym *dst) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h171 const void *psrc,
175 const Elf_External_Sym *src = psrc;
169 elf_swap_symbol_in(bfd *abfd, const void *psrc, const void *pshn, Elf_Internal_Sym *dst) argument

Completed in 186 milliseconds

12