Home
last modified time | relevance | path

Searched refs:write_fd (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.7/kernel/src/ipc/
Dsyscall.rs29 let write_fd = current_pcb().alloc_fd(write_file.unwrap(), None); in do_pipe() localVariable
30 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()