Home
last modified time | relevance | path

Searched defs:in_fd (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile03.c24 static int in_fd; variable
29 int *in_fd; member
Dsendfile05.c22 static int in_fd; variable
Dsendfile07.c21 static int in_fd; variable
Dsendfile06.c45 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
Dsendfile08.c29 static int in_fd; variable
Dsendfile04.c24 static int in_fd; variable
Dsendfile09.c64 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
Dsendfile02.c56 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
/third_party/musl/src/linux/
Dsendfile.c4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfdsrc.c172 gint in_fd; in GST_START_TEST() local
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_job_compute.c176 int in_fd = -1; in pvr_srv_winsys_compute_submit() local
Dpvr_srv_job_transfer.c203 int in_fd = -1; in pvr_srv_winsys_transfer_submit() local
/third_party/libuv/src/unix/
Dfs.c826 int in_fd; in uv__fs_sendfile_emul() local
990 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, in uv__fs_try_copy_file_range()
1040 int in_fd; in uv__fs_sendfile() local
2132 uv_file in_fd, in uv_fs_sendfile()
/third_party/toybox/toys/other/
Dbzcat.c84 int in_fd, inbufCount, inbufPos; member
/third_party/exfatprogs/exfat2img/
Dexfat2img.c765 int in_fd, ret; in restore_from_stdin() local
/third_party/python/Modules/clinic/
Dposixmodule.c.h5071 int in_fd; in os_sendfile() local
5150 int in_fd; in os_sendfile() local
5235 int in_fd; in os_sendfile() local
5290 int in_fd; in os__fcopyfile() local
/third_party/python/Modules/
Dposixmodule.c9778 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset, in os_sendfile_impl()
10006 os__fcopyfile_impl(PyObject *module, int in_fd, int out_fd, int flags) in os__fcopyfile_impl()