Lines Matching defs:failed
46 boolean_t failed;
52 B_TRUE, /* failed */
187 * State of the connection is maintained through the "client" and "failed"
190 * client failed
202 * "failed" to "false". Readers are allowed to use the "client" pointer,
203 * and to set "failed" to "true", indicating that they have encountered a
205 * lock. Once "failed" has been set to "true", all requests (including
209 * again to see if the connection is still failed (since another thread
210 * might have fixed it), and then if it is still failed they disconnect
232 if (idmap_handle.failed) {
242 if (idmap_handle.failed) {
248 assert(idmap_handle.failed);
253 idmap_handle.failed = B_FALSE;
259 * Starting here, somebody might declare it failed
271 idmap_handle.failed = B_TRUE;