[dtrace-discuss] Re: invalid address (0x0) in action #2 at DIF
offset 52
Madhusudhan Reddy
amreddy_103 at yahoo.co.in
Sat Jan 20 05:42:29 PST 2007
Gonzalo,
If iam not wrong, input arguments of the function are arg0,arg1, arg2..... and return arguments are arg1, arg2, arg3.....
3rd Input argument of SGetMsg(which is pointer to a pointer) is of my interest so iam trying to print this value using arg3 when the function returns. Anything wrong ?
Below is the prototype of the function for your reference
PUBLIC S16 SGetMsg
(
REG1 Region region,
REG2 Pool pool,
Buffer **mBufPtr
)
Thanks,
Madhusudhan Reddy
This message posted from opensolaris.org
More information about the dtrace-discuss
mailing list