Lines Matching refs:show
49 * returns the next element of sequence. @op->show() prints element
51 * ERR_PTR(error). In the end of sequence they return %NULL. ->show()
111 error = m->op->show(m, p);
230 err = m->op->show(m, p);
233 if (unlikely(err)) // ->show() says "skip it"
272 err = m->op->show(m, p);
273 if (err > 0) { // ->show() says "skip it"
561 int single_open(struct file *file, int (*show)(struct seq_file *, void *),
571 op->show = show;
582 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *),
589 ret = single_open(file, show, data);
683 * This routine is very quick when you show lots of numbers.
734 * This routine is very quick when you show lots of numbers.