Home
last modified time | relevance | path

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

/DragonOS/kernel/src/syscall/
H A Dmod.rs322 let pipefd: *mut i32 = args[0] as *mut c_int; in handle() localVariable
323 if pipefd.is_null() { in handle()
326 Self::pipe2(pipefd, FileMode::empty()) in handle()
331 let pipefd: *mut i32 = args[0] as *mut c_int; in handle() localVariable
333 if pipefd.is_null() { in handle()
337 Self::pipe2(pipefd, flags) in handle()