Lines Matching full:into
44 * seq_buf_print_seq - move the contents of seq_buf into a seq_file
63 * Writes a vnprintf() format into the sequence buffer.
89 * Writes a printf() format into the sequence buffer.
145 * function, instead of wasting cycles converting the arguments into
150 * the conversion into the ASCII string within the buffer.
178 * Copy a simple string into the sequence buffer.
207 * Copy a single character into the sequence buffer.
225 * seq_buf_putmem - write raw data into the sequence buffer
227 * @mem: The raw memory to copy into the buffer
230 * There may be cases where raw memory needs to be written into the
253 * seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex
259 * raw memory into the buffer it writes its ASCII representation of it
303 * seq_buf_path - copy a path into the sequence buffer
305 * @path: path to write into the sequence buffer.
308 * Write a path name into the sequence buffer.
340 * Copies the sequence buffer into the userspace memory pointed to
379 * seq_buf_hex_dump - print formatted hex dump into the sequence buffer
394 * 32 * 3 - maximum bytes per line, each printed into 2 chars + 1 for