Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aac/
Daac_cam.c580 struct aac_srb_response *srbr; in aac_cam_complete()
587 srbr = (struct aac_srb_response *)&cm->cm_fib->data[0]; in aac_cam_complete()
Daacreg.h1434 struct aac_srb_response { struct
Daac.c3191 error = copyout(fib->data, ureply, sizeof(struct aac_srb_response)); in aac_ioctl_send_raw_srb()
/freebsd-12-stable/sys/dev/aacraid/
Daacraid_cam.c1163 struct aac_srb_response *srbr; in aac_cam_complete()
1169 srbr = (struct aac_srb_response *)&cm->cm_fib->data[0]; in aac_cam_complete()
Daacraid_reg.h1524 struct aac_srb_response { struct
Daacraid.c3026 error = copyout(fib->data, user_reply, sizeof(struct aac_srb_response)); in aac_ioctl_send_raw_srb()