Home
last modified time | relevance | path

Searched refs:TAPDEBUG (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/tap/
H A Dif_tap.c82 #define TAPDEBUG if (tapdebug) if_printf macro
255 TAPDEBUG(ifp, "created, minor = %#x, flags = 0x%x\n", in tapcreate()
362 TAPDEBUG(ifp, "opened, minor = %#x. Module refcnt = %d\n", in tapopen()
454 TAPDEBUG(ifp, "closed, minor = %#x. Module refcnt = %d\n", in tapclose()
589 TAPDEBUG(ifp, "mtu set\n"); in tapifioctl()
665 TAPDEBUG(ifp, "not ready, minor = %#x, flags = 0x%x\n", in tapifstart()
857 TAPDEBUG(ifp, "reading, minor = %#x\n", minor(dev)); in tapread()
860 TAPDEBUG(ifp, "not ready, minor = %#x, flags = 0x%x\n", in tapread()
928 TAPDEBUG(ifp, "writing, minor = %#x\n", minor(dev)); in tapwrite()
931 TAPDEBUG(ifp, "not ready, minor = %#x, flags = 0x%x\n", in tapwrite()
[all …]