2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
12 .\" Copyright 2015 Joyent, Inc.
19 .Nd inject exit system call into victim process
25 .Fa "struct ps_prochandle *P"
33 system call into the target process
35 by means of the agent LWP.
40 then this is equivalent to calling
42 on the currently running process.
46 has the same meaning as in
50 for the full description and purpose of the
52 system call and its arguments.
56 function only works on active processes.
57 Process handles that correspond to core files, zombie processes, or ELF objects
58 do not support system call injection.
60 Upon successful completion, the
62 function's return value is that described in
70 to indicate that the system call could not be injected.
74 function is called with the value of
78 then the function will not return.
80 For the full list of errors see the
87 function will fail if:
90 An error occurred while trying to invoke the agent LWP and inject a
91 system call in the process handle
95 does not support system call injection.
97 .Sh INTERFACE STABILITY