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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_rw.c56 rw->destroyed = 0;
113 if (rw->destroyed != 0)
121 * the lock hasn't been destroyed, and there are no readers.
123 if (rw->destroyed == 0 && rw->reader_count == 0) {
140 if (rw == 0 || rw->destroyed != 0)
148 * the lock hasn't been destroyed, and there are no readers.
150 if (rw->destroyed == 0 && rw->reader_count == 0) {
179 if (rw->destroyed != 0)
185 if (rw->destroyed != 0) {
358 if (rw->destroyed !
[all...]
H A Dnisdb_rw.h153 uint32_t destroyed; /* Set if lock has been destroyed */ member in struct:__anon3659
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c71 initializing = 0, connecting, connected, destroyed enumerator in enum:state
136 "initializing", "connecting", "connected", "destroyed"
224 if (ctx->state != destroyed)
244 case destroyed:
317 if (ctx->state == destroyed)
368 case destroyed:
385 new_state(ctx, destroyed);
390 REQUIRE(ctx->state != destroyed);
434 if (ctx->state == destroyed) {
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh516 # destroyed. We check by looking at any other stash files in /var/krb5
533 printf "$(gettext "%s will not be destroyed").\n" $realm

Completed in 48 milliseconds