HomeSort by: relevance | last modified time | path
    Searched refs:log_open (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/sys/
msgbuf.h 50 extern int log_open; /* is /dev/klog open? */
  /src/external/bsd/tmux/dist/
log.c 55 log_open(const char *name) function
79 log_open(name);
proc.c 184 log_open(name);
tmux.h 3563 void log_open(const char *);
  /src/usr.sbin/sdpd/
log.c 41 log_open(char const *prog, bool log2stderr) function
sdpd.h 135 void log_open(char const *, bool);
main.c 102 log_open(SDPD, !detach);
  /src/external/bsd/less/dist/lesstest/
lesstest.c 54 if (logfile != NULL && !log_open(logfile)) {
lesstest.h 61 int log_open(char const* logfile);
log.c 11 int log_open(const char* logfile) { function
  /src/sys/kern/
subr_log.c 100 int log_open; /* also used in log() */ variable
168 if (log_open) {
171 log_open = 1;
197 log_open = 0;
330 if (!cold && log_open) {
subr_prf.c 313 if (!log_open) {
338 if (!log_open)
385 if (!log_open) {
  /src/common/dist/zlib/examples/
gzlog.c 815 local int log_open(struct log *log) function
895 if (log_open(log)) {
925 if (log_check(log) && log_open(log))
1011 if (log_check(log) && log_open(log))
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 815 local int log_open(struct log *log) function
895 if (log_open(log)) {
925 if (log_check(log) && log_open(log))
1011 if (log_check(log) && log_open(log))
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 815 local int log_open(struct log *log) function
895 if (log_open(log)) {
925 if (log_check(log) && log_open(log))
1011 if (log_check(log) && log_open(log))
  /src/external/bsd/nsd/dist/
util.h 32 /* Unused, but passed to log_open. */
44 * until log_open and log_set_log_function are called.
61 void log_open(int option, int facility, const char *filename);
util.c 87 log_open(int option, int facility, const char *filename) function
nsd.c 1402 log_open(LOG_PID, FACILITY, nsd.log_filename);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c 65 static int log_open ();
663 err = log_open ();
2025 log_open () function
2032 TprintfT (DBG_LT1, "log_open()\n");
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c 65 static int log_open ();
663 err = log_open ();
2025 log_open () function
2032 TprintfT (DBG_LT1, "log_open()\n");

Completed in 140 milliseconds