table of contents
other versions
- wheezy 3.2.78-1
SEQ_WRITE(9) | The Linux VFS | SEQ_WRITE(9) |
NAME¶
seq_write - write arbitrary data to bufferSYNOPSIS¶
int
seq_write(struct seq_file * seq,
const void * data,
size_t len);
ARGUMENTS¶
seqseq_file identifying the buffer to which data
should be written
data
data address
len
number of bytes
DESCRIPTION¶
Return 0 on success, non-zero otherwise.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |