HomeSort by: relevance | last modified time | path
    Searched refs:dm_log_with_errno (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
dm-logging.h 24 extern dm_log_with_errno_fn dm_log_with_errno;
31 dm_log_with_errno(l, f, ln, e, ## x); \
pogen.h 26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
  /src/external/gpl2/lvm2/dist/libdm/misc/
dm-logging.h 24 extern dm_log_with_errno_fn dm_log_with_errno;
31 dm_log_with_errno(l, f, ln, e, ## x); \
  /src/external/gpl2/lvm2/dist/po/
pogen.h 26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \ macro
  /src/external/gpl2/lvm2/dist/libdm/
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;
136 dm_log_with_errno = fn;
138 dm_log_with_errno = _default_log_with_errno;

Completed in 27 milliseconds