Home
last modified time | relevance | path

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

/DragonOS/kernel/src/syscall/
H A Dmod.rs132 let newfd = args[2] as i32; in handle() localVariable
140 let newfd = args[2] as i32; in handle() localVariable
393 let newfd = args[2] as i32; in handle() localVariable
433 let newfd: i32 = args[1] as c_int; in handle() localVariable
439 let newfd: i32 = args[1] as c_int; in handle() localVariable