Searched refs:ccb_getdev (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pt.c251 struct ccb_getdev *cgd;
256 cgd = (struct ccb_getdev *)arg;
368 struct ccb_getdev *cgd;
371 cgd = (struct ccb_getdev *)arg;
H A Dscsi_enc.c79 static enctyp enc_type(struct ccb_getdev *);
223 struct ccb_getdev *cgd;
227 cgd = (struct ccb_getdev *)arg;
685 enc_type(struct ccb_getdev *cgd)
896 struct ccb_getdev *cgd;
901 cgd = (struct ccb_getdev *)arg;
H A Dscsi_sg.c264 struct ccb_getdev *cgd;
267 cgd = (struct ccb_getdev *)arg;
302 struct ccb_getdev *cgd;
307 cgd = (struct ccb_getdev *)arg;
H A Dscsi_ch.c329 struct ccb_getdev *cgd;
332 cgd = (struct ccb_getdev *)arg;
370 struct ccb_getdev *cgd;
375 cgd = (struct ccb_getdev *)arg;
1708 struct ccb_getdev *cgd;
1712 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) == NULL)
H A Dscsi_pass.c484 struct ccb_getdev *cgd;
487 cgd = (struct ccb_getdev *)arg;
547 struct ccb_getdev *cgd;
552 cgd = (struct ccb_getdev *)arg;
H A Dscsi_cd.c424 struct ccb_getdev *cgd;
427 cgd = (struct ccb_getdev *)arg;
591 struct ccb_getdev *cgd;
595 cgd = (struct ccb_getdev *)arg;
1250 struct ccb_getdev cgd;
H A Dscsi_da.c2104 struct ccb_getdev *cgd;
2107 cgd = (struct ccb_getdev *)arg;
2765 struct ccb_getdev *cgd;
2770 cgd = (struct ccb_getdev *)arg;
4871 struct ccb_getdev cgd;
H A Dscsi_sa.c2235 struct ccb_getdev *cgd;
2238 cgd = (struct ccb_getdev *)arg;
2337 struct ccb_getdev *cgd;
2344 cgd = (struct ccb_getdev *)arg;
4399 struct ccb_getdev cgd;
H A Dscsi_all.c3607 struct ccb_getdev *cgd;
3611 if ((cgd = (struct ccb_getdev*)xpt_alloc_ccb_nowait()) == NULL)
5023 struct ccb_getdev *cgd;
5047 if ((cgd = (struct ccb_getdev*)xpt_alloc_ccb_nowait()) == NULL)
H A Dscsi_enc_ses.c969 struct ccb_getdev cgd;
/freebsd-13-stable/sys/cam/ata/
H A Data_pmp.c275 struct ccb_getdev *cgd;
278 cgd = (struct ccb_getdev *)arg;
371 struct ccb_getdev *cgd;
373 cgd = (struct ccb_getdev *)arg;
H A Data_da.c841 struct ccb_getdev *cgd);
843 struct ccb_getdev *cgd);
1292 struct ccb_getdev cgd;
1300 struct ccb_getdev *cgd;
1303 cgd = (struct ccb_getdev *)arg;
1685 adasetflags(struct ada_softc *softc, struct ccb_getdev *cgd)
1788 struct ccb_getdev *cgd;
1795 cgd = (struct ccb_getdev *)arg;
3401 adasetgeom(struct ada_softc *softc, struct ccb_getdev *cgd)
/freebsd-13-stable/sys/dev/sdio/
H A Dsdiob.c1104 struct ccb_getdev *cgd;
1114 cgd = (struct ccb_getdev *)arg;
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c669 struct ccb_getdev cgd;
679 struct ccb_getdev *cgd;
682 cgd = (struct ccb_getdev *)arg;
773 struct ccb_getdev *cgd;
777 cgd = (struct ccb_getdev *)arg;
/freebsd-13-stable/sys/cam/
H A Dcam_periph.c1643 struct ccb_getdev cgd;
2070 struct ccb_getdev *cgd;
2086 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) != NULL) {
H A Dcam_ccb.h363 struct ccb_getdev { struct
1340 struct ccb_getdev cgd;
H A Dcam_xpt.c2575 struct ccb_getdev cgd;
2813 struct ccb_getdev *cgd;
4230 case AC_FOUND_DEVICE: return (sizeof(struct ccb_getdev));
/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c484 int camdd_get_cgd(struct cam_device *device, struct ccb_getdev *cgd);
1256 camdd_get_cgd(struct cam_device *device, struct ccb_getdev *cgd)
1287 bcopy(&ccb->cgd, cgd, sizeof(struct ccb_getdev));
1476 struct ccb_getdev cgd;
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c1172 struct ccb_getdev *cgd;
1173 cgd = (struct ccb_getdev *)arg;
/freebsd-13-stable/sys/cam/nvme/
H A Dnvme_da.c655 struct ccb_getdev *cgd;
658 cgd = (struct ccb_getdev *)arg;
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_raid.c238 struct ccb_getdev *cgd;
241 cgd = (struct ccb_getdev *)arg;
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c325 static int get_cgd(struct cam_device *device, struct ccb_getdev *cgd);
2256 struct ccb_getdev cgd;
2789 struct ccb_getdev cgd;
2998 struct ccb_getdev cgd;
5379 get_cgd(struct cam_device *device, struct ccb_getdev *cgd)
5403 bcopy(&ccb->cgd, cgd, sizeof(struct ccb_getdev));
5488 struct ccb_getdev cgd;
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c494 struct ccb_getdev *cgd;
495 cgd = (struct ccb_getdev *)arg;

Completed in 350 milliseconds