| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | mktree.c | 44 int in_fd, out_fd; in main() local 82 if ((in_fd = open(argv[1], O_RDONLY)) < 0) { in main() 99 if (read(in_fd, tmpbuf, sizeof(tmpbuf)) != sizeof(tmpbuf)) { in main() 110 if (lseek(in_fd, (64 * 1024), SEEK_SET) < 0) { in main() 125 if (read(in_fd, tmpbuf, sizeof(tmpbuf)) < 0) { in main()
|
| /OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/ |
| H A D | trace-agent-rw.c | 31 rw_ti->in_fd = -1; in rw_thread_info_new() 49 rw_ti->in_fd = open(in_path, O_RDONLY); in rw_thread_init() 50 if (rw_ti->in_fd == -1) { in rw_thread_init() 127 rlen = splice(ts->in_fd, NULL, ts->read_pipe, NULL, in rw_thread_main()
|
| H A D | trace-agent.h | 37 int in_fd; member
|
| H A D | trace-agent.c | 247 close(s->rw_ti[i]->in_fd); in agent_info_free()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_otp_key.c | 326 int32_t in_fd, int32_t out_fd, uint32_t len) in rk_oem_otp_key_cipher() argument 337 RK_CRYPTO_CHECK_PARAM(in_fd < 0); in rk_oem_otp_key_cipher() 373 src_mop.dma_fd = in_fd; in rk_oem_otp_key_cipher() 382 if (out_fd != in_fd) { in rk_oem_otp_key_cipher() 434 if (out_fd != in_fd) in rk_oem_otp_key_cipher()
|
| H A D | rkcrypto_core.c | 482 RK_RES rk_cipher_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len) in rk_cipher_crypt() argument 503 cryp.src_fd = in_fd; 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() argument 680 op.src_fd = in_fd; in rk_ae_crypt() 689 V_TRACE("in and out are %s address.", (in_fd == out_fd) ? "the same" : "different"); in rk_ae_crypt()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | read_write.c | 1186 static ssize_t do_sendfile(int out_fd, int in_fd, loff_t *ppos, in do_sendfile() argument 1200 in = fdget(in_fd); in do_sendfile() 1285 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument 1295 ret = do_sendfile(out_fd, in_fd, &pos, count, MAX_NON_LFS); in SYSCALL_DEFINE4() 1301 return do_sendfile(out_fd, in_fd, NULL, count, 0); in SYSCALL_DEFINE4() 1304 SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, loff_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument 1312 ret = do_sendfile(out_fd, in_fd, &pos, count, 0); in SYSCALL_DEFINE4() 1318 return do_sendfile(out_fd, in_fd, NULL, count, 0); in SYSCALL_DEFINE4() 1322 COMPAT_SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, in COMPAT_SYSCALL_DEFINE4() argument 1333 ret = do_sendfile(out_fd, in_fd, &pos, count, MAX_NON_LFS); in COMPAT_SYSCALL_DEFINE4() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | execveat.c | 142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local 146 fstat(in_fd, &info); in exe_cp() 147 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp() 148 close(in_fd); in exe_cp()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | harddog_user.c | 106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() argument 108 close(in_fd); in stop_watchdog()
|
| H A D | harddog_kern.c | 95 extern void stop_watchdog(int in_fd, int out_fd);
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_core.h | 14 RK_RES rk_cipher_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len); 21 RK_RES rk_ae_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len, uint8_t *tag);
|
| H A D | rkcrypto_otp_key.h | 15 int32_t in_fd, int32_t out_fd, uint32_t len);
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_throughput.c | 645 rk_crypto_mem *in_fd = NULL, *out_fd = NULL, *aad_fd = NULL; in test_ae_tp() local 688 in_fd = rk_crypto_mem_alloc(TEST_BLOCK_SIZE); in test_ae_tp() 689 if (!in_fd) { in test_ae_tp() 740 in_fd, out_fd, len, in test_ae_tp() 776 if (in_fd) in test_ae_tp() 777 rk_crypto_mem_free(in_fd); in test_ae_tp()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtd/mtd-utils/ |
| H A D | add-exclusion-to-mkfs-jffs2-git-2.patch | 18 static int in_fd = -1;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compat.h | 562 asmlinkage long compat_sys_sendfile(int out_fd, int in_fd, 564 asmlinkage long compat_sys_sendfile64(int out_fd, int in_fd,
|
| H A D | syscalls.h | 511 asmlinkage long sys_sendfile64(int out_fd, int in_fd, 1100 asmlinkage long sys_sendfile(int out_fd, int in_fd,
|