Lines Matching refs:output

16 Virtual files can provide human-readable output that is easy to get at
23 string. But life gets trickier if the output is long - anything greater
27 middle of a line of output. The kernel has traditionally had a number of
40 * Some utility functions for formatting objects for output without
41 needing to worry about things like output buffers.
56 Then concatenate the output files out1 and out2 and get the right
100 will output as its position.
131 output. SEQ_START_TOKEN should only be used if the offset is zero,
180 by the iterator for output. The example module's show() function is::
193 generated output before returning SEQ_SKIP, that output will be dropped.
212 through the data to be output. Counters can be useful, but it could also be
227 Formatted output
230 The seq_file code manages positioning within the output created by the
232 output must be passed to the seq_file code. Some utility functions have
238 For straight character output, the following functions may be used::
244 The first two output a single character and a string, just like one would
246 which is in the string esc will be represented in octal form in the output.
256 which should be escaped in the output. A call to seq_path() will output
261 A function producing complicated output may want to check::
265 and avoid further seq_<output> calls if true is returned.
275 So far, we have a nice set of functions which can produce output within the
385 output that the virtual file will contain. The file's open() method then
392 When output time comes, the show() function will be called once. The data