Lines Matching full:into
20 * sprintf() there will not be a partial write (well it may write into
22 * try to write something into the trace_seq buffer and if it fails
46 * trace_print_seq - move the contents of trace_seq into a seq_file
80 * trace_seq_printf() is used to store strings into a special
82 * the sequencer or pulled into another buffer.
112 * Writes a ASCII representation of a bitmask string into @s.
140 * trace_seq_printf is used to store strings into a special
142 * the sequencer or pulled into another buffer.
171 * function, instead of wasting cycles converting the arguments into
176 * the conversion into the ASCII string within the buffer.
205 * into a special buffer (@s) for later retrieval by a sequencer
233 * into a special buffer (@s) for later retrieval by a sequencer
253 * trace_seq_putmem - write raw data into the trace_seq buffer
255 * @mem: The raw memory to copy into the buffer
258 * There may be cases where raw memory needs to be written into the
279 * trace_seq_putmem_hex - write raw memory into the buffer in ASCII hex
285 * raw memory into the buffer it writes its ASCII representation of it
316 * trace_seq_path - copy a path into the sequence buffer
318 * @path: path to write into the sequence buffer.
320 * Write a path name into the sequence buffer.
359 * Copies the sequence buffer into the userspace memory pointed to