Home
last modified time | relevance | path

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

/NextBSD/lib/libdevstat/
HDdevstat.c80 {"pass", DEVSTAT_TYPE_PASS, DEVSTAT_MATCH_PASS},
757 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()
759 DEVSTAT_MATCH_PASS) == 0) in devstat_selectdevs()
766 &&(((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()
768 DEVSTAT_MATCH_PASS) == 0) in devstat_selectdevs()
772 || (((matches[i].match_fields & DEVSTAT_MATCH_PASS)!=0) in devstat_selectdevs()
HDdevstat.h57 DEVSTAT_MATCH_PASS = 0x04 enumerator