Searched defs:iproprole (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.h113 iprop_role iproprole; member in struct:_kdb_log_context
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c118 void setup_signal_handlers(iprop_role iproprole);
1100 if (log_ctx && (log_ctx->iproprole == IPROP_MASTER)) {
1204 setup_signal_handlers(log_ctx->iproprole);
1302 void setup_signal_handlers(iprop_role iproprole) { argument
1316 if (iproprole == IPROP_MASTER) {
1330 if (iproprole == IPROP_MASTER)
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c147 (iprop_role iproprole);
217 if (log_ctx && (log_ctx->iproprole == IPROP_SLAVE)) {
320 int do_standalone(iprop_role iproprole) argument
359 if (iproprole == IPROP_SLAVE) {
415 if (!debug && (iproprole != IPROP_SLAVE)) {
474 if (debug && (iproprole != IPROP_SLAVE))
501 if (iproprole != IPROP_SLAVE)
507 if (iproprole == IPROP_SLAVE)
514 if (iproprole == IPROP_SLAVE)
544 if (log_ctx && (log_ctx->iproprole
[all...]

Completed in 66 milliseconds