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