Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mptutil/
H A Dmpt_cam.c163 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in mpt_query_disk()
201 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()
/freebsd-13.1/usr.bin/iscsictl/
H A Dperiphs.c162 case DEV_MATCH_PERIPH: { in print_periphs()
/freebsd-13.1/lib/libcam/
H A Dcamlib.c321 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in cam_open_btl()
373 case DEV_MATCH_PERIPH: { in cam_open_btl()
/freebsd-13.1/sys/cam/
H A Dcam_compat.c398 case DEV_MATCH_PERIPH: in cam_compat_translate_dev_match_0x18()
461 if (p->type == DEV_MATCH_PERIPH && in cam_compat_handle_0x19()
H A Dcam_xpt.c1391 if (patterns[i].type == DEV_MATCH_PERIPH && in xptbusmatch()
1484 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1488 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1493 if ((patterns[i].type == DEV_MATCH_PERIPH) in xptdevicematch()
1604 if (patterns[i].type != DEV_MATCH_PERIPH) in xptperiphmatch()
1972 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptedtperiphfunc()
2131 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptplistperiphfunc()
H A Dcam_ccb.h478 DEV_MATCH_PERIPH, enumerator
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c621 case DEV_MATCH_PERIPH: { in getdevtree()
8815 patterns[1].type = DEV_MATCH_PERIPH; in buildbusdevlist()
8875 case DEV_MATCH_PERIPH: { in buildbusdevlist()