/third_party/musl/src/linux/ |
H A D | sendfile.c | 4 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 D | sendfile07.c | 21 static int in_fd; variable
|
H A D | sendfile03.c | 24 static int in_fd; variable 29 int *in_fd; member [all...] |
H A D | sendfile05.c | 22 static int in_fd; variable
|
H A D | sendfile08.c | 29 static int in_fd; variable
|
H A D | sendfile04.c | 25 static int in_fd; variable
|
H A D | sendfile06.c | 45 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
H A D | sendfile09.c | 64 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
H A D | sendfile02.c | 56 int in_fd = SAFE_OPEN(IN_FILE, O_RDONLY); in run() local
|
/third_party/toybox/toys/lsb/ |
H A D | gzip.c | 69 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 D | pvr_srv_job_compute.c | 176 int in_fd = -1; in pvr_srv_winsys_compute_submit() local
|
H A D | pvr_srv_job_transfer.c | 203 int in_fd = -1; in pvr_srv_winsys_transfer_submit() local
|
/third_party/toybox/toys/other/ |
H A D | bzcat.c | 84 int in_fd, inbufCount, inbufPos; member
|
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 765 int in_fd, ret; in restore_from_stdin() local
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 752 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 D | qcam.c | 815 reader_process (QC_Scanner * s, int in_fd, int out_fd) in reader_process() argument
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 805 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 D | posixmodule.c.h | 5147 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 D | posixmodule.c | 9940 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...] |