| /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 | 22 static int out_fd; variable
|
| H A D | sendfile03.c | 25 static int out_fd; variable 30 int *out_fd; member [all...] |
| H A D | sendfile05.c | 23 static int out_fd; variable
|
| H A D | sendfile08.c | 30 static int out_fd; variable
|
| H A D | sendfile04.c | 26 static int out_fd; variable
|
| H A D | sendfile06.c | 46 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
|
| H A D | sendfile09.c | 65 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run() local
|
| H A D | sendfile02.c | 57 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); 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 [all...] |
| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_socket.c | 275 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 D | trace_marker.c | 83 int out_fd = open(OUTFILE, O_WRONLY | O_CREAT, TEST_MODE); in dump_trace() local
|
| /third_party/toybox/toys/other/ |
| H A D | bzcat.c | 443 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 D | wpa_debug.c | 674 int out_fd; in wpa_debug_open_file() local
|
| /third_party/exfatprogs/exfat2img/ |
| H A D | exfat2img.c | 49 int out_fd; member [all...] |
| /third_party/libuv/src/unix/ |
| H A D | fs.c | 753 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 D | vn_queue.c | 850 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 D | wpa_debug.c | 935 int out_fd; in wpa_debug_open_file() local
|
| /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 | 806 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 D | posixmodule.c.h | 5146 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 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...] |