Home
last modified time | relevance | path

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

/DragonOS/kernel/src/syscall/
H A Dmod.rs337 let pipefd: *mut i32 = args[0] as *mut c_int; in handle() localVariable
338 if pipefd.is_null() { in handle()
341 Self::pipe2(pipefd, FileMode::empty()) in handle()
346 let pipefd: *mut i32 = args[0] as *mut c_int; in handle() localVariable
348 if pipefd.is_null() { in handle()
352 Self::pipe2(pipefd, flags) in handle()