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.
104 * function, instead of wasting cycles converting the arguments into
109 * the conversion into the ASCII string within the buffer.
137 * Copy a simple string into the sequence buffer.
165 * Copy a single character into the sequence buffer.
182 * seq_buf_putmem - write raw data into the sequenc buffer
184 * @mem: The raw memory to copy into the buffer
187 * There may be cases where raw memory needs to be written into the
210 * seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex
216 * raw memory into the buffer it writes its ASCII representation of it
256 * seq_buf_path - copy a path into the sequence buffer
258 * @path: path to write into the sequence buffer.
261 * Write a path name into the sequence buffer.
292 * Copies the sequence buffer into the userspace memory pointed to