Home
last modified time | relevance | path

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

/dragonfly/lib/libdevstat/
HDdevstat.c580 if ((matches[i].match_fields == DEVSTAT_MATCH_NONE) in selectdevs()
602 if ((((matches[i].match_fields & DEVSTAT_MATCH_TYPE)!=0) in selectdevs()
605 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in selectdevs()
609 || (((matches[i].match_fields & DEVSTAT_MATCH_IF) != 0) in selectdevs()
612 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in selectdevs()
616 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in selectdevs()
971 if (((*matches)[*num_matches].match_fields & in buildmatch()
984 (*matches)[*num_matches].match_fields |= in buildmatch()
HDdevstat.h49 devstat_match_flags match_fields; member