Home
last modified time | relevance | path

Searched defs:out_fd (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/src/linux/
H A Dsendfile.c4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile() argument
/third_party/ltp/testcases/kernel/syscalls/sendfile/
H A Dsendfile07.c22 static int out_fd; variable
H A Dsendfile03.c25 static int out_fd; variable
30 int *out_fd; member
[all...]
H A Dsendfile05.c23 static int out_fd; variable
H A Dsendfile08.c30 static int out_fd; variable
H A Dsendfile04.c26 static int out_fd; variable
H A Dsendfile06.c46 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
H A Dsendfile09.c65 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
H A Dsendfile02.c57 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
/third_party/toybox/toys/lsb/
H A Dgzip.c69 static int do_deflate(int in_fd, int out_fd, int dd, int level) in do_deflate() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c275 virgl_vtest_send_resource_create2(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create2() argument
322 virgl_vtest_send_resource_create(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create() argument
/third_party/musl/libc-test/src/functionalext/trace/
H A Dtrace_marker.c83 int out_fd = open(OUTFILE, O_WRONLY | O_CREAT, TEST_MODE); in dump_trace() local
/third_party/toybox/toys/other/
H A Dbzcat.c443 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf() argument
512 write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, int out_fd, char *outbuf, int len) write_bunzip_data() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c674 int out_fd; in wpa_debug_open_file() local
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c49 int out_fd; member
[all...]
/third_party/libuv/src/unix/
H A Dfs.c753 int out_fd; in uv__fs_sendfile_emul() local
942 int out_fd; in uv__fs_sendfile() local
891 uv__fs_try_copy_file_range(int in_fd, off_t* off, int out_fd, size_t len) uv__fs_try_copy_file_range() argument
2027 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t off, size_t len, uv_fs_cb cb) uv_fs_sendfile() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.c850 vn_create_sync_file(struct vn_device *dev, int *out_fd) in vn_create_sync_file() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c935 int out_fd; in wpa_debug_open_file() local
/third_party/backends/backend/
H A Dqcam.c815 reader_process (QC_Scanner * s, int in_fd, int out_fd) in reader_process() argument
/third_party/node/deps/uv/src/unix/
H A Dfs.c806 int out_fd; in uv__fs_sendfile_emul() local
1020 int out_fd; in uv__fs_sendfile() local
969 uv__fs_try_copy_file_range(int in_fd, off_t* off, int out_fd, size_t len) uv__fs_try_copy_file_range() argument
2109 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t off, size_t len, uv_fs_cb cb) uv_fs_sendfile() argument
[all...]
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h5146 int out_fd; in os_sendfile() local
5225 int out_fd; os_sendfile() local
5310 int out_fd; os_sendfile() local
5367 int out_fd; os__fcopyfile() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c9940 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, in os_sendfile_impl() argument
10168 os__fcopyfile_impl(PyObject *module, int in_fd, int out_fd, int flags) os__fcopyfile_impl() argument
[all...]

Completed in 39 milliseconds