Home
last modified time | relevance | path

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

/freebsd/sys/geom/shsec/
H A Dg_shsec.c157 G_SHSEC_DEBUG(0, "Disk %s removed from %s.", cp->provider->name, in g_shsec_remove_disk()
164 G_SHSEC_DEBUG(0, "Device %s removed.", sc->sc_name); in g_shsec_remove_disk()
427 G_SHSEC_DEBUG(0, "Device %s activated.", sc->sc_name); in g_shsec_check_and_run()
503 G_SHSEC_DEBUG(0, "Metadata on %s changed.", pp->name); in g_shsec_add_disk()
511 G_SHSEC_DEBUG(0, "Disk %s attached to %s.", pp->name, sc->sc_name); in g_shsec_add_disk()
531 G_SHSEC_DEBUG(1, "Creating device %s (id=%u).", md->md_name, md->md_id); in g_shsec_create()
535 G_SHSEC_DEBUG(0, "Too few disks defined for %s.", md->md_name); in g_shsec_create()
543 G_SHSEC_DEBUG(0, "Device %s already configured.", in g_shsec_create()
567 G_SHSEC_DEBUG(0, "Device %s created (id=%u).", sc->sc_name, sc->sc_id); in g_shsec_create()
587 G_SHSEC_DEBUG(0, "Device %s is still open, so it " in g_shsec_destroy()
[all …]
H A Dg_shsec.h47 #define G_SHSEC_DEBUG(lvl, ...) \ macro