Lines Matching defs:touser
175 char *touser, *ptr;
181 touser = kzalloc(MBOX_HEXDUMP_MAX_LEN + 1, GFP_KERNEL);
182 if (!touser)
186 ret = snprintf(touser, 20, "<NO RX CAPABILITY>\n");
188 touser, ret);
219 MBOX_BYTES_PER_LINE, 1, touser + l,
224 *(touser + (l - 1)) = '\n';
226 *(touser + l) = '\0';
233 ret = simple_read_from_buffer(userbuf, count, ppos, touser, MBOX_HEXDUMP_MAX_LEN);
238 kfree(touser);