Searched refs:_default_log (Results 1 – 2 of 2) sorted by relevance
105 static void _default_log(int level, const char *file, in _default_log() function115 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()
42 static void (*_default_log)(int level, const char *msg, void *usrptr) = NULL; variable59 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()