Home
last modified time | relevance | path

Searched defs:in_fd (Results 1 - 19 of 19) 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.c21 static int in_fd; variable
H A Dsendfile03.c24 static int in_fd; variable
29 int *in_fd; member
[all...]
H A Dsendfile05.c22 static int in_fd; variable
H A Dsendfile08.c29 static int in_fd; variable
H A Dsendfile04.c25 static int in_fd; variable
H A Dsendfile06.c45 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
H A Dsendfile09.c64 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
H A Dsendfile02.c56 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); 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
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_compute.c176 int in_fd = -1; in pvr_srv_winsys_compute_submit() local
H A Dpvr_srv_job_transfer.c203 int in_fd = -1; in pvr_srv_winsys_transfer_submit() local
/third_party/toybox/toys/other/
H A Dbzcat.c84 int in_fd, inbufCount, inbufPos; member
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c765 int in_fd, ret; in restore_from_stdin() local
/third_party/libuv/src/unix/
H A Dfs.c752 int in_fd; in uv__fs_sendfile_emul() local
891 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, in uv__fs_try_copy_file_range() argument
941 int in_fd; in uv__fs_sendfile() local
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/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.c805 int in_fd; in uv__fs_sendfile_emul() local
969 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, in uv__fs_try_copy_file_range() argument
1019 int in_fd; in uv__fs_sendfile() local
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.h5147 int in_fd; in os_sendfile() local
5226 int in_fd; os_sendfile() local
5311 int in_fd; os_sendfile() local
5366 int in_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 31 milliseconds