seq_open man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

SEQ_OPEN(9)			 The Linux VFS			   SEQ_OPEN(9)

NAME
       seq_open - initialize sequential file

SYNOPSIS
       int seq_open(struct file * file, const struct seq_operations * op);

ARGUMENTS
       file
	   file we initialize

       op
	   method table describing the sequence

DESCRIPTION
       seq_open sets file, associating it with a sequence described by op.
       op->start sets the iterator up and returns the first element of
       sequence.  op->stop shuts it down.  op->next returns the next element
       of sequence.  op->show prints element into the buffer. In case of error
       ->start and ->next return ERR_PTR(error). In the end of sequence they
       return NULL. ->show returns 0 in case of success and negative number in
       case of error. Returning SEQ_SKIP means “discard this element and move
       on”.

COPYRIGHT
Kernel Hackers Manual 2.6.	 November 2013			   SEQ_OPEN(9)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net