Lines Matching defs:text_buf
32 * prb_reserve(). On success, prb_reserve() sets @info and @text_buf to
37 * prb_read_valid(). Note that the reader provides the @info and @text_buf,
39 * the char array pointed to by @text_buf will be filled with text data.
43 char *text_buf;
232 #define _DEFINE_PRINTKRB(name, descbits, avgtextbits, text_buf) \
264 .data = text_buf, \
299 r->text_buf = NULL;
311 char *text_buf, unsigned int text_buf_size,
323 * @text_buf: A buffer to store text data.
324 * @text_buf_size: The size of @text_buf.
332 char *text_buf, unsigned int text_buf_size)
335 r->text_buf = text_buf;