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

  /src/sys/dev/
dksubr.c 64 #define DPRINTF_FOLLOW(y) DPRINTF(DKDB_FOLLOW, y)
68 #define DPRINTF_FOLLOW(y)
135 DPRINTF_FOLLOW(("%s(%s, %p, 0x%"PRIx64", 0x%x)\n", __func__,
211 DPRINTF_FOLLOW(("%s(%s, %p, 0x%"PRIx64", 0x%x)\n", __func__,
303 DPRINTF_FOLLOW(("%s(%s, %p, %p)\n", __func__,
307 DPRINTF_FOLLOW(("%s: not inited\n", __func__));
364 DPRINTF_FOLLOW(("%s: not inited\n", __func__));
382 DPRINTF_FOLLOW(("%s: not inited\n", __func__));
509 DPRINTF_FOLLOW(("%s(%s, %p, 0x%"PRIx64", %jd, %jd)\n", __func__,
513 DPRINTF_FOLLOW(("%s: not inited\n", __func__))
    [all...]
cgd.c 448 #define DPRINTF_FOLLOW(y) DPRINTF(CGDB_FOLLOW, y)
455 #define DPRINTF_FOLLOW(y)
718 DPRINTF_FOLLOW(("cgdopen(0x%"PRIx64", %d)\n", dev, flags));
740 DPRINTF_FOLLOW(("cgdclose(0x%"PRIx64", %d)\n", dev, flags));
774 DPRINTF_FOLLOW(("cgdstrategy(%p): b_bcount = %ld\n", bp,
799 DPRINTF_FOLLOW(("cgdsize(0x%"PRIx64")\n", dev));
854 DPRINTF_FOLLOW(("cgd_diskstart(%p, %p)\n", dksc, bp));
946 DPRINTF_FOLLOW(("cgdiodone(%p)\n", nbp));
1061 DPRINTF_FOLLOW(("cgdread(0x%llx, %p, %d)\n",
1079 DPRINTF_FOLLOW(("cgdwrite(0x%"PRIx64", %p, %d)\n", dev, uio, flags))
    [all...]

Completed in 263 milliseconds