Searched refs:match_fields (Results 1 – 2 of 2) sorted by relevance
739 if ((matches[i].match_fields == DEVSTAT_MATCH_NONE) in devstat_selectdevs()761 if ((((matches[i].match_fields & DEVSTAT_MATCH_TYPE)!=0) in devstat_selectdevs()764 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()765 || (((matches[i].match_fields & in devstat_selectdevs()770 || (((matches[i].match_fields & DEVSTAT_MATCH_IF) != 0) in devstat_selectdevs()773 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()774 || (((matches[i].match_fields & in devstat_selectdevs()779 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()1128 if (((*matches)[*num_matches].match_fields & in devstat_buildmatch()1142 (*matches)[*num_matches].match_fields |= in devstat_buildmatch()
112 devstat_match_flags match_fields; member