Lines Matching refs:g_gate_xlog
166 g_gate_xlog("Not enough memory."); in parse_flags()
184 g_gate_xlog("Invalid value (%s) in flags field at " in parse_flags()
190 g_gate_xlog("Invalid value (%s) in flags field at " in parse_flags()
215 g_gate_xlog("Invalid IP/host name at line %u.", in line_parse()
225 g_gate_xlog("Invalid IP mask value at " in line_parse()
229 g_gate_xlog("Invalid IP mask value at line %u.", in line_parse()
241 g_gate_xlog("Path too long at line %u. ", in line_parse()
247 g_gate_xlog("Too many arguments at line %u. ", lineno); in line_parse()
251 g_gate_xlog("Too few arguments at line %u.", lineno); in line_parse()
255 g_gate_xlog("Not enough memory."); in line_parse()
258 g_gate_xlog("Not enough memory."); in line_parse()
295 g_gate_xlog("Cannot open exports file (%s): %s.", exports_file, in exports_get()
306 g_gate_xlog("Error while reading exports file: %s.", in exports_get()
327 g_gate_xlog("Line %u too long.", lineno); in exports_get()
337 g_gate_xlog("There are no objects to export."); in exports_get()
618 g_gate_xlog("pthread_mutex_init(inqueue_mtx): %s.", in connection_launch()
623 g_gate_xlog("pthread_cond_init(inqueue_cond): %s.", in connection_launch()
628 g_gate_xlog("pthread_mutex_init(outqueue_mtx): %s.", in connection_launch()
633 g_gate_xlog("pthread_cond_init(outqueue_cond): %s.", in connection_launch()
645 g_gate_xlog("pthread_create(send_thread): %s.", in connection_launch()
650 g_gate_xlog("pthread_create(recv_thread): %s.", in connection_launch()
714 g_gate_xlog("Error while receiving hdr packet: %s.", in recv_thread()
717 g_gate_xlog("Malformed hdr packet received."); in recv_thread()
739 g_gate_xlog("Error while receiving data: %s.", in recv_thread()
884 g_gate_xlog("Error while sending hdr packet: %s.", in send_thread()
892 g_gate_xlog("Error while sending data: %s.", in send_thread()
1106 g_gate_xlog("Cannot daemonize: %s", strerror(errno)); in main()
1115 g_gate_xlog("Cannot open stream socket: %s.", strerror(errno)); in main()
1124 g_gate_xlog("bind(): %s.", strerror(errno)); in main()
1126 g_gate_xlog("listen(): %s.", strerror(errno)); in main()
1136 g_gate_xlog("accept(): %s.", strerror(errno)); in main()