Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam_xpt.c1590 struct ccb_dev_match *cdm; in xptedtbusfunc()
1594 cdm = (struct ccb_dev_match *)arg; in xptedtbusfunc()
1687 struct ccb_dev_match *cdm; in xptedttargetfunc()
1691 cdm = (struct ccb_dev_match *)arg; in xptedttargetfunc()
1725 struct ccb_dev_match *cdm; in xptedtdevicefunc()
1728 cdm = (struct ccb_dev_match *)arg; in xptedtdevicefunc()
1849 struct ccb_dev_match *cdm; in xptedtperiphfunc()
1852 cdm = (struct ccb_dev_match *)arg; in xptedtperiphfunc()
1963 struct ccb_dev_match *cdm; in xptplistpdrvfunc()
1990 struct ccb_dev_match *cdm; in xptplistperiphfunc()
[all …]
H A Dcam_ccb.h577 struct ccb_dev_match { struct
1354 struct ccb_dev_match cdm;
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_enc_ses.c878 struct ccb_dev_match cdm; in ses_path_iter_devid_callback()