Lines Matching refs:target_fd
110 target_fd: i32,
447 let target_fd_ret = unsafe { libc::close(task.context_forward.target_fd) };
856 let target_fd_ret = unsafe { libc::close(ctx.target_fd) };
1050 let mut target_fd = 0;
1055 target_fd = fd1;
1057 ctx.target_fd = target_fd;
1058 target_fd = fd1;
1071 crate::error!("disconnect fd:({local_fd}, {target_fd}), error:{:?}", size);
1081 crate::error!("spawn_blocking failed. disconnect fd:({local_fd}, {target_fd}), error:{err}");
1104 .send_fd_to_target(pid, target_fd, local_fd, param.as_str())