Home
last modified time | relevance | path

Searched refs:IPROP_SLAVE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/krb5/slave/
H A Dkpropd.c217 if (log_ctx && (log_ctx->iproprole == IPROP_SLAVE)) {
359 if (iproprole == IPROP_SLAVE) { in do_standalone()
415 if (!debug && (iproprole != IPROP_SLAVE)) { in do_standalone()
474 if (debug && (iproprole != IPROP_SLAVE)) in do_standalone()
501 if (iproprole != IPROP_SLAVE) in do_standalone()
507 if (iproprole == IPROP_SLAVE) in do_standalone()
514 if (iproprole == IPROP_SLAVE) in do_standalone()
544 if (log_ctx && (log_ctx->iproprole == IPROP_SLAVE)) {
545 ulog_set_role(doit_context, IPROP_SLAVE);
1369 ulog_set_role(kpropd_context, IPROP_SLAVE);
[all …]
/titanic_44/usr/src/cmd/krb5/iprop/
H A Diprop_hdr.h34 IPROP_SLAVE = 2 enumerator
/titanic_44/usr/src/lib/krb5/kdb/
H A Dkdb_log.c403 if (log_ctx && (log_ctx->iproprole == IPROP_SLAVE)) { in ulog_replay()