Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/
H A Dcam_xpt.c1661 struct ccb_dev_match *cdm; in xptedtbusfunc()
1665 cdm = (struct ccb_dev_match *)arg; in xptedtbusfunc()
1758 struct ccb_dev_match *cdm; in xptedttargetfunc()
1762 cdm = (struct ccb_dev_match *)arg; in xptedttargetfunc()
1796 struct ccb_dev_match *cdm; in xptedtdevicefunc()
1799 cdm = (struct ccb_dev_match *)arg; in xptedtdevicefunc()
1920 struct ccb_dev_match *cdm; in xptedtperiphfunc()
1923 cdm = (struct ccb_dev_match *)arg; in xptedtperiphfunc()
2034 struct ccb_dev_match *cdm; in xptplistpdrvfunc()
2061 struct ccb_dev_match *cdm; in xptplistperiphfunc()
[all …]
H A Dcam_ccb.h567 struct ccb_dev_match { struct
1348 struct ccb_dev_match cdm;
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_enc_ses.c880 struct ccb_dev_match cdm; in ses_path_iter_devid_callback()