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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c362 uint8_t *cam_ptr, *ctl_ptr; local
378 ctl_ptr = (uint8_t *)ctl_sglist[j].addr;
379 ctl_ptr = ctl_ptr + ctl_watermark;
385 CTL_DEBUG_PRINT(("%s: from %p to %p\n", ctl_ptr,
387 bcopy(ctl_ptr, cam_ptr, len_to_copy);
392 __func__, ctl_ptr));
393 bcopy(cam_ptr, ctl_ptr, len_to_copy);

Completed in 42 milliseconds