Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c82 {"pass", DEVSTAT_TYPE_PASS, DEVSTAT_MATCH_PASS},
764 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()
766 DEVSTAT_MATCH_PASS) == 0) in devstat_selectdevs()
773 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()
775 DEVSTAT_MATCH_PASS) == 0) in devstat_selectdevs()
779 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()
H A Ddevstat.h59 DEVSTAT_MATCH_PASS = 0x04 enumerator