Home
last modified time | relevance | path

Searched refs:DEV_MATCH_PERIPH (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/usr.sbin/mptutil/
H A Dmpt_cam.c160 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in mpt_query_disk()
198 if (ccb.cdm.matches[0].type != DEV_MATCH_PERIPH) { in mpt_query_disk()
428 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in mpt_fetch_disks()
472 if (ccb.cdm.matches[i].type != DEV_MATCH_PERIPH) { in mpt_fetch_disks()
/dflybsd-src/lib/libcam/
H A Dcamlib.c373 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in cam_open_btl()
421 case DEV_MATCH_PERIPH: { in cam_open_btl()
/dflybsd-src/sys/bus/cam/
H A Dcam_ccb.h389 DEV_MATCH_PERIPH, enumerator
H A Dcam_xpt.c1908 if ((patterns[i].type == DEV_MATCH_PERIPH) in xptdevicematch()
2027 if (patterns[i].type != DEV_MATCH_PERIPH) in xptperiphmatch()
2409 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptedtperiphfunc()
2562 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptplistperiphfunc()
/dflybsd-src/sbin/camcontrol/
H A Dcamcontrol.c486 case DEV_MATCH_PERIPH: { in getdevtree()