Lines Matching full:into
17 * sprintf() there will not be a partial write (well it may write into
19 * try to write something into the trace_seq buffer and if it fails
40 * trace_print_seq - move the contents of trace_seq into a seq_file
74 * trace_seq_printf() is used to store strings into a special
76 * the sequencer or pulled into another buffer.
106 * Writes a ASCII representation of a bitmask string into @s.
135 * trace_seq_printf is used to store strings into a special
137 * the sequencer or pulled into another buffer.
166 * function, instead of wasting cycles converting the arguments into
171 * the conversion into the ASCII string within the buffer.
200 * into a special buffer (@s) for later retrieval by a sequencer
228 * into a special buffer (@s) for later retrieval by a sequencer
248 * trace_seq_putmem - write raw data into the trace_seq buffer
250 * @mem: The raw memory to copy into the buffer
253 * There may be cases where raw memory needs to be written into the
274 * trace_seq_putmem_hex - write raw memory into the buffer in ASCII hex
280 * raw memory into the buffer it writes its ASCII representation of it
311 * trace_seq_path - copy a path into the sequence buffer
313 * @path: path to write into the sequence buffer.
315 * Write a path name into the sequence buffer.
354 * Copies the sequence buffer into the userspace memory pointed to
415 * user can fill string into that buffer.