Home
last modified time | relevance | path

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

/src/sys/cam/
H A Dcam_xpt.c288 static int xptedtmatch(struct ccb_dev_match *cdm);
289 static int xptperiphlistmatch(struct ccb_dev_match *cdm);
1598 struct ccb_dev_match *cdm; in xptedtbusfunc()
1602 cdm = (struct ccb_dev_match *)arg; in xptedtbusfunc()
1695 struct ccb_dev_match *cdm; in xptedttargetfunc()
1699 cdm = (struct ccb_dev_match *)arg; in xptedttargetfunc()
1733 struct ccb_dev_match *cdm; in xptedtdevicefunc()
1736 cdm = (struct ccb_dev_match *)arg; in xptedtdevicefunc()
1857 struct ccb_dev_match *cdm; in xptedtperiphfunc()
1860 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;
/src/sys/cam/scsi/
H A Dscsi_enc_ses.c877 struct ccb_dev_match cdm; in ses_path_iter_devid_callback()