Home
last modified time | relevance | path

Searched refs:PERIPH_MATCH_PATH (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/mptutil/
H A Dmpt_cam.c165 p->flags = PERIPH_MATCH_PATH | PERIPH_MATCH_NAME | PERIPH_MATCH_TARGET; in mpt_query_disk()
432 p->flags = PERIPH_MATCH_PATH | PERIPH_MATCH_NAME; in mpt_fetch_disks()
/dragonfly/lib/libcam/
H A Dcamlib.c385 match_pat->flags = PERIPH_MATCH_PATH | PERIPH_MATCH_TARGET | in cam_open_btl()
/dragonfly/sys/bus/cam/
H A Dcam_ccb.h331 PERIPH_MATCH_PATH = 0x001, enumerator
H A Dcam_xpt.c2053 if (((cur_pattern->flags & PERIPH_MATCH_PATH) != 0) in xptperiphmatch()