Lines Matching +full:lock +full:- +full:less

8 …formation Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifica…
15 write, pwrite, writev, pwritev\- write on a file
84 is set (see \fBchmod\fR(2)), and there is a record lock owned by another
107 reaching a limit. A \fBwrite()\fR of 512-bytes returns 20. The next
108 \fBwrite()\fR of a non-zero number of bytes gives a failure return (except as
155 Write requests of \fB{PIPE_BUF}\fR bytes or less are guaranteed not to be
223 and the minimum value is non-zero, \fBwrite()\fR fails and sets \fBerrno\fR to
224 \fBERANGE\fR. Writing a zero-length buffer (\fInbyte\fR is zero) to a streams
226 zero-length buffer to a pipe or FIFO sends no message and zero is returned.
228 zero-length messages to be sent across the pipe or FIFO (see
247 \fBwrite()\fR returns \fB-1\fR and sets \fBerrno\fR to \fBEAGAIN\fR.
277 than 0 and less than or equal to \fB{IOV_MAX}\fR. See \fBIntro\fR(2) for a
315 than \fInbyte\fR. Otherwise, \fB\(mi1\fR is returned, the file-pointer remains
320 written. Otherwise, it returns \fB\(mi1\fR, the file-pointer remains
333 set, and there is a blocking record lock; an attempt is made to write to a
335 flag set; or a write to a pipe or FIFO of \fBPIPE_BUF\fR bytes or less is
336 requested and less than \fInbytes\fR of free space is available.
427 locked in the system, or the system record lock table was full and the write
428 could not go to sleep until the blocking record lock was removed.
546 A request was made of a non-existent device, or the request was outside the
573 The \fIiovcnt\fR argument was less than or equal to 0 or greater than
581 The \fBpwrite()\fR function has a transitional interface for 64-bit file
597 MT-Level \fBwrite()\fR is Async-Signal-Safe