Searched refs:G_MOUNTVER_DEBUG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/mountver/ |
H A D | g_mountver.c | 314 G_MOUNTVER_DEBUG(0, "Unmapped supported for %s.", gp->name); in g_mountver_create() 317 G_MOUNTVER_DEBUG(0, "Unmapped unsupported for %s.", gp->name); in g_mountver_create() 341 G_MOUNTVER_DEBUG(0, "Cannot get disk ident from %s; error = %d.", pp->name, error); in g_mountver_create() 346 G_MOUNTVER_DEBUG(0, "Device %s created.", gp->name); in g_mountver_create() 372 G_MOUNTVER_DEBUG(0, "Device %s is still open, so it " in g_mountver_destroy() 375 G_MOUNTVER_DEBUG(1, "Device %s is still open (r%dw%de%d).", in g_mountver_destroy() 380 G_MOUNTVER_DEBUG(0, "Device %s removed.", gp->name); in g_mountver_destroy() 476 G_MOUNTVER_DEBUG(1, "Device %s is invalid.", name); in g_mountver_ctl_destroy() 504 G_MOUNTVER_DEBUG(0, "%s is offline. Mount verification in progress.", sc->sc_provider_name); in g_mountver_orphan() 535 G_MOUNTVER_DEBUG(0, "Cannot access %s; " in g_mountver_ident_matches() [all …]
|
H A D | g_mountver.h | 39 #define G_MOUNTVER_DEBUG(lvl, ...) \ macro
|