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

/netbsd-current/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_ioctl.c61 struct drm_virtgpu_execbuffer *exbuf = data; local
70 int in_fence_fd = exbuf->fence_fd;
77 if ((exbuf->flags & ~VIRTGPU_EXECBUF_FLAGS))
80 exbuf->fence_fd = -1;
82 if (exbuf->flags & VIRTGPU_EXECBUF_FENCE_FD_IN) {
103 if (exbuf->flags & VIRTGPU_EXECBUF_FENCE_FD_OUT) {
109 if (exbuf->num_bo_handles) {
110 bo_handles = kvmalloc_array(exbuf->num_bo_handles,
117 user_bo_handles = u64_to_user_ptr(exbuf->bo_handles);
119 exbuf
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c225 static char exbuf[RESP_DATA_SIZE]; variable
336 * Copy data out of exbuf into the packet.
338 memcpy(&rpkt.u.data[0], exbuf, (unsigned)itemsize);
364 return exbuf;

Completed in 125 milliseconds