Function report |
Source Code:kernel\sysctl.c |
Create Date:2022-07-28 09:11:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_proc_douintvec_w
Proto:static int do_proc_douintvec_w(unsigned int *tbl_data, struct ctl_table *table, void __user *buffer, size_t *lenp, loff_t *ppos, int (*conv)(unsigned long *lvalp, unsigned int *valp, int write, void *data), void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int * | tbl_data | |
struct ctl_table * | table | |
void __user * | buffer | |
size_t * | lenp | |
loff_t * | ppos | |
int (* | conv | |
void * | data |
2435 | err = 0 |
2448 | p = kbuf = memdup_user_nul(buffer, left) |
2452 | left -= proc_skip_spaces( & p) |
2453 | If Not left Then |
2471 | If Not err && left Then left -= proc_skip_spaces( & p) |
2474 | out_free : |
2479 | Return 0 |
2482 | bail_early : |
2484 | Return err |
Name | Describe |
---|---|
__do_proc_douintvec |
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 |