Searched refs:dm_log (Results 1 – 10 of 10) sorted by relevance
| /dflybsd-src/contrib/lvm2/dist/include/ |
| H A D | pogen.h | 25 #define dm_log(level, file, line, format, args...) dm_log(format, args) macro 27 dm_log(level, file, line, format, args)
|
| H A D | dm-logging.h | 23 extern dm_log_fn dm_log; 29 dm_log(l, f, ln, ## x); \
|
| /dflybsd-src/contrib/lvm2/dist/po/ |
| H A D | pogen.h | 25 #define dm_log(level, file, line, format, args...) dm_log(format, args) macro 27 dm_log(level, file, line, format, args)
|
| H A D | Makefile.in | 42 @xgettext -C -F --keyword=dm_log --keyword=log_debug \
|
| H A D | Makefile | 42 @xgettext -C -F --keyword=dm_log --keyword=log_debug \
|
| /dflybsd-src/contrib/lvm2/dist/libdm/misc/ |
| H A D | dm-logging.h | 23 extern dm_log_fn dm_log; 29 dm_log(l, f, ln, ## x); \
|
| /dflybsd-src/lib/libdm/ |
| H A D | dm_task.c | 116 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 D | libdm-common.c | 115 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_symbols | 7 dm_log
|
| /dflybsd-src/contrib/lvm2/dist/ |
| H A D | WHATS_NEW_DM | 286 Rename _log to dm_log and export.
|