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.
138 * trace_seq_printf is used to store strings into a special
140 * the sequencer or pulled into another buffer.
169 * function, instead of wasting cycles converting the arguments into
174 * the conversion into the ASCII string within the buffer.
203 * into a special buffer (@s) for later retrieval by a sequencer
231 * into a special buffer (@s) for later retrieval by a sequencer
251 * trace_seq_putmem - write raw data into the trace_seq buffer
253 * @mem: The raw memory to copy into the buffer
256 * There may be cases where raw memory needs to be written into the
277 * trace_seq_putmem_hex - write raw memory into the buffer in ASCII hex
283 * raw memory into the buffer it writes its ASCII representation of it
314 * trace_seq_path - copy a path into the sequence buffer
316 * @path: path to write into the sequence buffer.
318 * Write a path name into the sequence buffer.
357 * Copies the sequence buffer into the userspace memory pointed to
414 * user can fill string into that buffer.