Searched refs:G_CACHE_DEBUG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/cache/ |
H A D | g_cache.c | 484 G_CACHE_DEBUG(1, "Creating device %s.", md->md_name); in g_cache_create() 488 G_CACHE_DEBUG(0, "Invalid size for device %s.", md->md_name); in g_cache_create() 497 G_CACHE_DEBUG(0, "Invalid blocksize for provider %s.", pp->name); in g_cache_create() 503 G_CACHE_DEBUG(0, "Provider %s already exists.", md->md_name); in g_cache_create() 536 G_CACHE_DEBUG(0, "Cannot attach to provider %s.", pp->name); in g_cache_create() 546 G_CACHE_DEBUG(0, "Device %s created.", gp->name); in g_cache_create() 566 G_CACHE_DEBUG(0, "Device %s is still open, so it " in g_cache_destroy() 569 G_CACHE_DEBUG(1, "Device %s is still open (r%dw%de%d).", in g_cache_destroy() 574 G_CACHE_DEBUG(0, "Device %s removed.", gp->name); in g_cache_destroy() 666 G_CACHE_DEBUG(3, "Tasting %s.", pp->name); in g_cache_taste() [all …]
|
H A D | g_cache.h | 42 #define G_CACHE_DEBUG(lvl, ...) \ macro
|