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

/freebsd-11.0-release/sys/dev/aacraid/
H A Daacraid.c2822 u_int64_t srb_sg_address; local
2882 srb_sg_address = (u_int64_t)sg.SgAddress;
2894 srb_sg_address = sg.SgAddress;
2895 if (srb_sg_address > 0xffffffffull &&
2944 if ((error = copyin((void *)(uintptr_t)srb_sg_address,
2988 (void *)(uintptr_t)srb_sg_address,
/freebsd-11.0-release/sys/dev/aac/
H A Daac.c3055 void *srb_sg_address, *ureply; local
3115 srb_sg_address = (void *)(uintptr_t)sg.SgAddress;
3129 srb_sg_address = (void *)sg.SgAddress;
3158 error = copyin(srb_sg_address, cm->cm_data,
3184 error = copyout(cm->cm_data, srb_sg_address, cm->cm_datalen);

Completed in 51 milliseconds