Home
last modified time | relevance | path

Searched refs:dm_log (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/include/
H A Dpogen.h25 #define dm_log(level, file, line, format, args...) dm_log(format, args) macro
27 dm_log(level, file, line, format, args)
H A Ddm-logging.h23 extern dm_log_fn dm_log;
29 dm_log(l, f, ln, ## x); \
/dflybsd-src/contrib/lvm2/dist/po/
H A Dpogen.h25 #define dm_log(level, file, line, format, args...) dm_log(format, args) macro
27 dm_log(level, file, line, format, args)
H A DMakefile.in42 @xgettext -C -F --keyword=dm_log --keyword=log_debug \
H A DMakefile42 @xgettext -C -F --keyword=dm_log --keyword=log_debug \
/dflybsd-src/contrib/lvm2/dist/libdm/misc/
H A Ddm-logging.h23 extern dm_log_fn dm_log;
29 dm_log(l, f, ln, ## x); \
/dflybsd-src/lib/libdm/
H A Ddm_task.c116 static dm_error_func_t dm_log = _stderr_log; variable
265 dm_log(_LOG_ERR, __FILE__, __LINE__, "ioctl failed: %d", in dm_task_run()
288 dm_log(_LOG_ERR, __FILE__, __LINE__, "ioctl failed: %d", in dm_task_run()
311 dm_log(_LOG_ERR, __FILE__, __LINE__, "couldn't unroll changes " in dm_task_run()
318 dm_log(_LOG_ERR, __FILE__, __LINE__, "ioctl failed: %d", in dm_task_run()
830 dm_log = fn; in dm_log_init()
/dflybsd-src/contrib/lvm2/dist/libdm/
H A Dlibdm-common.c115 dm_log_fn dm_log = _default_log; variable
121 dm_log = fn; in dm_log_init()
123 dm_log = _default_log; in dm_log_init()
130 return (dm_log == _default_log) ? 0 : 1; in dm_log_is_non_default()
140 dm_log = _default_log; in dm_log_with_errno_init()
H A D.exported_symbols7 dm_log
/dflybsd-src/contrib/lvm2/dist/
H A DWHATS_NEW_DM286 Rename _log to dm_log and export.