'\" t .\" Title: seq_write .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SEQ_WRITE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" seq_write \- write arbitrary data to buffer .SH "SYNOPSIS" .HP \w'int\ seq_write('u .BI "int seq_write(struct\ seq_file\ *\ " "seq" ", const\ void\ *\ " "data" ", size_t\ " "len" ");" .SH "ARGUMENTS" .PP \fIseq\fR .RS 4 seq_file identifying the buffer to which data should be written .RE .PP \fIdata\fR .RS 4 data address .RE .PP \fIlen\fR .RS 4 number of bytes .RE .SH "DESCRIPTION" .PP Return 0 on success, non\-zero otherwise\&. .SH "COPYRIGHT" .br