Searched refs:write_fd (Results 1 – 1 of 1) sorted by relevance
29 let write_fd = current_pcb().alloc_fd(write_file.unwrap(), None); in do_pipe() localVariable30 if !write_fd.is_ok() { in do_pipe()31 return Err(write_fd.unwrap_err()); in do_pipe()35 *fd.offset(1) = write_fd.unwrap(); in do_pipe()