uio.9 (1ba0d51a7bfd0310c371146e23c159b606179183) uio.9 (6b35d82c342b1d49316ae43e7277fc8717a93288)
1.\"
2.\" Copyright (c) 1997 Joerg Wunsch
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 135 unchanged lines hidden (view full) ---

144.Va uio_offset
145and
146.Va uio_resid
147values against the size of the existing buffer, handling short
148transfers when the request partially overlaps the buffer.
149When
150.Va uio_offset
151is greater than or equal to the buffer size, the result is success
1.\"
2.\" Copyright (c) 1997 Joerg Wunsch
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 135 unchanged lines hidden (view full) ---

144.Va uio_offset
145and
146.Va uio_resid
147values against the size of the existing buffer, handling short
148transfers when the request partially overlaps the buffer.
149When
150.Va uio_offset
151is greater than or equal to the buffer size, the result is success
152with no bytes transfered, effectively signaling EOF.
152with no bytes transferred, effectively signaling EOF.
153.Sh RETURN VALUES
154On success
155.Fn uiomove ,
156.Fn uiomove_frombuf ,
157and
158.Fn uiomove_nofault
159will return 0; on error they will return an appropriate error code.
160.Sh EXAMPLES

--- 77 unchanged lines hidden ---
153.Sh RETURN VALUES
154On success
155.Fn uiomove ,
156.Fn uiomove_frombuf ,
157and
158.Fn uiomove_nofault
159will return 0; on error they will return an appropriate error code.
160.Sh EXAMPLES

--- 77 unchanged lines hidden ---