Home
last modified time | relevance | path

Searched defs:new_fd (Results 1 – 2 of 2) sorted by relevance

/DragonOS/user/apps/test_dup3/
H A Dmain.c12 int new_fd = 777; in main() local
/DragonOS/kernel/src/net/
H A Dsyscall.rs425 let new_fd = ProcessManager::current_pcb() in do_accept() localVariable