From e94cb46c2219da504a559d49eeda3e4134b96453 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 22 Mar 2005 18:36:50 +0000 Subject: *** empty log message *** --- runtime/docs/html/copy_8c.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'runtime/docs/html/copy_8c.html') diff --git a/runtime/docs/html/copy_8c.html b/runtime/docs/html/copy_8c.html index 75a63237..d4e3ba26 100644 --- a/runtime/docs/html/copy_8c.html +++ b/runtime/docs/html/copy_8c.html @@ -1,12 +1,13 @@ -SystemTap: SystemTap Runtime Library +SystemTap: copy.c File Reference -
Intro | Functions | Defines | Enumerations | Enumeration Values
- -

copy.c File Reference

+
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

copy.c File Reference

Functions to copy from user space. More... +

+

Go to the source code of this file. @@ -21,7 +22,12 @@
 Copy an argv from user space to a List.
-


Function Documentation

+

Detailed Description

+Functions to copy from user space. +

+ +

+Definition in file copy.c.


Function Documentation

@@ -79,9 +85,9 @@ Copy an argv from user space to a List. }

-Definition at line 115 of file copy.c. +Definition at line 119 of file copy.c.

-References _stp_list_add_str(), _stp_strncpy_from_user(), and map_root::num. +References _stp_list_add_str(), _stp_strncpy_from_user(), and map_root::num.

@@ -137,7 +143,7 @@ If some data could not be copied, this function will pad the copied data to the

Returns:
number of bytes that could not be copied. On success, this will be zero.

-Definition at line 100 of file copy.c. +Definition at line 104 of file copy.c.

@@ -192,13 +198,11 @@ If access to userspace fails, returns -EFAULT (some data may have been copied). If count is smaller than the length of the string, copies count bytes and returns count.

-Definition at line 79 of file copy.c. +Definition at line 83 of file copy.c.

-Referenced by _stp_copy_argv_from_user(). +Referenced by _stp_copy_argv_from_user(). -


Generated on Mon Mar 21 13:29:45 2005 for SystemTap by  - -doxygen 1.4.1
- +
+Generated on Tue Mar 22 10:27:36 2005 for SystemTap. -- cgit