Lines Matching full:into
34 * seq_buf_print_seq - move the contents of seq_buf into a seq_file
53 * Writes a vnprintf() format into the sequencce buffer.
79 * Writes a printf() format into the sequence buffer.
105 * function, instead of wasting cycles converting the arguments into
110 * the conversion into the ASCII string within the buffer.
138 * Copy a simple string into the sequence buffer.
166 * Copy a single character into the sequence buffer.
183 * seq_buf_putmem - write raw data into the sequenc buffer
185 * @mem: The raw memory to copy into the buffer
188 * There may be cases where raw memory needs to be written into the
211 * seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex
217 * raw memory into the buffer it writes its ASCII representation of it
257 * seq_buf_path - copy a path into the sequence buffer
259 * @path: path to write into the sequence buffer.
262 * Write a path name into the sequence buffer.
293 * Copies the sequence buffer into the userspace memory pointed to
334 * seq_buf_hex_dump - print formatted hex dump into the sequence buffer
349 * 32 * 3 - maximum bytes per line, each printed into 2 chars + 1 for