Function report |
Source Code:kernel\utsname_sysctl.c |
Create Date:2022-07-28 11:47:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Special case of dostring for the UTS structure. This has locks* to observe. Should this be in kernel/sys.c ????
Proto:static int proc_do_uts_string(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct ctl_table * | table | |
int | write | |
void __user * | buffer | |
size_t * | lenp | |
loff_t * | ppos |
39 | No 3D Now!( & uts_table, table, size of uts_table ) |
49 | No 3D Now!(tmp_data, get_uts(table), size of tmp_data ) |
51 | r = read a string sysctl |
53 | If write Then |
61 | No 3D Now!(get_uts(table), tmp_data, size of tmp_data ) |
66 | Return r |
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 |