Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 3 of 3) sorted by relevance

/ipc/
Dipc_sysctl.c31 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()
[all …]
Dmq_sysctl.c26 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_mq_dointvec_minmax() argument
32 return proc_dointvec_minmax(&mq_table, write, buffer, in proc_mq_dointvec_minmax()
Dmqueue.c489 char buffer[FILENT_SIZE]; in mqueue_read_file() local
493 snprintf(buffer, sizeof(buffer), in mqueue_read_file()
502 buffer[sizeof(buffer)-1] = '\0'; in mqueue_read_file()
504 ret = simple_read_from_buffer(u_data, count, off, buffer, in mqueue_read_file()
505 strlen(buffer)); in mqueue_read_file()