Xenomai
3.0.5
|
Regular vfile iterator. More...
Data Fields | |
loff_t | pos |
Current record position while iterating. More... | |
struct seq_file * | seq |
Backlink to the host sequential file supporting the vfile. More... | |
struct xnvfile_regular * | vfile |
Backlink to the vfile being read. More... | |
char | private [0] |
Start of private area. More... | |
loff_t xnvfile_regular_iterator::pos |
Current record position while iterating.
char xnvfile_regular_iterator::private[0] |
Start of private area.
Use xnvfile_iterator_priv() to address it.
struct seq_file* xnvfile_regular_iterator::seq |
Backlink to the host sequential file supporting the vfile.
struct xnvfile_regular* xnvfile_regular_iterator::vfile |
Backlink to the vfile being read.