Home
last modified time | relevance | path

Searched refs:DEVSTAT_TYPE_PASS (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/cddl/lib/libdtrace/
H A Dio.d201 inline int DEVSTAT_TYPE_PASS = 0x100; variable
202 #pragma D binding "1.13" DEVSTAT_TYPE_PASS
/freebsd-13.1/sys/sys/
H A Ddevicestat.h131 DEVSTAT_TYPE_PASS = 0x100 enumerator
/freebsd-13.1/libexec/rpc.rstatd/
H A Drstat_proc.c329 & DEVSTAT_TYPE_PASS) == 0)) { in haveadisk()
374 & DEVSTAT_TYPE_PASS) == 0)) { in updatexfers()
/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c82 {"pass", DEVSTAT_TYPE_PASS, DEVSTAT_MATCH_PASS},
768 DEVSTAT_TYPE_PASS) == 0))) in devstat_selectdevs()
777 DEVSTAT_TYPE_PASS) == 0))) in devstat_selectdevs()
780 && ((devices[j].device_type & DEVSTAT_TYPE_PASS) != 0) in devstat_selectdevs()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sg.c347 DEVSTAT_TYPE_PASS, in sgregister()
H A Dscsi_pass.c626 DEVSTAT_TYPE_PASS, in passregister()