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

12

/openbsd-current/sys/arch/alpha/include/
H A Dtc_machdep.h80 badaddr((void *)(tcaddr), sizeof (u_int32_t))
H A Dcpu.h128 int badaddr(void *, size_t);
/openbsd-current/sys/arch/macppc/include/
H A Dautoconf.h50 int badaddr(void *, u_int32_t);
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dfault.c58 * by longjmp'ing back to badaddr(). We should theoretically at least use
101 badaddr(void *addr, int len) function
H A Dsamachdep.h74 int badaddr(void *, int);
H A Dsio.c132 if (badaddr(sio_addr[0], 4) != 0) {
H A Dif_le.c114 if (badaddr(reg, 4) != 0)
/openbsd-current/sys/arch/luna88k/dev/
H A Dspc.c83 if (badaddr((caddr_t)ma->ma_addr, 4))
H A Dsio.c67 if (badaddr((vaddr_t)ma->ma_addr, 4))
H A Dlcd.c116 if (badaddr((vaddr_t)ma->ma_addr, 4))
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dm8820x.c102 * On the luna88k, badaddr() returns 'good' on unpopulated slots,
190 badaddr((vaddr_t)ILLADDRESS, 4);
/openbsd-current/sys/arch/alpha/pci/
H A Dmcpcia.c91 badaddr((void *)KV(((((unsigned long) gid) << MCBUS_GID_SHIFT) | \
244 if (badaddr((void *)ALPHA_PHYS_TO_K0SEG(MCPCIA_PCI_REV(ccp)),
H A Dlca_pci.c38 #include <machine/autoconf.h> /* badaddr proto */
159 if (!(ba = badaddr(datap, sizeof *datap))) {
177 data, datap, ba ? " (badaddr)" : "");
H A Dmcpcia_pci.c142 if (badaddr(dp, sizeof (*dp)) == 0) {
H A Dapecs_pci.c38 #include <machine/autoconf.h> /* badaddr() proto */
147 if (!(ba = badaddr(datap, sizeof *datap)))
159 data, datap, ba ? " (badaddr)" : "");
H A Dcia_pci.c179 if (!(ba = badaddr(datap, sizeof *datap)))
207 data, datap, ba ? " (badaddr)" : "");
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_trace.c198 if (badaddr((vaddr_t)regs, 4) || badaddr((vaddr_t)&regs->fpit, 4)) {
771 if (badaddr((vaddr_t)stack, 4) ||
772 badaddr((vaddr_t)(stack + 4), 4))
781 if (!badaddr((vaddr_t)pair[0], 4) &&
H A Ddb_interface.c209 if (badaddr((vaddr_t)s, 4) ||
210 badaddr((vaddr_t)(&((db_regs_t*)s)->fpit), 4)) {
/openbsd-current/usr.bin/vi/ex/
H A Dex.h218 enum badaddr { A_COMBO, A_EMPTY, A_EOF, A_NOTSET, A_ZERO }; enum
/openbsd-current/sys/arch/alpha/mcbus/
H A Dmcbus.c55 (!badaddr((void *)KV(MCPCIA_BRIDGE_ADDR(gid, mid)), sizeof (u_int32_t)))
/openbsd-current/usr.bin/vi/include/
H A Dex_extern.h9 (SCR *, EXCMDLIST const *, enum badaddr, enum nresult);
/openbsd-current/sys/arch/luna88k/cbus/
H A Dcbus.c97 if (badaddr((vaddr_t)ma->ma_addr, 4))
/openbsd-current/sys/arch/m88k/include/
H A Dcpu.h299 int badaddr(vaddr_t addr, int size);
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c61 int badaddr(char *addr, u_int32_t len);
542 badaddr(char *addr, u_int32_t len) function
/openbsd-current/usr.bin/ssh/
H A Dssh-keyscan.c611 goto badaddr;
617 badaddr:

Completed in 143 milliseconds

12