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.
15 .Dt PR_DOOR_INFO 3PROC
19 .Nd inject door_info library call into victim process
25 .Fa "struct ps_prochandle *P"
27 .Fa "struct door_info *info"
34 library call into the target process
36 by means of the agent LWP.
41 then this is equivalent to calling
43 on the currently running process.
49 have the same meaning as in
53 for the full description and purpose of the
55 library call and its arguments.
59 function only works on active processes.
60 Process handles that correspond to core files, zombie processes, or ELF objects
61 do not support library call injection.
63 Upon successful completion, the
65 function's return value is that described in
73 to indicate that the library call could not be injected.
75 For the full list of errors see the
82 function will fail if:
85 An error occurred while trying to invoke the agent LWP and inject a
86 library call in the process handle
90 does not support library call injection.
92 .Sh INTERFACE STABILITY