Home
last modified time | relevance | path

Searched refs:_default_log (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/lvm2/dist/libdm/
HDlibdm-common.c105 static void _default_log(int level, const char *file, in _default_log() function
115 dm_log_fn dm_log = _default_log;
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()
/dragonfly/contrib/cryptsetup/lib/
HDsetup.c42 static void (*_default_log)(int level, const char *msg, void *usrptr) = NULL; variable
59 else if (_default_log) in crypt_log()
60 _default_log(level, msg, NULL); in crypt_log()
565 _default_log = log; in crypt_set_log_callback()