Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/mptutil/
H A Dmpt_cam.c161 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in mpt_query_disk()
199 if (ccb.cdm.matches[0].type != DEV_MATCH_PERIPH) { in mpt_query_disk()
426 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in mpt_fetch_disks()
470 if (ccb.cdm.matches[i].type != DEV_MATCH_PERIPH) { in mpt_fetch_disks()
/freebsd-14.2/usr.bin/iscsictl/
H A Dperiphs.c160 case DEV_MATCH_PERIPH: { in print_periphs()
/freebsd-14.2/lib/libcam/
H A Dcamlib.c319 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in cam_open_btl()
371 case DEV_MATCH_PERIPH: { in cam_open_btl()
/freebsd-14.2/sys/cam/
H A Dcam_compat.c398 case DEV_MATCH_PERIPH: in cam_compat_translate_dev_match_0x18()
462 if (p->type == DEV_MATCH_PERIPH && in cam_compat_handle_0x19()
H A Dcam_xpt.c1320 if (patterns[i].type == DEV_MATCH_PERIPH && in xptbusmatch()
1413 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1417 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1422 if ((patterns[i].type == DEV_MATCH_PERIPH) in xptdevicematch()
1533 if (patterns[i].type != DEV_MATCH_PERIPH) in xptperiphmatch()
1901 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptedtperiphfunc()
2060 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptplistperiphfunc()
H A Dcam_ccb.h488 DEV_MATCH_PERIPH, enumerator
/freebsd-14.2/sbin/camcontrol/
H A Dcamcontrol.c624 case DEV_MATCH_PERIPH: { in getdevtree()
8868 patterns[1].type = DEV_MATCH_PERIPH; in buildbusdevlist()
8928 case DEV_MATCH_PERIPH: { in buildbusdevlist()