HomeSort by: relevance | last modified time | path
    Searched refs:openlog (Results 1 - 25 of 159) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.sbin/tcpdchk/
fakelog.c 25 /* openlog - dummy */
30 openlog(const char *name, int logopt, int facility) function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
syslog.d 87 void openlog (const char *, int __option, int __facility);
145 void openlog (const char *, int __option, int __facility);
210 void openlog (const char *, int __option, int __facility);
275 void openlog (const char *, int __option, int __facility);
342 void openlog(const char *, int, int);
405 void openlog (const char *, int __option, int __facility);
465 void openlog (const char *, int __option, int __facility);
525 void openlog (const char *, int __option, int __facility);
585 void openlog (const char *, int __option, int __facility);
  /src/usr.sbin/bootp/common/
report.c 45 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
  /src/sbin/reboot/
reboot.c 154 openlog("halt", LOG_CONS, LOG_AUTH);
157 openlog("poweroff", LOG_CONS, LOG_AUTH);
160 openlog("reboot", LOG_CONS, LOG_AUTH);
  /src/usr.sbin/sesd/srcs/
sesd.c 112 openlog("sesd", 0, LOG_USER);
114 openlog("sesd", LOG_PERROR, LOG_USER);
  /src/external/bsd/ntp/dist/include/
l_stdlib.h 184 extern void openlog (const char *, int);
186 extern void openlog (const char *, int, int);
ntp_machine.h 129 #define openlog(x,y) macro
  /src/libexec/rpc.rusersd/
rusersd.c 88 openlog("rpc.rusersd", LOG_PID, LOG_DAEMON);
  /src/usr.sbin/sdpd/
log.c 43 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
log.c 40 openlog(szDescriptor, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL);
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
logging.h 34 openlog(ident, option, facility); \
  /src/distrib/utils/libhack/
syslog.c 12 __weak_alias(openlog,_openlog)
21 openlog(const char *path, int opt, int fac)
  /src/libexec/rpc.rstatd/
rstatd.c 98 openlog("rpc.rstatd", LOG_PID, LOG_DAEMON);
  /src/usr.sbin/bthcid/
bthcid.c 110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON);
  /src/usr.sbin/lpr/lpq/
lpq.c 89 openlog("lpd", 0, LOG_LPR);
  /src/usr.sbin/lpr/lprm/
lprm.c 96 openlog("lpd", 0, LOG_LPR);
  /src/usr.sbin/mopd/mopd/
mopd.c 116 openlog("mopd", LOG_PID, LOG_DAEMON);
  /src/lib/lua/syslog/
syslog.c 51 openlog(ident, option, facility);
147 { "openlog", syslog_openlog },
  /src/libexec/rpc.rwalld/
rwalld.c 107 openlog("rpc.rwalld", LOG_PID, LOG_DAEMON);
  /src/libexec/rpc.sprayd/
sprayd.c 93 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON);
  /src/libexec/talkd/
talkd.c 93 openlog("talkd", LOG_PID, LOG_DAEMON);
  /src/tests/usr.sbin/inetd/
test_server.c 62 openlog("inetd_test_server", LOG_PID | LOG_NOWAIT, LOG_DAEMON);
  /src/usr.bin/logger/
logger.c 116 openlog(tag != NULL ? tag : getlogin(), logflags, 0);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcslog.h 30 openlog(layer, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL); \
  /src/external/bsd/libpcap/dist/rpcapd/
log.c 181 openlog("rpcapd", LOG_PID, LOG_DAEMON);
220 * of that data is set by openlog(); since we already
221 * do an openlog before doing logging, and don't

Completed in 47 milliseconds

1 2 3 4 5 6 7