Searched refs:dm_log_with_errno (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | dm-logging.h | 24 extern dm_log_with_errno_fn dm_log_with_errno; 31 dm_log_with_errno(l, f, ln, e, ## x); \
|
H A D | pogen.h | 26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/misc/ |
H A D | dm-logging.h | 24 extern dm_log_with_errno_fn dm_log_with_errno; 31 dm_log_with_errno(l, f, ln, e, ## x); \
|
/netbsd-src/external/gpl2/lvm2/dist/po/ |
H A D | pogen.h | 26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/ |
H A D | .exported_symbols | 10 dm_log_with_errno
|
H A D | libdm-common.c | 116 dm_log_with_errno_fn dm_log_with_errno = _default_log_with_errno; variable 125 dm_log_with_errno = _default_log_with_errno; in dm_log_init() 136 dm_log_with_errno = fn; in dm_log_with_errno_init() 138 dm_log_with_errno = _default_log_with_errno; in dm_log_with_errno_init()
|
/netbsd-src/external/gpl2/lvm2/dist/ |
H A D | WHATS_NEW_DM | 50 Change plog to use dm_log_with_errno unless deprecated dm_log_init was used. 51 Add dm_log_with_errno and dm_log_with_errno_init, deprecating the old fns.
|