Lines Matching defs:found
208 * many slots are found to support the mechanism.
219 boolean_t found;
232 found = find_mech_index(mech_support_info->mech, &index);
233 if (!found) {
287 boolean_t found;
300 found = find_mech_index(mech, &index);
301 if (!found) {
341 boolean_t found;
405 found = find_mech_index(slot_mechlist[mechnum], &index);
406 if (!found) {
507 boolean_t found;
512 found = find_mech_index(new_mechs[i], &index);
517 if (!found)
522 if (found) {
527 * We stopped searching when the first unknown mech was found. Now
534 found = find_mech_index(new_mechs[i], &index);
536 if (!found) {
588 * returns if the mechanism was found or not. The value of the "index"
589 * argument will be where the mech is (if found), or where it should
590 * be (if not found).
607 boolean_t found = B_FALSE;
613 found = B_TRUE;
623 return (found);
651 boolean_t found;
664 found = find_mech_index(mechanism, &index);
665 if (!found) {