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

/freebsd-11.0-release/lib/libdevstat/
H A Ddevstat.c732 if ((matches[i].match_fields == DEVSTAT_MATCH_NONE)
754 if ((((matches[i].match_fields & DEVSTAT_MATCH_TYPE)!=0)
757 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0)
758 || (((matches[i].match_fields &
763 || (((matches[i].match_fields & DEVSTAT_MATCH_IF) != 0)
766 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0)
767 || (((matches[i].match_fields &
772 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0)
1121 if (((*matches)[*num_matches].match_fields &
1135 (*matches)[*num_matches].match_fields |
[all...]
H A Ddevstat.h110 devstat_match_flags match_fields; member in struct:devstat_match
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_filter.c190 uint32_t match_fields = 0; local
224 match_fields |= 1U <<
227 match_fields |= 1U <<
231 match_fields |= spec->efs_match_flags & (~EFX_FILTER_MATCH_LOC_MAC_IG);
236 match_fields);

Completed in 52 milliseconds