Searched refs:PDB_FOLLOW (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/dev/gpib/ |
| H A D | ppi.c | 147 #define PDB_FOLLOW 0x01 macro 198 DPRINTF(PDB_FOLLOW, ("ppiopen(%" PRIx64 ", %x): flags %x\n", in ppiopen() 218 DPRINTF(PDB_FOLLOW, ("ppiclose(%" PRIx64 ", %x): flags %x\n", in ppiclose() 230 DPRINTF(PDB_FOLLOW, ("ppicallback: v=%p, action=%d\n", v, action)); in ppicallback() 240 DPRINTF(PDB_FOLLOW, ("ppicallback: unknown action %d\n", in ppicallback() 252 DPRINTF(PDB_FOLLOW, ("ppistart(%x)\n", device_unit(sc->sc_dev))); in ppistart() 263 DPRINTF(PDB_FOLLOW, ("ppitimo(%x)\n", device_unit(sc->sc_dev))); in ppitimo() 273 DPRINTF(PDB_FOLLOW, ("ppiread(%" PRIx64 ", %p)\n", dev, uio)); in ppiread() 282 DPRINTF(PDB_FOLLOW, ("ppiwrite(%" PRIx64 ", %p)\n", dev, uio)); in ppiwrite() 302 DPRINTF(PDB_FOLLOW|PDB_IO, in ppirw() [all …]
|
| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | ppi.c | 147 #define PDB_FOLLOW 0x01 macro 219 if (ppidebug & PDB_FOLLOW) in ppiopen() 239 if (ppidebug & PDB_FOLLOW) in ppiclose() 253 if (ppidebug & PDB_FOLLOW) in ppistart() 266 if (ppidebug & PDB_FOLLOW) in ppitimo() 278 if (ppidebug & PDB_FOLLOW) in ppiread() 289 if (ppidebug & PDB_FOLLOW) in ppiwrite() 312 if (ppidebug & (PDB_FOLLOW|PDB_IO)) in ppirw() 447 if (ppidebug & (PDB_FOLLOW|PDB_IO)) in ppirw()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | par.c | 87 #define PDB_FOLLOW 0x01 macro 170 if (pardebug & PDB_FOLLOW) { in paropen() 205 if (pardebug & PDB_FOLLOW) in parclose() 221 if (pardebug & PDB_FOLLOW) in parstart() 234 if (pardebug & PDB_FOLLOW) in partimo() 246 if (pardebug & PDB_FOLLOW) in parread() 258 if (pardebug & PDB_FOLLOW) in parwrite() 285 if (pardebug & (PDB_FOLLOW|PDB_IO)) in parrw() 439 if (pardebug & (PDB_FOLLOW|PDB_IO)) in parrw()
|
| /netbsd-src/sys/arch/m68k/m68k/ |
| H A D | pmap_motorola.c | 145 #define PDB_FOLLOW 0x0001 macro 444 PMAP_DPRINTF(PDB_FOLLOW, ("pmap_init()\n")); in pmap_init() 681 PMAP_DPRINTF(PDB_FOLLOW, in pmap_map() 705 PMAP_DPRINTF(PDB_FOLLOW|PDB_CREATE, in pmap_create() 725 PMAP_DPRINTF(PDB_FOLLOW|PDB_CREATE, in pmap_pinit() 756 PMAP_DPRINTF(PDB_FOLLOW, ("pmap_destroy(%p)\n", pmap)); in pmap_destroy() 776 PMAP_DPRINTF(PDB_FOLLOW, ("pmap_release(%p)\n", pmap)); in pmap_release() 803 PMAP_DPRINTF(PDB_FOLLOW, ("pmap_reference(%p)\n", pmap)); in pmap_reference() 823 PMAP_DPRINTF(PDB_FOLLOW|PDB_SEGTAB, in pmap_activate() 871 PMAP_DPRINTF(PDB_FOLLOW|PDB_REMOVE|PDB_PROTECT, in pmap_remove() [all …]
|
| /netbsd-src/sys/arch/alpha/alpha/ |
| H A D | pmap.c | 157 #define PDB_FOLLOW 0x0001 macro 1270 if (pmapdebug & (PDB_FOLLOW|PDB_BOOTSTRAP)) in pmap_bootstrap() 1559 if (pmapdebug & PDB_FOLLOW) in pmap_init() 1615 if (pmapdebug & (PDB_FOLLOW|PDB_CREATE)) in pmap_create() 1671 if (pmapdebug & PDB_FOLLOW) in pmap_destroy() 1716 if (pmapdebug & PDB_FOLLOW) in pmap_reference() 1742 if (pmapdebug & (PDB_FOLLOW|PDB_REMOVE|PDB_PROTECT)) in pmap_remove_internal() 1957 if ((pmapdebug & (PDB_FOLLOW|PDB_PROTECT)) || in pmap_page_protect() 2036 if (pmapdebug & (PDB_FOLLOW|PDB_PROTECT)) in pmap_protect() 2187 if (pmapdebug & (PDB_FOLLOW|PDB_ENTER)) in pmap_enter() [all …]
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | par.c | 103 #define PDB_FOLLOW 0x01 macro 108 int pardebug = PDB_FOLLOW | PDB_IO | PDB_INTERRUPT; 254 if (pardebug & PDB_FOLLOW) in parstart() 266 if (pardebug & PDB_FOLLOW) in partimo() 278 if (pardebug & PDB_FOLLOW) in parwrite() 409 if (pardebug & (PDB_FOLLOW|PDB_IO)) in parrw()
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | pmap.c | 158 #define PDB_FOLLOW 0x0020 macro 6733 DPRINTF(PDB_FOLLOW, "pmap_extract: invalid segment (%d)", vr); in pmap_extract4_4c() 6739 DPRINTF(PDB_FOLLOW, "pmap_extract: invalid segment"); in pmap_extract4_4c() 6745 DPRINTF(PDB_FOLLOW, "pmap_extract: invalid pte"); in pmap_extract4_4c() 6784 DPRINTF(PDB_FOLLOW, "pmap_extract: no segmap"); in pmap_extract4m() 6790 DPRINTF(PDB_FOLLOW, "pmap_extract: no ptes"); in pmap_extract4m() 6796 DPRINTF(PDB_FOLLOW, "pmap_extract: invalid pte of type %d", in pmap_extract4m()
|