Home
last modified time | relevance | path

Searched refs:srb_sg_address (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/aac/
H A Daac.c3051 void *srb_sg_address, *ureply; in aac_ioctl_send_raw_srb() local
3110 srb_sg_address = (void *)(uintptr_t)sg.SgAddress; in aac_ioctl_send_raw_srb()
3125 srb_sg_address = (void *)sg.SgAddress; in aac_ioctl_send_raw_srb()
3154 error = copyin(srb_sg_address, cm->cm_data, in aac_ioctl_send_raw_srb()
3180 error = copyout(cm->cm_data, srb_sg_address, cm->cm_datalen); in aac_ioctl_send_raw_srb()
/freebsd/sys/dev/aacraid/
H A Daacraid.c2871 u_int64_t srb_sg_address; in aac_ioctl_send_raw_srb() local
2931 srb_sg_address = (u_int64_t)sg.SgAddress; in aac_ioctl_send_raw_srb()
2943 srb_sg_address = sg.SgAddress; in aac_ioctl_send_raw_srb()
2990 if ((error = copyin((void *)(uintptr_t)srb_sg_address, in aac_ioctl_send_raw_srb()
3036 (void *)(uintptr_t)srb_sg_address, in aac_ioctl_send_raw_srb()