Home
last modified time | relevance | path

Searched refs:dm_log_with_errno (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Ddm-logging.h24 extern dm_log_with_errno_fn dm_log_with_errno;
31 dm_log_with_errno(l, f, ln, e, ## x); \
H A Dpogen.h26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
/netbsd-src/external/gpl2/lvm2/dist/libdm/misc/
H A Ddm-logging.h24 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 Dpogen.h26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A D.exported_symbols10 dm_log_with_errno
H A Dlibdm-common.c116 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 DWHATS_NEW_DM50 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.