Searched refs:target_fd (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/hv/ |
D | hv_fcopy_daemon.c | 38 static int target_fd; variable 86 target_fd = open(target_fname, in hv_start_fcopy() 88 if (target_fd == -1) { in hv_start_fcopy() 102 bytes_written = pwrite(target_fd, cpmsg->data, cpmsg->size, in hv_copy_data() 113 close(target_fd); in hv_copy_finished() 118 close(target_fd); in hv_copy_cancel()
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 1633 int target_fd; in binder_transaction() local 1664 target_fd = task_get_unused_fd_flags(target_proc, O_CLOEXEC); in binder_transaction() 1665 if (target_fd < 0) { in binder_transaction() 1670 task_fd_install(target_proc, target_fd, file); in binder_transaction() 1671 trace_binder_transaction_fd(t, fp->handle, target_fd); in binder_transaction() 1673 " fd %d -> %d\n", fp->handle, target_fd); in binder_transaction() 1675 fp->handle = target_fd; in binder_transaction()
|