Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ctl/
H A Dctl_tpc_local.c201 uint8_t *ext_ptr, *kern_ptr; in tpcl_datamove() local
206 ext_ptr = (uint8_t *)ext_sglist[i].addr; in tpcl_datamove()
207 ext_ptr = ext_ptr + ext_watermark; in tpcl_datamove()
225 kern_ptr, ext_ptr)); in tpcl_datamove()
226 memcpy(ext_ptr, kern_ptr, len_to_copy); in tpcl_datamove()
231 ext_ptr, kern_ptr)); in tpcl_datamove()
232 memcpy(kern_ptr, ext_ptr, len_to_copy); in tpcl_datamove()
H A Dctl_frontend_ioctl.c411 uint8_t *ext_ptr, *kern_ptr; in ctl_ioctl_do_datamove() local
416 ext_ptr = (uint8_t *)ext_sglist[i].addr; in ctl_ioctl_do_datamove()
417 ext_ptr = ext_ptr + ext_watermark; in ctl_ioctl_do_datamove()
435 "to %p\n", kern_ptr, ext_ptr)); in ctl_ioctl_do_datamove()
436 if (copyout(kern_ptr, ext_ptr, len_to_copy) != 0) { in ctl_ioctl_do_datamove()
444 "to %p\n", ext_ptr, kern_ptr)); in ctl_ioctl_do_datamove()
445 if (copyin(ext_ptr, kern_ptr, len_to_copy)!= 0){ in ctl_ioctl_do_datamove()