Searched refs:G_UNION_DEBUG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/union/ |
H A D | g_union.c | 347 G_UNION_DEBUG(1, "Device %s created with memory map size %jd.", in g_union_ctl_create() 514 G_UNION_DEBUG(1, "Device %s has been reset.", pp->name); in g_union_ctl_reset() 578 G_UNION_DEBUG(1, "Device %s has been reverted.", pp->name); in g_union_ctl_revert() 750 G_UNION_DEBUG(2, "Error %d: device %s could not reset " in g_union_ctl_commit() 758 G_UNION_DEBUG(1, "Device %s has been committed.", pp->name); in g_union_ctl_commit() 1124 G_UNION_DEBUG(4, "g_union_getmap: check %jd sectors starting at %jd\n", in g_union_getmap() 1187 G_UNION_DEBUG(maptype ? 3 : 4, in g_union_getmap() 1325 G_UNION_DEBUG(1, "Device %s is still in use, so " in g_union_destroy() 1332 G_UNION_DEBUG(1, "Device %s is still open " in g_union_destroy() 1340 G_UNION_DEBUG(1, "Device %s removed.", gp->name); in g_union_destroy() [all …]
|
H A D | g_union.h | 41 #define G_UNION_DEBUG(lvl, ...) \ macro
|