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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c358 uint8_t *cam_ptr, *ctl_ptr; local
374 ctl_ptr = (uint8_t *)ctl_sglist[j].addr;
375 ctl_ptr = ctl_ptr + ctl_watermark;
381 CTL_DEBUG_PRINT(("%s: from %p to %p\n", ctl_ptr,
383 bcopy(ctl_ptr, cam_ptr, len_to_copy);
388 __func__, ctl_ptr));
389 bcopy(cam_ptr, ctl_ptr, len_to_copy);

Completed in 157 milliseconds