Home
last modified time | relevance | path

Searched refs:kdb_commit (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/krb5/kdb/
H A Dkdb_log.c201 indx_log->kdb_commit = upd->kdb_commit = FALSE; in ulog_add_update()
259 indx_log->kdb_commit = TRUE; in ulog_finish_update()
339 if (!upd->kdb_commit) in ulog_replay()
444 if (indx_log->kdb_commit == FALSE) { in ulog_check()
472 upd->kdb_commit = TRUE; in ulog_check()
500 indx_log->kdb_commit = TRUE; in ulog_check()
818 upd->kdb_commit = indx_log->kdb_commit; in ulog_get_entries()
H A Dkdb_log.h107 bool_t kdb_commit; /* Is the entry committed or not */ member
/titanic_41/usr/src/cmd/krb5/iprop/
H A Diprop.x149 bool kdb_commit; /* Is the entry committed or not ? */ member
/titanic_41/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c167 indx_log->kdb_commit ? "True" : "False"); in print_update()