Searched refs:match_fields (Results 1 – 2 of 2) sorted by relevance
734 if ((matches[i].match_fields == DEVSTAT_MATCH_NONE) in devstat_selectdevs()756 if ((((matches[i].match_fields & DEVSTAT_MATCH_TYPE)!=0) in devstat_selectdevs()759 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()760 || (((matches[i].match_fields & in devstat_selectdevs()765 || (((matches[i].match_fields & DEVSTAT_MATCH_IF) != 0) in devstat_selectdevs()768 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()769 || (((matches[i].match_fields & in devstat_selectdevs()774 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()1123 if (((*matches)[*num_matches].match_fields & in devstat_buildmatch()1137 (*matches)[*num_matches].match_fields |= in devstat_buildmatch()
112 devstat_match_flags match_fields; member