Searched refs:log_open (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/psradm/ |
H A D | psradm.c | 47 static char log_open; /* non-zero if openlog() has been called */ variable 164 if (!log_open) { in psr_set_state() 165 log_open = 1; in psr_set_state() 350 if (log_open) { in main()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | log.c | 103 log_open(queue_t *q, dev_t *devp, int flag, int sflag, cred_t *cr) in log_open() function 302 { NULL, log_rsrv, log_open, log_close, NULL, &logm_info, NULL };
|
/titanic_41/usr/src/cmd/sendmail/db/log/ |
H A D | log.c | 38 log_open(path, flags, mode, dbenv, lpp) in log_open() function
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_appinit.c | 209 if (LF_ISSET(DB_INIT_LOG) && (ret = log_open(NULL,
|
/titanic_41/usr/src/cmd/sendmail/db/ |
H A D | db.h | 763 int log_open __P((const char *, u_int32_t, int, DB_ENV *, DB_LOG **));
|