Lines Matching refs:lenp
63 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_xprt() argument
69 *lenp = 0; in proc_do_xprt()
73 len = memory_read_from_buffer(buffer, *lenp, ppos, tmpbuf, len); in proc_do_xprt()
76 *lenp = 0; in proc_do_xprt()
79 *lenp = len; in proc_do_xprt()
84 proc_dodebug(struct ctl_table *table, int write, void *buffer, size_t *lenp, in proc_dodebug() argument
92 if ((*ppos && !write) || !*lenp) { in proc_dodebug()
93 *lenp = 0; in proc_dodebug()
97 left = *lenp; in proc_dodebug()
140 *lenp -= left; in proc_dodebug()
141 *ppos += *lenp; in proc_dodebug()