Searched refs:buffer (Results 1 – 3 of 3) sorted by relevance
/ipc/ |
D | ipc_sysctl.c | 27 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec() argument 34 return proc_dointvec(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_dointvec() 38 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec_minmax() argument 45 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_dointvec_minmax() 49 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_dointvec_minmax_orphans() argument 52 int err = proc_ipc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_ipc_dointvec_minmax_orphans() 62 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_doulongvec_minmax() argument 68 return proc_doulongvec_minmax(&ipc_table, write, buffer, in proc_ipc_doulongvec_minmax() 73 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_ipc_auto_msgmni() argument 84 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_auto_msgmni() [all …]
|
D | mq_sysctl.c | 22 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_mq_dointvec() argument 28 return proc_dointvec(&mq_table, write, buffer, lenp, ppos); in proc_mq_dointvec() 32 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_mq_dointvec_minmax() argument 38 return proc_dointvec_minmax(&mq_table, write, buffer, in proc_mq_dointvec_minmax()
|
D | mqueue.c | 565 char buffer[FILENT_SIZE]; in mqueue_read_file() local 569 snprintf(buffer, sizeof(buffer), in mqueue_read_file() 578 buffer[sizeof(buffer)-1] = '\0'; in mqueue_read_file() 580 ret = simple_read_from_buffer(u_data, count, off, buffer, in mqueue_read_file() 581 strlen(buffer)); in mqueue_read_file()
|