syscall_set_return_value(9) suse man page | unix.com

Man Page: syscall_set_return_value

Operating Environment: suse

Section: 9

SYSCALL_SET_RETURN_V(9) 					   Machine State					   SYSCALL_SET_RETURN_V(9)

NAME
syscall_set_return_value - change the return value of a traced system call
SYNOPSIS
void syscall_set_return_value(struct task_struct * task, struct pt_regs * regs, int error, long val);
ARGUMENTS
task task of interest, must be blocked regs task_pt_regs of task error negative error code, or zero to indicate success val user return value if error is zero
DESCRIPTION
This changes the results of the system call that user mode will see. If error is zero, the user sees a successful system call with a return value of val. If error is nonzero, it's a negated errno code; the user sees a failed system call with this errno code. It's only valid to call this when task is stopped for tracing on exit from a system call, due to TIF_SYSCALL_TRACE or TIF_SYSCALL_AUDIT. Kernel Hackers Manual 2.6. July 2010 SYSCALL_SET_RETURN_V(9)
Related Man Pages
task_current_syscall(9) - suse
getprojid(2) - sunos
iv_task_unregister(3) - debian
struct_utrace_engine_ops(9) - suse
tapset::task(3stap) - centos
Similar Topics in the Unix Linux Community
Change directory error
SOCKS proxy & PAM configuration exposure
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB