Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ddebug_proc_write
Proto:static ssize_t ddebug_proc_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
const char __user * | ubuf | |
size_t | len | |
loff_t * | offp |
702 | If len == 0 Then Return 0 |
705 |
pr_warn("expected <%d bytes into control\n", File_ops->write method for |
706 | Return -E2BIG |
708 | tmpbuf = memdup_user_nul - duplicate memory region from user space and NUL-terminate*@src: source address in user space*@len: number of bytes to copy* Return: an ERR_PTR() on failure. |
713 | ret = handle multiple queries in query string, continue on error, returnlast error or number of matching callsites. Module name is eitherin param (for boot arg) or perhaps in query string. |
719 | Return len |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |