Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_tpc_local.c198 uint8_t *ext_ptr, *kern_ptr; in tpcl_datamove() local
203 ext_ptr = (uint8_t *)ext_sglist[i].addr; in tpcl_datamove()
204 ext_ptr = ext_ptr + ext_watermark; in tpcl_datamove()
222 kern_ptr, ext_ptr)); in tpcl_datamove()
223 memcpy(ext_ptr, kern_ptr, len_to_copy); in tpcl_datamove()
228 ext_ptr, kern_ptr)); in tpcl_datamove()
229 memcpy(kern_ptr, ext_ptr, len_to_copy); in tpcl_datamove()
H A Dctl_frontend_ioctl.c408 uint8_t *ext_ptr, *kern_ptr; in ctl_ioctl_do_datamove() local
413 ext_ptr = (uint8_t *)ext_sglist[i].addr; in ctl_ioctl_do_datamove()
414 ext_ptr = ext_ptr + ext_watermark; in ctl_ioctl_do_datamove()
432 "to %p\n", kern_ptr, ext_ptr)); in ctl_ioctl_do_datamove()
433 if (copyout(kern_ptr, ext_ptr, len_to_copy) != 0) { in ctl_ioctl_do_datamove()
441 "to %p\n", ext_ptr, kern_ptr)); in ctl_ioctl_do_datamove()
442 if (copyin(ext_ptr, kern_ptr, len_to_copy)!= 0){ in ctl_ioctl_do_datamove()