Searched refs:proc_sys_call_handler (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/fs/proc/ |
H A D | proc_sysctl.c | 516 static ssize_t proc_sys_call_handler(struct file *filp, void __user *buf, proc_sys_call_handler() function 555 return proc_sys_call_handler(filp, (void __user *)buf, count, ppos, 0); proc_sys_read() 561 return proc_sys_call_handler(filp, (void __user *)buf, count, ppos, 1); proc_sys_write()
|
Completed in 87 milliseconds