HomeSort by: relevance | last modified time | path
    Searched defs:PDB_FOLLOW (Results 1 - 7 of 7) sorted by relevancy

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

Completed in 22 milliseconds