Searched refs:alloc_fd (Results 1 – 2 of 2) sorted by relevance
177 pub fn alloc_fd(&mut self, file: File) -> Result<i32, i32> { in alloc_fd() method
240 return current_pcb().alloc_fd(file); in do_open()