Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_tpc_local.c199 uint8_t *ext_ptr, *kern_ptr; in tpcl_datamove() local
204 ext_ptr = (uint8_t *)ext_sglist[i].addr; in tpcl_datamove()
205 ext_ptr = ext_ptr + ext_watermark; in tpcl_datamove()
223 kern_ptr, ext_ptr)); in tpcl_datamove()
224 memcpy(ext_ptr, kern_ptr, len_to_copy); in tpcl_datamove()
229 ext_ptr, kern_ptr)); in tpcl_datamove()
230 memcpy(kern_ptr, ext_ptr, len_to_copy); in tpcl_datamove()
H A Dctl_frontend_ioctl.c409 uint8_t *ext_ptr, *kern_ptr; in ctl_ioctl_do_datamove() local
414 ext_ptr = (uint8_t *)ext_sglist[i].addr; in ctl_ioctl_do_datamove()
415 ext_ptr = ext_ptr + ext_watermark; in ctl_ioctl_do_datamove()
433 "to %p\n", kern_ptr, ext_ptr)); in ctl_ioctl_do_datamove()
434 if (copyout(kern_ptr, ext_ptr, len_to_copy) != 0) { in ctl_ioctl_do_datamove()
442 "to %p\n", ext_ptr, kern_ptr)); in ctl_ioctl_do_datamove()
443 if (copyin(ext_ptr, kern_ptr, len_to_copy)!= 0){ in ctl_ioctl_do_datamove()