Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dmktree.c44 int in_fd, out_fd; in main() local
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dharddog_user.c106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog()
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H A Dtrace-agent.h37 int in_fd; member
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_otp_key.c326 int32_t in_fd, int32_t out_fd, uint32_t len) in rk_oem_otp_key_cipher()
H A Drkcrypto_core.c482 RK_RES rk_cipher_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len) in rk_cipher_crypt()
641 RK_RES rk_ae_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len, uint8_t *tag) in rk_ae_crypt()
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c1186 static ssize_t do_sendfile(int out_fd, int in_fd, loff_t *ppos, in do_sendfile()
1285 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1304 SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, loff_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1322 COMPAT_SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, in COMPAT_SYSCALL_DEFINE4() argument
1342 COMPAT_SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, in COMPAT_SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dexecveat.c142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c645 rk_crypto_mem *in_fd = NULL, *out_fd = NULL, *aad_fd = NULL; in test_ae_tp() local