Searched refs:g_gate_vlog (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sbin/ggate/shared/ |
| H A D | ggate.c | 65 g_gate_vlog(int priority, const char *message, va_list ap) in g_gate_vlog() function 106 g_gate_vlog(priority, message, ap); in g_gate_log() 114 g_gate_vlog(LOG_ERR, message, ap); in g_gate_xvlog() 115 g_gate_vlog(LOG_ERR, "Exiting.", ap); in g_gate_xvlog()
|
| H A D | ggate.h | 100 void g_gate_vlog(int priority, const char *message, va_list ap);
|
| /freebsd/sbin/ggate/ggated/ |
| H A D | ggated.c | 675 g_gate_vlog(LOG_WARNING, fmt, ap); in sendfail()
|