Home
last modified time | relevance | path

Searched refs:g_gate_xlog (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ggate/ggated/
H A Dggated.c166 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()
[all …]
/freebsd/sbin/ggate/shared/
H A Dggate.c120 g_gate_xlog(const char *message, ...) in g_gate_xlog() function
138 g_gate_xlog("fstat(): %s.", strerror(errno)); in g_gate_mediasize()
141 g_gate_xlog("Can't get media size: %s.", in g_gate_mediasize()
147 g_gate_xlog("Unsupported file system object."); in g_gate_mediasize()
159 g_gate_xlog("fstat(): %s.", strerror(errno)); in g_gate_sectorsize()
162 g_gate_xlog("Can't get sector size: %s.", in g_gate_sectorsize()
168 g_gate_xlog("Unsupported file system object."); in g_gate_sectorsize()
194 g_gate_xlog("%s: ioctl(/dev/%s): %s.", getprogname(), in g_gate_ioctl()
286 g_gate_xlog("setsockopt() error: %s.", strerror(errno)); in g_gate_socket_settings()
290 g_gate_xlog("setsockopt(SO_REUSEADDR): %s.", strerror(errno)); in g_gate_socket_settings()
[all …]
H A Dggate.h103 void g_gate_xlog(const char *message, ...) __dead2;
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c147 g_gate_xlog("ioctl(/dev/%s): %s.", G_GATE_CTL_NAME, in send_thread()
448 g_gate_xlog("pthread_create(recv_thread): %s.", in g_gatec_start()
493 g_gate_xlog("Cannot connect: %s.", strerror(errno)); in g_gatec_create()
525 g_gate_xlog("Cannot connect: %s.", strerror(errno)); in g_gatec_rescue()
/freebsd/sbin/ggate/ggatel/
H A Dggatel.c135 g_gate_xlog("ioctl(/dev/%s): %s.", G_GATE_CTL_NAME, in g_gatel_serve()