Home
last modified time | relevance | path

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

/freebsd/sys/geom/virstor/
H A Dg_virstor.c241 LOG_MSG(LVL_INFO, "Stopping %s by the userland command", in virstor_ctl_stop()
404 LOG_MSG(LVL_INFO, "Added %d component(s) to %s", added, in virstor_ctl_add()
639 LOG_MSG(LVL_INFO, "Removed %d component(s) from %s", removed, in virstor_ctl_remove()
652 LOG_MSG(LVL_INFO, "Clearing metadata on %s", in clear_metadata()
695 LOG_MSG(LVL_INFO, "INVARIANTS detected"); in g_virstor_destroy_geom()
696 LOG_MSG(LVL_INFO, "Verifying allocation " in g_virstor_destroy_geom()
703 LOG_MSG(LVL_INFO, "Device %s has %d allocated chunks", in g_virstor_destroy_geom()
743 LOG_MSG(LVL_INFO, "Allocation table ok for %s", in g_virstor_destroy_geom()
827 LOG_MSG(LVL_INFO, "Adding %s to %s", pp->name, md.md_name); in g_virstor_taste()
844 LOG_MSG(LVL_INFO, "Adding %s to %s (first found)", pp->name, in g_virstor_taste()
[all …]
H A Dg_virstor.h62 #define LVL_INFO 5 macro