Home
last modified time | relevance | path

Searched refs:DEV_MATCH_DEVICE (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/bus/cam/
H A Dcam_ccb.h390 DEV_MATCH_DEVICE, enumerator
H A Dcam_xpt.c1907 if (patterns[i].type != DEV_MATCH_DEVICE) { in xptdevicematch()
2295 cdm->matches[j].type = DEV_MATCH_DEVICE; in xptedtdevicefunc()
3292 ||(cdm->patterns[i].type == DEV_MATCH_DEVICE)){ in xpt_action()
/dflybsd-src/sbin/camcontrol/
H A Dcamcontrol.c438 case DEV_MATCH_DEVICE: { in getdevtree()