Searched refs:match_status (Results 1 – 1 of 1) sorted by relevance
52 #define CHECK_MATCH_STATUS(match_status, slctrs_srchd, selector_mask) \ argument53 (((match_status) == NORMAL_MATCH) ? \55 (((match_status) == DONTCARE_ONLY_MATCH) ? \57 (match_status)))79 int match_status; in common_classify() local82 match_status = in common_classify()84 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()86 return (match_status); in common_classify()90 match_status = in common_classify()92 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()[all …]