Xenomai  3.0.5
xnvfile_regular_iterator Struct Reference

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...
 

Detailed Description

Regular vfile iterator.

This structure defines an iterator over a regular vfile.

Field Documentation

◆ pos

loff_t xnvfile_regular_iterator::pos

Current record position while iterating.

◆ private

char xnvfile_regular_iterator::private[0]

Start of private area.

Use xnvfile_iterator_priv() to address it.

◆ seq

struct seq_file* xnvfile_regular_iterator::seq

Backlink to the host sequential file supporting the vfile.

◆ vfile

struct xnvfile_regular* xnvfile_regular_iterator::vfile

Backlink to the vfile being read.


The documentation for this struct was generated from the following file: