Searched refs:LOG_MSG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/virstor/ |
H A D | g_virstor.c | 241 LOG_MSG(LVL_INFO, "Stopping %s by the userland command", in virstor_ctl_stop() 245 LOG_MSG(LVL_ERROR, "Cannot destroy %s: %d", in virstor_ctl_stop() 301 LOG_MSG(LVL_ERROR, "Cannot add components to incomplete " in virstor_ctl_add() 404 LOG_MSG(LVL_INFO, "Added %d component(s) to %s", added, in virstor_ctl_add() 465 LOG_MSG(LVL_DEBUG, "Updating metadata on components for %s", in update_metadata() 551 LOG_MSG(LVL_ERROR, "Cannot remove components from incomplete " in virstor_ctl_remove() 582 LOG_MSG(LVL_ERROR, "No %s component in %s", in virstor_ctl_remove() 594 LOG_MSG(LVL_ERROR, "Allocated provider %s cannot be " in virstor_ctl_remove() 620 LOG_MSG(LVL_WARNING, "Trouble ahead: cannot clear " in virstor_ctl_remove() 639 LOG_MSG(LVL_INFO, "Removed %d component(s) from %s", removed, in virstor_ctl_remove() [all …]
|
H A D | g_virstor.h | 47 #define LOG_MSG(lvl, ...) \ macro 49 #define LOG_MESSAGE LOG_MSG
|