Deleted Added
full compact
g_bio.9 (129387) g_bio.9 (130843)
1.\"
2.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man9/g_bio.9 129387 2004-05-18 12:36:12Z le $
25.\" $FreeBSD: head/share/man/man9/g_bio.9 130843 2004-06-21 14:11:45Z mpp $
26.\"
27.Dd January 16, 2004
28.Dt g_bio 9
29.Os
30.Sh NAME
31.Nm g_new_bio ,
32.Nm g_clone_bio ,
33.Nm g_destroy_bio ,

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

81.Bl -tag -width BIO_GETATTR
82.It Dv BIO_ERROR
83Request failed (error value is stored in
84.Va bio_error
85field).
86.It Dv BIO_DONE
87Request finished.
88.It Dv BIO_FLAG1
26.\"
27.Dd January 16, 2004
28.Dt g_bio 9
29.Os
30.Sh NAME
31.Nm g_new_bio ,
32.Nm g_clone_bio ,
33.Nm g_destroy_bio ,

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

81.Bl -tag -width BIO_GETATTR
82.It Dv BIO_ERROR
83Request failed (error value is stored in
84.Va bio_error
85field).
86.It Dv BIO_DONE
87Request finished.
88.It Dv BIO_FLAG1
89Avaliable for private use.
89Available for private use.
90.It Dv BIO_FLAG2
90.It Dv BIO_FLAG2
91Avaliable for private use.
91Available for private use.
92.El
93.It Va bio_error
94Error value when BIO_ERROR is set.
95.It Va bio_done
96Pointer to function which will be called when the request is finished.
97.It Va bio_driver1
98Private use by the callee (ie: the provider).
99.It Va bio_driver2

--- 147 unchanged lines hidden ---
92.El
93.It Va bio_error
94Error value when BIO_ERROR is set.
95.It Va bio_done
96Pointer to function which will be called when the request is finished.
97.It Va bio_driver1
98Private use by the callee (ie: the provider).
99.It Va bio_driver2

--- 147 unchanged lines hidden ---