Searched refs:cam_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
363 cam_ptr = (uint8_t *)(uintptr_t)cam_sglist[i].ds_addr;
364 cam_ptr = cam_ptr + cam_watermark;
382 __func__, cam_ptr));
383 bcopy(ctl_ptr, cam_ptr, len_to_copy);
387 CTL_DEBUG_PRINT(("%s: from %p to %p\n", cam_ptr,
389 bcopy(cam_ptr, ctl_ptr, len_to_copy);

Completed in 102 milliseconds