Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/process/
Dsyscall.rs28 _path: *const c_void, in execve()
29 _argv: *const *const c_void, in execve()
30 _envp: *const *const c_void, in execve()
40 rusage: *mut c_void, in wait4()
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs579 path_ptr as *const c_void, in handle() constant
580 argv_ptr as *const *const c_void, in handle() constant
581 env_ptr as *const *const c_void, in handle() constant