Home
last modified time | relevance | path

Searched refs:aac_srb_response (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/aacraid/
H A Daacraid_endian.h85 void aac_srb_response_toh(struct aac_srb_response *ptr);
H A Daacraid_endian.c160 aac_srb_response_toh(struct aac_srb_response *ptr) in aac_srb_response_toh()
H A Daacraid_cam.c1147 struct aac_srb_response *srbr; in aac_cam_complete()
1153 srbr = (struct aac_srb_response *)&cm->cm_fib->data[0]; in aac_cam_complete()
H A Daacraid_reg.h1521 struct aac_srb_response { struct
H A Daacraid.c3044 aac_srb_response_toh((struct aac_srb_response *)fib->data); in aac_ioctl_send_raw_srb()
3045 error = copyout(fib->data, user_reply, sizeof(struct aac_srb_response)); in aac_ioctl_send_raw_srb()
/freebsd/sys/dev/aac/
H A Daac_cam.c575 struct aac_srb_response *srbr; in aac_cam_complete()
582 srbr = (struct aac_srb_response *)&cm->cm_fib->data[0]; in aac_cam_complete()
H A Daacreg.h1432 struct aac_srb_response { struct
H A Daac.c3187 error = copyout(fib->data, ureply, sizeof(struct aac_srb_response)); in aac_ioctl_send_raw_srb()