Searched refs:match_fields (Results 1 – 2 of 2) sorted by relevance
737 if ((matches[i].match_fields == DEVSTAT_MATCH_NONE) in devstat_selectdevs()759 if ((((matches[i].match_fields & DEVSTAT_MATCH_TYPE)!=0) in devstat_selectdevs()762 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()763 || (((matches[i].match_fields & in devstat_selectdevs()768 || (((matches[i].match_fields & DEVSTAT_MATCH_IF) != 0) in devstat_selectdevs()771 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()772 || (((matches[i].match_fields & in devstat_selectdevs()777 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()1126 if (((*matches)[*num_matches].match_fields & in devstat_buildmatch()1140 (*matches)[*num_matches].match_fields |= in devstat_buildmatch()
110 devstat_match_flags match_fields; member