OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_ioctl.c
61
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
->num_bo_handles * sizeof(uint32_t)))
[
all
...]
/src/external/bsd/ntp/dist/ntpd/
ntp_request.c
225
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 17 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026