/openbsd/sys/arch/m88k/m88k/ |
H A D | db_trace.c | 198 if (badaddr((vaddr_t)regs, 4) || badaddr((vaddr_t)®s->fpit, 4)) { in frame_is_sane() 771 if (badaddr((vaddr_t)stack, 4) || in db_stack_trace_cmd2() 772 badaddr((vaddr_t)(stack + 4), 4)) in db_stack_trace_cmd2() 781 if (!badaddr((vaddr_t)pair[0], 4) && in db_stack_trace_cmd2()
|
H A D | db_interface.c | 209 if (badaddr((vaddr_t)s, 4) || 210 badaddr((vaddr_t)(&((db_regs_t*)s)->fpit), 4)) {
|
/openbsd/sys/arch/alpha/include/ |
H A D | tc_machdep.h | 80 badaddr((void *)(tcaddr), sizeof (u_int32_t))
|
H A D | cpu.h | 129 int badaddr(void *, size_t);
|
/openbsd/sys/arch/macppc/include/ |
H A D | autoconf.h | 50 int badaddr(void *, u_int32_t);
|
/openbsd/sys/arch/alpha/pci/ |
H A D | mcpcia.c | 91 badaddr((void *)KV(((((unsigned long) gid) << MCBUS_GID_SHIFT) | \ 244 if (badaddr((void *)ALPHA_PHYS_TO_K0SEG(MCPCIA_PCI_REV(ccp)), in mcpcia_init()
|
H A D | mcpcia_pci.c | 142 if (badaddr(dp, sizeof (*dp)) == 0) {
|
H A D | apecs_pci.c | 147 if (!(ba = badaddr(datap, sizeof *datap)))
|
H A D | lca_pci.c | 159 if (!(ba = badaddr(datap, sizeof *datap))) {
|
H A D | cia_pci.c | 179 if (!(ba = badaddr(datap, sizeof *datap)))
|
/openbsd/sys/arch/luna88k/dev/ |
H A D | spc.c | 83 if (badaddr((caddr_t)ma->ma_addr, 4)) in spc_mainbus_match()
|
H A D | sio.c | 67 if (badaddr((vaddr_t)ma->ma_addr, 4)) in sio_match()
|
H A D | lcd.c | 116 if (badaddr((vaddr_t)ma->ma_addr, 4)) in lcd_match()
|
/openbsd/sys/arch/luna88k/stand/boot/ |
H A D | samachdep.h | 74 int badaddr(void *, int);
|
H A D | fault.c | 101 badaddr(void *addr, int len) in badaddr() function
|
H A D | sio.c | 132 if (badaddr(sio_addr[0], 4) != 0) { in siocnprobe()
|
H A D | if_le.c | 114 if (badaddr(reg, 4) != 0) in leinit()
|
/openbsd/sys/arch/luna88k/luna88k/ |
H A D | m8820x.c | 190 badaddr((vaddr_t)ILLADDRESS, 4); in m8820x_cpu_number()
|
/openbsd/sys/arch/alpha/mcbus/ |
H A D | mcbus.c | 55 (!badaddr((void *)KV(MCPCIA_BRIDGE_ADDR(gid, mid)), sizeof (u_int32_t)))
|
/openbsd/usr.bin/vi/ex/ |
H A D | ex.h | 218 enum badaddr { A_COMBO, A_EMPTY, A_EOF, A_NOTSET, A_ZERO }; enum
|
/openbsd/sys/arch/m88k/include/ |
H A D | cpu.h | 299 int badaddr(vaddr_t addr, int size);
|
/openbsd/sys/arch/luna88k/cbus/ |
H A D | cbus.c | 97 if (badaddr((vaddr_t)ma->ma_addr, 4)) in cbus_match()
|
/openbsd/usr.bin/vi/include/ |
H A D | ex_extern.h | 9 (SCR *, EXCMDLIST const *, enum badaddr, enum nresult);
|
/openbsd/sys/arch/powerpc/powerpc/ |
H A D | trap.c | 61 int badaddr(char *addr, u_int32_t len); 542 badaddr(char *addr, u_int32_t len) in badaddr() function
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-keyscan.c | 612 goto badaddr; in do_host() 618 badaddr: in do_host()
|