Symbol: g_gate_xlog
sbin/ggate/ggatec/ggatec.c
147
g_gate_xlog("ioctl(/dev/%s): %s.", G_GATE_CTL_NAME,
sbin/ggate/ggatec/ggatec.c
448
g_gate_xlog("pthread_create(recv_thread): %s.",
sbin/ggate/ggatec/ggatec.c
493
g_gate_xlog("Cannot connect: %s.", strerror(errno));
sbin/ggate/ggatec/ggatec.c
525
g_gate_xlog("Cannot connect: %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1106
g_gate_xlog("Cannot daemonize: %s", strerror(errno));
sbin/ggate/ggated/ggated.c
1115
g_gate_xlog("Cannot open stream socket: %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1124
g_gate_xlog("bind(): %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1126
g_gate_xlog("listen(): %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
1136
g_gate_xlog("accept(): %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
166
g_gate_xlog("Not enough memory.");
sbin/ggate/ggated/ggated.c
184
g_gate_xlog("Invalid value (%s) in flags field at "
sbin/ggate/ggated/ggated.c
190
g_gate_xlog("Invalid value (%s) in flags field at "
sbin/ggate/ggated/ggated.c
215
g_gate_xlog("Invalid IP/host name at line %u.",
sbin/ggate/ggated/ggated.c
225
g_gate_xlog("Invalid IP mask value at "
sbin/ggate/ggated/ggated.c
229
g_gate_xlog("Invalid IP mask value at line %u.",
sbin/ggate/ggated/ggated.c
241
g_gate_xlog("Path too long at line %u. ",
sbin/ggate/ggated/ggated.c
247
g_gate_xlog("Too many arguments at line %u. ", lineno);
sbin/ggate/ggated/ggated.c
251
g_gate_xlog("Too few arguments at line %u.", lineno);
sbin/ggate/ggated/ggated.c
255
g_gate_xlog("Not enough memory.");
sbin/ggate/ggated/ggated.c
258
g_gate_xlog("Not enough memory.");
sbin/ggate/ggated/ggated.c
295
g_gate_xlog("Cannot open exports file (%s): %s.", exports_file,
sbin/ggate/ggated/ggated.c
306
g_gate_xlog("Error while reading exports file: %s.",
sbin/ggate/ggated/ggated.c
327
g_gate_xlog("Line %u too long.", lineno);
sbin/ggate/ggated/ggated.c
337
g_gate_xlog("There are no objects to export.");
sbin/ggate/ggated/ggated.c
618
g_gate_xlog("pthread_mutex_init(inqueue_mtx): %s.",
sbin/ggate/ggated/ggated.c
623
g_gate_xlog("pthread_cond_init(inqueue_cond): %s.",
sbin/ggate/ggated/ggated.c
628
g_gate_xlog("pthread_mutex_init(outqueue_mtx): %s.",
sbin/ggate/ggated/ggated.c
633
g_gate_xlog("pthread_cond_init(outqueue_cond): %s.",
sbin/ggate/ggated/ggated.c
645
g_gate_xlog("pthread_create(send_thread): %s.",
sbin/ggate/ggated/ggated.c
650
g_gate_xlog("pthread_create(recv_thread): %s.",
sbin/ggate/ggated/ggated.c
714
g_gate_xlog("Error while receiving hdr packet: %s.",
sbin/ggate/ggated/ggated.c
717
g_gate_xlog("Malformed hdr packet received.");
sbin/ggate/ggated/ggated.c
739
g_gate_xlog("Error while receiving data: %s.",
sbin/ggate/ggated/ggated.c
884
g_gate_xlog("Error while sending hdr packet: %s.",
sbin/ggate/ggated/ggated.c
892
g_gate_xlog("Error while sending data: %s.",
sbin/ggate/ggatel/ggatel.c
135
g_gate_xlog("ioctl(/dev/%s): %s.", G_GATE_CTL_NAME,
sbin/ggate/shared/ggate.c
138
g_gate_xlog("fstat(): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
141
g_gate_xlog("Can't get media size: %s.",
sbin/ggate/shared/ggate.c
147
g_gate_xlog("Unsupported file system object.");
sbin/ggate/shared/ggate.c
159
g_gate_xlog("fstat(): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
162
g_gate_xlog("Can't get sector size: %s.",
sbin/ggate/shared/ggate.c
168
g_gate_xlog("Unsupported file system object.");
sbin/ggate/shared/ggate.c
194
g_gate_xlog("%s: ioctl(/dev/%s): %s.", getprogname(),
sbin/ggate/shared/ggate.c
286
g_gate_xlog("setsockopt() error: %s.", strerror(errno));
sbin/ggate/shared/ggate.c
290
g_gate_xlog("setsockopt(SO_REUSEADDR): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
293
g_gate_xlog("setsockopt(SO_RCVBUF): %s.", strerror(errno));
sbin/ggate/shared/ggate.c
296
g_gate_xlog("setsockopt(SO_SNDBUF): %s.", strerror(errno));
sbin/ggate/shared/ggate.h
103
void g_gate_xlog(const char *message, ...) __dead2;