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
43 * trace_print_seq - move the contents of trace_seq into a seq_file
77 * trace_seq_printf() is used to store strings into a special
79 * the sequencer or pulled into another buffer.
109 * Writes a ASCII representation of a bitmask string into @s.
137 * trace_seq_printf is used to store strings into a special
139 * the sequencer or pulled into another buffer.
168 * function, instead of wasting cycles converting the arguments into
173 * the conversion into the ASCII string within the buffer.
202 * into a special buffer (@s) for later retrieval by a sequencer
230 * into a special buffer (@s) for later retrieval by a sequencer
250 * trace_seq_putmem - write raw data into the trace_seq buffer
252 * @mem: The raw memory to copy into the buffer
255 * There may be cases where raw memory needs to be written into the
276 * trace_seq_putmem_hex - write raw memory into the buffer in ASCII hex
282 * raw memory into the buffer it writes its ASCII representation of it
313 * trace_seq_path - copy a path into the sequence buffer
315 * @path: path to write into the sequence buffer.
317 * Write a path name into the sequence buffer.
356 * Copies the sequence buffer into the userspace memory pointed to