/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
|
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/ |
H A D | trace-agent.h | 37 int in_fd; member
|
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/ |
H A D | trace-agent.h | 37 int in_fd; member
|
/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
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | mktree.c | 44 int in_fd, out_fd; in main() local
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | harddog_user.c | 106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() argument
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | mktree.c | 44 int in_fd, out_fd; in main() local
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | harddog_user.c | 107 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() 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
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | trace.c | 75 int out_fd, in_fd; in save_trace_to_file() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | execveat.c | 142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | execveat.c | 142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
|
/third_party/toybox/toys/other/ |
H A D | bzcat.c | 84 int in_fd, inbufCount, inbufPos; member
|
/kernel/linux/linux-5.10/fs/ |
H A D | read_write.c | 1181 static ssize_t do_sendfile(int out_fd, int in_fd, loff_t *ppos, in do_sendfile() argument [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | read_write.c | 1180 static ssize_t do_sendfile(int out_fd, int in_fd, loff_t *ppos, in do_sendfile() argument [all...] |
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 765 int in_fd, ret; in restore_from_stdin() local
|