Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/libdm/misc/
HDdm-logging.h24 extern dm_log_with_errno_fn dm_log_with_errno;
31 dm_log_with_errno(l, f, ln, e, ## x); \
/dragonfly/contrib/lvm2/dist/include/
HDdm-logging.h24 extern dm_log_with_errno_fn dm_log_with_errno;
31 dm_log_with_errno(l, f, ln, e, ## x); \
HDpogen.h26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
/dragonfly/contrib/lvm2/dist/po/
HDpogen.h26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
/dragonfly/contrib/lvm2/dist/libdm/
HD.exported_symbols10 dm_log_with_errno
HDlibdm-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()
/dragonfly/contrib/lvm2/dist/
HDWHATS_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.