Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd_pool.c57 #define NPPPD_POOL_DBG(x) npppd_pool_log x
74 static int npppd_pool_log(npppd_pool *, int, const char *, ...) __printflike(3, 4);
149 npppd_pool_log(_this, LOG_WARNING, in npppd_pool_reload()
187 npppd_pool_log(_this, LOG_INFO, "%s", buf0); in npppd_pool_reload()
254 npppd_pool_log(_this, LOG_WARNING, in npppd_pool_regist_radish()
264 npppd_pool_log(_this, LOG_WARNING, in npppd_pool_regist_radish()
560 npppd_pool_log(npppd_pool *_this, int prio, const char *fmt, ...) in npppd_pool_log() function