Lines Matching refs:buffer
31 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec() argument
38 return proc_dointvec(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_dointvec()
42 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec_minmax() argument
49 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_dointvec_minmax()
53 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec_minmax_orphans() argument
56 int err = proc_ipc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_ipc_dointvec_minmax_orphans()
66 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_callback_dointvec() argument
75 rc = proc_dointvec(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_callback_dointvec()
89 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_doulongvec_minmax() argument
95 return proc_doulongvec_minmax(&ipc_table, write, buffer, in proc_ipc_doulongvec_minmax()
123 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipcauto_dointvec_minmax() argument
134 rc = proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipcauto_dointvec_minmax()