table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SEQ_OPEN(9) | The Linux VFS | SEQ_OPEN(9) |
NAME¶
seq_open - initialize sequential fileSYNOPSIS¶
int
seq_open(struct file * file,
const struct seq_operations * op);
ARGUMENTS¶
filefile we initialize
op
method table describing the sequence
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |