Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/aacraid/
HDaacraid_endian.h85 void aac_srb_response_toh(struct aac_srb_response *ptr);
HDaacraid_endian.c161 aac_srb_response_toh(struct aac_srb_response *ptr) in aac_srb_response_toh()
HDaacraid_cam.c1149 struct aac_srb_response *srbr; in aac_cam_complete()
1155 srbr = (struct aac_srb_response *)&cm->cm_fib->data[0]; in aac_cam_complete()
HDaacraid_reg.h1521 struct aac_srb_response { struct
HDaacraid.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-13-stable/sys/dev/aac/
HDaac_cam.c577 struct aac_srb_response *srbr; in aac_cam_complete()
584 srbr = (struct aac_srb_response *)&cm->cm_fib->data[0]; in aac_cam_complete()
HDaacreg.h1432 struct aac_srb_response { struct
HDaac.c3188 error = copyout(fib->data, ureply, sizeof(struct aac_srb_response)); in aac_ioctl_send_raw_srb()