Hi,
When I debug ioctls, I get parameters which are pointers to structures in user space.
I am unable to use the struct command to print these structures.

Currently I am using "rd -u" to read the content of user memory and decode it based on the structure information I have.

Am I missing something? Is there an easier way to do this?

Dheeraj