Searched refs:match_fields (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libdevstat/
H A Ddevstat.c739 if ((matches[i].match_fields == DEVSTAT_MATCH_NONE)
761 if ((((matches[i].match_fields & DEVSTAT_MATCH_TYPE)!=0)
764 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0)
765 || (((matches[i].match_fields &
770 || (((matches[i].match_fields & DEVSTAT_MATCH_IF) != 0)
773 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0)
774 || (((matches[i].match_fields &
779 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0)
1128 if (((*matches)[*num_matches].match_fields &
1142 (*matches)[*num_matches].match_fields |
[all...]
H A Ddevstat.h112 devstat_match_flags match_fields; member in struct:devstat_match

Completed in 105 milliseconds