Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/
H A Dcam_xpt.c1720 struct ccb_dev_match *cdm; in xptedtbusfunc()
1724 cdm = (struct ccb_dev_match *)arg; in xptedtbusfunc()
1817 struct ccb_dev_match *cdm; in xptedttargetfunc()
1821 cdm = (struct ccb_dev_match *)arg; in xptedttargetfunc()
1855 struct ccb_dev_match *cdm; in xptedtdevicefunc()
1858 cdm = (struct ccb_dev_match *)arg; in xptedtdevicefunc()
1979 struct ccb_dev_match *cdm; in xptedtperiphfunc()
1982 cdm = (struct ccb_dev_match *)arg; in xptedtperiphfunc()
2093 struct ccb_dev_match *cdm; in xptplistpdrvfunc()
2120 struct ccb_dev_match *cdm; in xptplistperiphfunc()
[all …]
H A Dcam_ccb.h567 struct ccb_dev_match { struct
1314 struct ccb_dev_match cdm;
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_enc_ses.c880 struct ccb_dev_match cdm; in ses_path_iter_devid_callback()