Searched refs:g_gate_log (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sbin/ggate/ggatec/
H A Dggatec.c98 g_gate_log(LOG_NOTICE, "%s: started!", __func__);
153 g_gate_log(LOG_DEBUG, "Sent hdr packet.");
158 g_gate_log(LOG_ERR, "Lost connection 1.");
170 g_gate_log(LOG_ERR, "Lost connection 2 (%zd != %zd).", data, (ssize_t)ggio.gctl_length);
175 g_gate_log(LOG_DEBUG, "Sent %zd bytes (offset=%llu, "
179 g_gate_log(LOG_DEBUG, "%s: Died.", __func__);
191 g_gate_log(LOG_NOTICE, "%s: started!", __func__);
205 g_gate_log(LOG_ERR, "Lost connection 3.");
210 g_gate_log(LOG_DEBUG, "Received hdr packet.");
223 g_gate_log(LOG_DEBU
[all...]
/freebsd-9.3-release/sbin/ggate/ggated/
H A Dggated.c226 g_gate_log(LOG_DEBUG, "Added %s/%u %s %s to exports list.",
258 g_gate_log(LOG_INFO, "Reading exports file (%s).", exports_file);
298 g_gate_log(LOG_INFO, "Exporting %u object(s).", objs);
313 g_gate_log(LOG_WARNING, "Read-only access requested, "
322 g_gate_log(LOG_WARNING, "Write-only access requested, "
331 g_gate_log(LOG_WARNING, "Read-write access requested, "
336 g_gate_log(LOG_WARNING, "Read-write access requested, "
351 g_gate_log(LOG_ERR, "Cannot open %s: %s.", ex->e_path,
369 g_gate_log(LOG_DEBUG, "exports[%s]: IP mismatch.",
374 g_gate_log(LOG_DEBU
[all...]
/freebsd-9.3-release/sbin/ggate/shared/
H A Dggate.c101 g_gate_log(int priority, const char *message, ...) function
300 g_gate_log(LOG_ERR, "setsockopt(SO_SNDTIMEO) error: %s.",
304 g_gate_log(LOG_ERR, "setsockopt(SO_RCVTIMEO) error: %s.",
H A Dggate.h97 void g_gate_log(int priority, const char *message, ...);
/freebsd-9.3-release/sbin/ggate/ggatel/
H A Dggatel.c95 g_gate_log(LOG_DEBUG, "Worker created: %u.", getpid());

Completed in 102 milliseconds