Lines Matching refs:output
11 Virtual files can provide human-readable output that is easy to get at
18 string. But life gets trickier if the output is long - anything greater
22 middle of a line of output. The kernel has traditionally had a number of
35 * Some utility functions for formatting objects for output without
36 needing to worry about things like output buffers.
51 Then concatenate the output files out1 and out2 and get the right
81 will output as its position.
107 top of the output. SEQ_START_TOKEN should only be used if the offset is
134 by the iterator for output. The example module's show() function is:
147 generated output before returning SEQ_SKIP, that output will be dropped.
166 through the data to be output. Counters can be useful, but it could also be
175 Formatted output
177 The seq_file code manages positioning within the output created by the
179 output must be passed to the seq_file code. Some utility functions have
185 For straight character output, the following functions may be used:
191 The first two output a single character and a string, just like one would
193 which is in the string esc will be represented in octal form in the output.
203 which should be escaped in the output. A call to seq_path() will output
208 A function producing complicated output may want to check
210 and avoid further seq_<output> calls if true is returned.
219 So far, we have a nice set of functions which can produce output within the
327 output that the virtual file will contain. The file's open() method then
334 When output time comes, the show() function will be called once. The data