rc1                74 dev/raidframe/rf_threadstuff.c 	int rc, rc1;
rc1                83 dev/raidframe/rf_threadstuff.c 		rc1 = rf_mutex_destroy(m);
rc1                84 dev/raidframe/rf_threadstuff.c 		if (rc1) {
rc1                86 dev/raidframe/rf_threadstuff.c 			    rc1);
rc1                97 dev/raidframe/rf_threadstuff.c 	int rc, rc1;
rc1               106 dev/raidframe/rf_threadstuff.c 		rc1 = rf_cond_destroy(c);
rc1               107 dev/raidframe/rf_threadstuff.c 		if (rc1) {
rc1               109 dev/raidframe/rf_threadstuff.c 			    rc1);
rc1               136 dev/raidframe/rf_threadstuff.c 	int rc1, rc2;
rc1               138 dev/raidframe/rf_threadstuff.c 	rc1 = rf_mutex_destroy(&g->mutex);
rc1               141 dev/raidframe/rf_threadstuff.c 	if (rc1)
rc1               142 dev/raidframe/rf_threadstuff.c 		return (rc1);