Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libipp/
H A Dlibipp.c553 DBG0(DBG_IO, "called\n"); in nvlist_callback()
588 DBG0(DBG_IO, "called\n"); in string_callback()
637 DBG0(DBG_IO, "called\n"); in string_array_callback()
738 DBG1(DBG_IO, "opening %s\n", IPPCTL_DEVICE); in dispatch()
755 DBG0(DBG_IO, "command\n"); in dispatch()
808 DBG2(DBG_IO, "data[%d]: length = %d\n", count, dbuflen); in dispatch()
820 DBG1(DBG_IO, "nextbuflen = %d\n", nextbuflen); in dispatch()
891 DBG1(DBG_IO, "kernel return code = %d\n", rval); in dispatch()
H A Dlibipp.h42 #define DBG_IO 0x00000002 macro