Function raw_syscall_base::syscall_2_nr [−][src]
pub unsafe fn syscall_2_nr(rax: usize, rdi: usize, rsi: usize) -> !
Performs a system call with two arguments which never returns.
The first argument specifies the system call, and the remaining arguments are the arguments to pass it.