/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_job_common.c | 36 VkResult pvr_srv_create_timeline(int render_fd, int *const fd_out) in pvr_srv_create_timeline() argument
|
H A D | pvr_srv_bo.c | 286 pvr_srv_winsys_buffer_get_fd(struct pvr_winsys_bo *bo, int *const fd_out) pvr_srv_winsys_buffer_get_fd() argument
|
H A D | pvr_srv_bridge.c | 767 VkResult pvr_srv_physmem_export_dmabuf(int fd, void *pmr, int *const fd_out) in pvr_srv_physmem_export_dmabuf() argument
|
/third_party/ltp/include/lapi/ |
H A D | tee.h | 14 static inline ssize_t tee(int fd_in, int fd_out, in tee() argument
|
H A D | splice.h | 14 static inline ssize_t splice(int fd_in, loff_t *off_in, int fd_out, in splice() argument
|
/third_party/musl/src/linux/ |
H A D | copy_file_range.c | 5 ssize_t copy_file_range(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in copy_file_range() argument
|
H A D | splice.c | 5 ssize_t splice(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in splice() argument
|
/third_party/ffmpeg/tools/ |
H A D | cws2fws.c | 30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
|
/third_party/ltp/testcases/kernel/syscalls/splice/ |
H A D | splice01.c | 30 static int fd_in, fd_out; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
H A D | vmsplice01.c | 25 static int fd_out; variable 54 int fd_out; in vmsplice_test() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/tee/ |
H A D | tee01.c | 25 static int fd_in, fd_out; variable [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | copy_file_range.c | 30 int fd_in, fd_out, wlen, result; in copy_file_range_0100() local 109 int fd_in, fd_out, wlen, result; in copy_file_range_0300() local [all...] |
/third_party/alsa-lib/test/ |
H A D | rawmidi.c | 43 int fd_in = -1,fd_out = -1; in main() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range.h | 43 sys_copy_file_range(int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, unsigned int flags) sys_copy_file_range() argument
|
H A D | copy_file_range01.c | 25 static int fd_in, fd_out, cross_sup; variable
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.c | 224 uv__fs_copy_file_range(int fd_in, off_t* off_in, int fd_out, off_t* off_out, size_t len, unsigned int flags) uv__fs_copy_file_range() argument
|
H A D | freebsd.c | 292 uv__fs_copy_file_range(int fd_in, off_t* off_in, int fd_out, off_t* off_out, size_t len, unsigned int flags) uv__fs_copy_file_range() argument
|
H A D | core.c | 769 int fd_out; in uv_fileno() local
|
/third_party/libuv/src/unix/ |
H A D | freebsd.c | 273 uv__fs_copy_file_range(int fd_in, off_t* off_in, int fd_out, off_t* off_out, size_t len, unsigned int flags) uv__fs_copy_file_range() argument
|
H A D | core.c | 825 int fd_out; in uv_fileno() local
|
/third_party/libuv/src/win/ |
H A D | core.c | 691 uv_os_fd_t fd_out; in uv_fileno() local
|
/third_party/libfuse/example/ |
H A D | passthrough.c | 452 int fd_in, fd_out; in xmp_copy_file_range() local
|
/third_party/node/deps/uv/src/win/ |
H A D | core.c | 664 uv_os_fd_t fd_out; in uv_fileno() local
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 835 int fd_in, fd_out; in test_copy_file_range() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_allocator.c | 2054 anv_device_export_bo(struct anv_device *device, struct anv_bo *bo, int *fd_out) anv_device_export_bo() argument
|