Lines Matching defs:valid
45 boolean_t valid; /* structure is in active use */
225 if (!clnt->valid) {
265 ASSERT(clnt->valid == 0);
288 /* check for a valid client */
289 if (!clnt->valid) {
290 MDEG_DBG("mdeg_get_client: client is not valid\n");
411 * Passing NULL for the node specification parameter is valid
428 /* node spec and node match must both be valid, or both NULL */
451 clnt->valid = B_TRUE;
546 if (!clnt->valid)
893 if (!clnt->valid) {
894 MDEG_DBG(" valid=B_FALSE\n");