Home
last modified time | relevance | path

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

/dragonfly/lib/libdevstat/
HDdevstat.c60 {"pass", DEVSTAT_TYPE_PASS, DEVSTAT_MATCH_PASS},
607 DEVSTAT_TYPE_PASS) == 0))) in selectdevs()
614 DEVSTAT_TYPE_PASS) == 0))) in selectdevs()
617 && ((devices[j].device_type & DEVSTAT_TYPE_PASS) != 0) in selectdevs()
/dragonfly/sys/sys/
HDdevicestat.h121 DEVSTAT_TYPE_PASS = 0x100 enumerator
/dragonfly/libexec/rpc.rstatd/
HDrstat_proc.c312 & DEVSTAT_TYPE_PASS) == 0)) { in haveadisk()
357 & DEVSTAT_TYPE_PASS) == 0)) { in updatexfers()
/dragonfly/sys/bus/cam/scsi/
HDscsi_pass.c275 DEVSTAT_TYPE_PASS, in passregister()
/dragonfly/sbin/vinum/
HDlist.c1257 &&((stat->device_type & DEVSTAT_TYPE_PASS) == 0) /* and not passthrough */ in vinum_dumpconfig()
HDcommands.c549 &&((stat->device_type & DEVSTAT_TYPE_PASS) == 0) /* and not passthrough */ in vinum_start()