Home
last modified time | relevance | path

Searched refs:DEV_MATCH_PERIPH (Results 1 – 7 of 7) 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_compat.c395 case DEV_MATCH_PERIPH: in cam_compat_translate_dev_match_0x18()
459 if (p->type == DEV_MATCH_PERIPH && in cam_compat_handle_0x19()
H A Dcam_xpt.c1317 if (patterns[i].type == DEV_MATCH_PERIPH && in xptbusmatch()
1410 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1414 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1419 if ((patterns[i].type == DEV_MATCH_PERIPH) in xptdevicematch()
1530 if (patterns[i].type != DEV_MATCH_PERIPH) in xptperiphmatch()
1898 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptedtperiphfunc()
2057 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptplistperiphfunc()
H A Dcam_ccb.h489 DEV_MATCH_PERIPH, enumerator
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c625 case DEV_MATCH_PERIPH: { in getdevtree()
8883 patterns[1].type = DEV_MATCH_PERIPH; in buildbusdevlist()
8943 case DEV_MATCH_PERIPH: { in buildbusdevlist()