Searched refs:cam_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
367 cam_ptr = (uint8_t *)cam_sglist[i].ds_addr;
368 cam_ptr = cam_ptr + cam_watermark;
386 __func__, cam_ptr));
387 bcopy(ctl_ptr, cam_ptr, len_to_copy);
391 CTL_DEBUG_PRINT(("%s: from %p to %p\n", cam_ptr,
393 bcopy(cam_ptr, ctl_ptr, len_to_copy);

Completed in 59 milliseconds