How can I copy the data of buf in kernel space to the uio structhre in user space.

2010-02-01 Thread Jun Furukawa
Hi, For my research, I am now hooking the function vn_write(). This is the part of the source code. #include sys/param.h/* module */ #include sys/module.h /* module */ #include sys/kernel.h /* module */ #include

Re: How can I copy the data of buf in kernel space to the uio structhre in user space.

2010-02-01 Thread Steve Bertrand
Jun Furukawa wrote: Hi, For my research, I am now hooking the function vn_write(). [ big snip ] How can I solve this problem? Subscribe to freebsd-hackers@, and post your message there. Hopefully they can help. Steve ___