Home
last modified time | relevance | path

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

/freebsd/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()
425 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in mpt_fetch_disks()
469 if (ccb.cdm.matches[i].type != DEV_MATCH_PERIPH) { in mpt_fetch_disks()
/freebsd/usr.bin/iscsictl/
H A Dperiphs.c160 case DEV_MATCH_PERIPH: { in print_periphs()
/freebsd/lib/libcam/
H A Dcamlib.c318 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in cam_open_btl()
370 case DEV_MATCH_PERIPH: { in cam_open_btl()
/freebsd/sys/cam/
H A Dcam_xpt.c1324 if (patterns[i].type == DEV_MATCH_PERIPH && in xptbusmatch()
1417 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1421 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1426 if ((patterns[i].type == DEV_MATCH_PERIPH) in xptdevicematch()
1537 if (patterns[i].type != DEV_MATCH_PERIPH) in xptperiphmatch()
1905 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptedtperiphfunc()
2064 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptplistperiphfunc()
H A Dcam_ccb.h491 DEV_MATCH_PERIPH, enumerator
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c625 case DEV_MATCH_PERIPH: { in getdevtree()
8897 patterns[1].type = DEV_MATCH_PERIPH; in buildbusdevlist()
8957 case DEV_MATCH_PERIPH: { in buildbusdevlist()