Searched refs:g_gate_log (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/ggate/ggatec/ |
H A D | ggatec.c | 103 g_gate_log(LOG_NOTICE, "%s: started!", __func__); in send_thread() 111 g_gate_log(LOG_ERR, "%s: Cannot alloc buffer.", __func__); in send_thread() 133 g_gate_log(LOG_DEBUG, "buffer too small. new size: %u", in send_thread() 165 g_gate_log(LOG_NOTICE, "Unknown gctl_cmd: %i", in send_thread() 179 g_gate_log(LOG_DEBUG, "Sent hdr packet."); in send_thread() 184 g_gate_log(LOG_ERR, "Lost connection 1."); in send_thread() 196 g_gate_log(LOG_ERR, "Lost connection 2 (%zd != %zd).", in send_thread() 202 g_gate_log(LOG_DEBUG, "Sent %zd bytes (offset=%" in send_thread() 207 g_gate_log(LOG_DEBUG, "%s: Died.", __func__); in send_thread() 220 g_gate_log(LOG_NOTICE, "%s: started!", __func__); in recv_thread() [all …]
|
/freebsd/sbin/ggate/ggated/ |
H A D | ggated.c | 267 g_gate_log(LOG_DEBUG, "Added %s/%u %s %s to exports list.", in line_parse() 299 g_gate_log(LOG_INFO, "Reading exports file (%s).", exports_file); in exports_get() 339 g_gate_log(LOG_INFO, "Exporting %u object(s).", objs); in exports_get() 357 g_gate_log(LOG_WARNING, "Read-only access requested, " in exports_check() 366 g_gate_log(LOG_WARNING, "Write-only access requested, " in exports_check() 375 g_gate_log(LOG_WARNING, "Read-write access requested, " in exports_check() 380 g_gate_log(LOG_WARNING, "Read-write access requested, " in exports_check() 389 g_gate_log(LOG_WARNING, "Direct IO requested, " in exports_check() 411 g_gate_log(LOG_ERR, "old %s and new %s: " in exports_check() 422 g_gate_log(LOG_ERR, "Cannot open %s: %s.", ex->e_path, in exports_check() [all …]
|
/freebsd/sbin/ggate/shared/ |
H A D | ggate.c | 101 g_gate_log(int priority, const char *message, ...) in g_gate_log() function 300 g_gate_log(LOG_ERR, "setsockopt(SO_SNDTIMEO) error: %s.", in g_gate_socket_settings() 304 g_gate_log(LOG_ERR, "setsockopt(SO_RCVTIMEO) error: %s.", in g_gate_socket_settings()
|
H A D | ggate.h | 101 void g_gate_log(int priority, const char *message, ...);
|
/freebsd/sbin/ggate/ggatel/ |
H A D | ggatel.c | 101 g_gate_log(LOG_DEBUG, "Worker created: %u.", getpid()); in g_gatel_serve()
|