Lines Matching refs:match
2494 * must match.
2503 * match 'boolean' for match found
2504 * returns 1 if match found, otherwise 0.
2517 /* one request has sense data, the other not -> no match, return 0 */
2526 return 1; /* match with ifcc*/
2534 return 0; /* sense doesn't match */
2537 return 1; /* match */
2562 int match = 0; /* 'boolean' for matching error found */
2570 match = dasd_3990_erp_error_match(erp_head, cqr->refers);
2574 } while ((cqr->refers != NULL) && (!match));
2576 if (!match) {
2577 return NULL; /* no match was found */