Home
last modified time | relevance | path

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

/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()
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()
/src/usr.bin/iscsictl/
H A Dperiphs.c160 case DEV_MATCH_PERIPH: { in print_periphs()
/src/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()
/src/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.c1328 if (patterns[i].type == DEV_MATCH_PERIPH && in xptbusmatch()
1421 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1425 if (patterns[i].type == DEV_MATCH_PERIPH && in xptdevicematch()
1430 if ((patterns[i].type == DEV_MATCH_PERIPH) in xptdevicematch()
1541 if (patterns[i].type != DEV_MATCH_PERIPH) in xptperiphmatch()
1909 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptedtperiphfunc()
2068 cdm->matches[j].type = DEV_MATCH_PERIPH; in xptplistperiphfunc()
H A Dcam_ccb.h491 DEV_MATCH_PERIPH, enumerator
/src/sbin/camcontrol/
H A Dcamcontrol.c627 case DEV_MATCH_PERIPH: { in getdevtree()
8928 patterns[1].type = DEV_MATCH_PERIPH; in buildbusdevlist()
8988 case DEV_MATCH_PERIPH: { in buildbusdevlist()