Searched defs:ccb (Results 1 - 25 of 140) sorted by relevance

123456

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.h120 mpt_freeze_ccb(union ccb *ccb) argument
129 mpt_set_ccb_status(union ccb *cc argument
[all...]
/freebsd-13-stable/usr.bin/iscsictl/
H A Dperiphs.c69 union ccb ccb; local
[all...]
/freebsd-13-stable/sys/dev/isci/
H A Disci_task_request.c189 union ccb *ccb = isci_task_request->ccb; local
H A Disci_domain.c301 union ccb *ccb = xpt_alloc_ccb_nowait(); local
H A Disci_remote_device.c86 union ccb *ccb = xpt_alloc_ccb_nowait(); local
145 isci_remote_device_reset(struct ISCI_REMOTE_DEVICE *remote_device, union ccb *ccb) argument
[all...]
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Disc_cam.c61 _inq(struct cam_sim *sim, union ccb *ccb) argument
91 _scsi_encap(struct cam_sim *sim, union ccb *ccb) argument
119 scan_callback(struct cam_periph *periph, union ccb *ccb) argument
136 union ccb *ccb; local
165 ic_action(struct cam_sim *sim, union ccb *ccb) argument
[all...]
H A Discsi_subr.c68 union ccb *ccb = opq->ccb; local
147 getSenseData(u_int status, union ccb *ccb, pduq_t *pq) argument
196 _scsi_done(isc_session_t *sp, u_int response, u_int status, union ccb *ccb, pduq_t *pq) argument
405 union ccb *ccb = opq->ccb; local
451 scsi_encap(struct cam_sim *sim, union ccb *ccb) argument
533 union ccb *ccb = opq->ccb; local
[all...]
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_cam.c191 tw_osli_execute_scsi(struct tw_osli_req_context *req, union ccb *ccb) argument
305 twa_action(struct cam_sim *sim, union ccb *ccb) argument
471 union ccb *ccb; local
510 union ccb *ccb = (union ccb *)(req->orig_req); local
529 union ccb *ccb = (union ccb *)(req->orig_req); local
590 union ccb *ccb = (union ccb *)(req->orig_req); local
[all...]
/freebsd-13-stable/sys/cam/
H A Dcam_compat.c122 union ccb *ccb; local
260 union ccb *ccb; local
362 cam_compat_translate_dev_match_0x18(union ccb *ccb) argument
[all...]
H A Dcam.c334 cam_error_string(union ccb *ccb, char *str, int str_len, argument
529 cam_error_print(union ccb *ccb, cam_error_string_flags flags, cam_error_proto_flags proto_flags) argument
541 cam_error_print(struct cam_device *device, union ccb *ccb, cam_error_string_flags flags, cam_error_proto_flags proto_flags, FILE *ofile) argument
[all...]
/freebsd-13-stable/sys/dev/mmcnull/
H A Dmmcnull.c182 union ccb *ccb; local
260 union ccb *cc local
323 mmcnull_handle_mmcio(struct cam_sim *sim, union ccb *ccb) argument
341 mmcnull_action_sd(struct cam_sim *sim, union ccb *ccb) argument
437 mmcnull_action_sdio(struct cam_sim *sim, union ccb *ccb) argument
[all...]
/freebsd-13-stable/sys/dev/amr/
H A Damr_cam.c120 amr_enqueue_ccb(struct amr_softc *sc, union ccb *ccb) argument
127 amr_requeue_ccb(struct amr_softc *sc, union ccb *ccb) argument
136 union ccb *cc local
244 amr_cam_action(struct cam_sim *sim, union ccb *ccb) argument
[all...]
/freebsd-13-stable/sys/sys/
H A Dmemdesc.h149 memdesc_ccb(union ccb *ccb) argument
/freebsd-13-stable/usr.sbin/mptutil/
H A Dmpt_cam.c66 union ccb ccb; local
128 union ccb ccb; local
238 union ccb *ccb; local
350 union ccb *ccb; local
398 union ccb ccb; local
525 union ccb ccb; local
[all...]
/freebsd-13-stable/lib/libcam/
H A Dcamlib.c69 cam_send_ccb(struct cam_device *device, union ccb *ccb) argument
80 union ccb *ccb; local
96 cam_freeccb(union ccb *ccb) argument
276 union ccb ccb; local
422 union ccb ccb; local
504 union ccb ccb; local
[all...]
/freebsd-13-stable/sbin/camcontrol/
H A Dattrib.c112 union ccb *ccb = NULL; local
[all...]
H A Dtimestamp.c82 union ccb *ccb = NULL; local
197 union ccb *ccb = NULL; local
256 union ccb *ccb = NULL; local
[all...]
/freebsd-13-stable/contrib/bearssl/src/int/
H A Di15_moddiv.c127 int32_t cca, ccb; local
188 int32_t cca, ccb, fa, fb; local
[all...]
H A Di31_moddiv.c130 int64_t cca, ccb; local
204 int64_t cca, ccb; local
[all...]
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_sim.c68 union ccb *ccb = (union ccb *)ccb_arg; local
86 nvme_sim_nvmeio(struct cam_sim *sim, union ccb *ccb) argument
143 nvme_sim_action(struct cam_sim *sim, union ccb *ccb) argument
325 union ccb *ccb; local
[all...]
/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_var.h60 union ccb * ccb; member in struct:dwmmc_softc
/freebsd-13-stable/sys/dev/aac/
H A Daac_cam.c114 union ccb *ccb; local
150 union ccb *ccb; local
257 aac_cam_action(struct cam_sim *sim, union ccb *ccb) argument
529 aac_cam_fix_inquiry(struct aac_softc *sc, union ccb *ccb) argument
578 union ccb *ccb; local
628 aac_cam_reset_bus(struct cam_sim *sim, union ccb *ccb) argument
673 aac_cam_abort_ccb(struct cam_sim *sim, union ccb *ccb) argument
679 aac_cam_term_io(struct cam_sim *sim, union ccb *ccb) argument
[all...]
/freebsd-13-stable/sys/dev/ahci/
H A Dahciem.c349 ahci_check_ids(union ccb *ccb) argument
366 ahci_em_emulate_ses_on_led(device_t dev, union ccb *ccb) argument
572 ahci_em_begin_transaction(device_t dev, union ccb *ccb) argument
600 ahciemaction(struct cam_sim *sim, union ccb *ccb) argument
[all...]
/freebsd-13-stable/sys/dev/ata/
H A Data-all.c266 union ccb *ccb; local
734 ata_cam_begin_transaction(device_t dev, union ccb *ccb) argument
823 union ccb *ccb = request->ccb; local
862 union ccb *ccb = request->ccb; local
888 union ccb *ccb = request->ccb; local
956 ata_check_ids(device_t dev, union ccb *ccb) argument
980 ataaction(struct cam_sim *sim, union ccb *ccb) argument
[all...]
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_cam.c206 mfip_cam_action(struct cam_sim *sim, union ccb *ccb) argument
296 union ccb *ccb; local
343 union ccb *ccb = data; local
406 union ccb *ccb = cm->cm_private; local
[all...]

Completed in 300 milliseconds

123456