Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/nscd/
HDnscd.c558 LOG_ERR_1("processing thread", in processing_thread()
668 LOG_ERR_1("main", "daemon mode and interactive_mode arguments " in main()
758 LOG_ERR_1("main", "can't daemonize myself: %s", in main()
803 LOG_ERR_1("main", "error in configuration file(%s, %d): %s\n", in main()
806 LOG_ERR_1("main", "no configuration file found " in main()
820 LOG_ERR_1("main", "can't initialize the cache"); in main()
828 LOG_ERR_1("main", "can't initialize the runtime environment"); in main()
HDlog.h34 #define LOG_ERR_1(sender, err, ...) __log_err(1, sender, err, ##__VA_ARGS__) macro