amr_passthrough
struct amr_passthrough *ap = &ac->ac_ccb->ccb_pthru;
struct amr_passthrough *ap; /* 60 bytes */
sizeof(struct amr_passthrough));
error = copyout(&status, &((struct amr_passthrough *)(uintptr_t)mb->mb_physaddr)->ap_scsi_status, sizeof(status));
error = copyout(ap->ap_request_sense_area, ((struct amr_passthrough *)(uintptr_t)mb->mb_physaddr)->ap_request_sense_area, ap->ap_request_sense_length);
struct amr_passthrough *_ap; /* 60 bytes */
bzero(_ap, sizeof(struct amr_passthrough));
struct amr_passthrough *ap;
struct amr_passthrough *ap;
struct amr_passthrough pthru;
struct amr_passthrough ccb_pthru;