Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mptutil/
H A Dmpt_cam.c165 p->flags = PERIPH_MATCH_PATH | PERIPH_MATCH_NAME | PERIPH_MATCH_TARGET; in mpt_query_disk()
429 p->flags = PERIPH_MATCH_PATH | PERIPH_MATCH_NAME; in mpt_fetch_disks()
/freebsd/lib/libcam/
H A Dcamlib.c331 PERIPH_MATCH_LUN | PERIPH_MATCH_NAME; in cam_open_btl()
/freebsd/sys/cam/
H A Dcam_ccb.h430 PERIPH_MATCH_NAME = 0x008, enumerator
H A Dcam_xpt.c1565 if (((cur_pattern->flags & PERIPH_MATCH_NAME) != 0) in xptperiphmatch()