Home
last modified time | relevance | path

Searched refs:ccb_dev_match (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt.c291 static int xptedtmatch(struct ccb_dev_match *cdm);
292 static int xptperiphlistmatch(struct ccb_dev_match *cdm);
1604 struct ccb_dev_match *cdm; in xptedtbusfunc()
1608 cdm = (struct ccb_dev_match *)arg; in xptedtbusfunc()
1701 struct ccb_dev_match *cdm; in xptedttargetfunc()
1705 cdm = (struct ccb_dev_match *)arg; in xptedttargetfunc()
1739 struct ccb_dev_match *cdm; in xptedtdevicefunc()
1742 cdm = (struct ccb_dev_match *)arg; in xptedtdevicefunc()
1863 struct ccb_dev_match *cdm; in xptedtperiphfunc()
1866 cdm = (struct ccb_dev_match *)arg; in xptedtperiphfunc()
[all …]
H A Dcam_ccb.h580 struct ccb_dev_match { struct
1392 struct ccb_dev_match cdm;
/freebsd/sys/cam/scsi/
H A Dscsi_enc_ses.c877 struct ccb_dev_match cdm; in ses_path_iter_devid_callback()