Lines Matching defs:logit
109 #define logit(e, s, args...) \
133 logit(LOG_ERR, "nfssvc: %s", strerror(errno));
175 logit(LOG_ERR, "getaddrinfo %s: %s", cfg_netconf[t],
183 logit(LOG_ERR, "getnetconfigent %s failed: %s",
192 logit(LOG_ERR, "rpcb_set %s failed", cfg_netconf[t]);
216 logit(LOG_ERR, "can't create %s socket: %s", cfg_netconf[p],
223 logit(LOG_ERR, "can't set v6-only binding for %s "
232 logit(LOG_ERR, "setsockopt SO_REUSEADDR for %s: %s",
239 logit(LOG_ERR, "can't bind %s addr: %s", cfg_netconf[p],
246 logit(LOG_ERR, "listen failed");
253 logit(LOG_ERR, "can't register with %s portmap",
266 logit(LOG_ERR, "can't add %s socket: %s",
503 logit(LOG_ERR, "daemon2_fork failed");
523 logit(LOG_ERR, "thread alloc %s", strerror(errno));
533 logit(LOG_ERR, "pthread_create: %s", strerror(errno));
574 logit(LOG_ERR, "poll failed: %s", strerror(errno));
591 logit(LOG_ERR, "accept failed: %s",
599 logit(LOG_ERR, "setsockopt SO_KEEPALIVE: %s",
620 logit(LOG_ERR, "missing system call: NFS not available.");