Searched refs:G_NOP_DEBUG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/nop/ |
H A D | g_nop.c | 470 G_NOP_DEBUG(0, "Device %s created.", gp->name); in g_nop_create() 512 G_NOP_DEBUG(0, "Device %s is still open, so it " in g_nop_destroy() 515 G_NOP_DEBUG(1, "Device %s is still open (r%dw%de%d).", in g_nop_destroy() 520 G_NOP_DEBUG(0, "Device %s removed.", gp->name); in g_nop_destroy() 773 G_NOP_DEBUG(1, "Provider %s is invalid.", pp->name); in g_nop_ctl_configure() 843 G_NOP_DEBUG(1, "Device %s is invalid.", name); in g_nop_ctl_destroy() 882 G_NOP_DEBUG(1, "Provider %s is invalid.", pp->name); in g_nop_ctl_reset()
|
H A D | g_nop.h | 42 #define G_NOP_DEBUG(lvl, ...) \ macro
|