Searched refs:journal_open (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Djournal.c558 journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t write, function
704 result = journal_open(mctx, filename, write, create, journalp);
714 result = journal_open(mctx, backup, write, write, journalp);
2125 result = journal_open(mctx, filename, ISC_FALSE, ISC_FALSE, &j);
2128 result = journal_open(mctx, backup, ISC_FALSE, ISC_FALSE, &j);
2160 CHECK(journal_open(mctx, newname, ISC_TRUE, ISC_TRUE, &new));

Completed in 1097 milliseconds