Home
last modified time | relevance | path

Searched refs:logopt (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.c78 cap_openlog(cap_channel_t *chan, const char *ident, int logopt, int facility) in cap_openlog() argument
87 nvlist_add_number(nvl, "logopt", logopt); in cap_openlog()
89 if (logopt & LOG_PERROR) { in cap_openlog()
151 uint64_t logopt; in slog_openlog() local
160 logopt = nvlist_get_number(nvlin, "logopt"); in slog_openlog()
161 if (logopt & LOG_PERROR) { in slog_openlog()
172 openlog(LogTag, logopt, nvlist_get_number(nvlin, "facility")); in slog_openlog()
H A Dcap_syslog.h40 void cap_openlog(cap_channel_t *chan, const char *ident, int logopt,
52 #define cap_openlog(chan, ident, logopt, facility) \
53 openlog(ident, logopt, facility)
/freebsd/sbin/ipf/ipf/
H A Dipf.c261 int flag, xfd, logopt, change = 0; in packetlogon() local
311 logopt = 0; in packetlogon()
312 if (ioctl(xfd, SIOCGETLG, &logopt)) in packetlogon()
315 logopt = 1 - logopt; in packetlogon()
316 if (ioctl(xfd, SIOCSETLG, &logopt)) in packetlogon()
328 logopt = 0; in packetlogon()
329 if (ioctl(xfd, SIOCGETLG, &logopt)) in packetlogon()
332 logopt = 1 - logopt; in packetlogon()
333 if (ioctl(xfd, SIOCSETLG, &logopt)) in packetlogon()
/freebsd/libexec/tftpd/
H A Dtftp-utils.c130 tftp_openlog(const char *ident, int logopt, int facility) in tftp_openlog() argument
135 openlog(ident, logopt, facility); in tftp_openlog()
H A Dtftp-utils.h112 void tftp_openlog(const char *ident, int logopt, int facility);
/freebsd/contrib/tcp_wrappers/
H A Dfakelog.c20 void openlog(char *name, int logopt, int facility) in openlog() argument
/freebsd/usr.sbin/apmd/
H A Dapmd.c639 int logopt = LOG_NDELAY | LOG_PID; in main() local
669 logopt |= LOG_PERROR; in main()
672 openlog(prog ? prog+1 : av[0], logopt, LOG_DAEMON); in main()
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c183 int fflag = 0, logopt; in main() local
227 logopt = LOG_NDELAY | LOG_PID; in main()
229 logopt |= LOG_PERROR; in main()
230 openlog("rtadvd", logopt, LOG_DAEMON); in main()
/freebsd/contrib/libxo/libxo/
H A Dxo.h648 xo_open_log (const char *ident, int logopt, int facility);
/freebsd/sbin/ipf/common/
H A Dipf_y.y387 logopt
401 logopt
560 logopt: log
/freebsd/sbin/pfctl/
H A Dparse.y569 %type <v.logquick> logquick quick log logopts logopt
3309 logopts : logopt { $$ = $1; }
3310 | logopts comma logopt {
3318 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; }
/freebsd/contrib/libxo/doc/
H A Dapi.rst1505 .. c:function:: void xo_open_log (const char *ident, int logopt, int facility)
1509 :param int logopt: Bit field containing logging options