diff options
Diffstat (limited to 'usr/src/man/man9f/biodone.9f')
| -rw-r--r-- | usr/src/man/man9f/biodone.9f | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr/src/man/man9f/biodone.9f b/usr/src/man/man9f/biodone.9f index 4725f53e5d..843745190b 100644 --- a/usr/src/man/man9f/biodone.9f +++ b/usr/src/man/man9f/biodone.9f @@ -1,10 +1,10 @@ '\" te -.\" Copyright 1989 AT&T +.\" Copyright 1989 AT&T .\" Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH biodone 9F "16 Jan 2006" "SunOS 5.11" "Kernel Functions for Drivers" +.TH BIODONE 9F "Jan 16, 2006" .SH NAME biodone \- release buffer after buffer I/O transfer and notify blocked threads .SH SYNOPSIS @@ -25,12 +25,10 @@ Architecture independent level 1 (DDI/DKI). .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIbp\fR\fR .ad .RS 6n -.rt Pointer to a \fBbuf\fR(9S) structure. .RE @@ -93,7 +91,7 @@ device, the routine will report an error condition. In either case, report the 23 } else { /* I/O attempt is beyond */ 24 bp->b_error = ENXIO; /* limits of RAM disk */ 25 bp->b_flags |= B_ERROR; /* return error */ -26 } +26 } 27 biodone(bp); /* mark I/O complete (B_DONE) */ 28 /* 29 * Wake any processes awaiting this I/O @@ -101,8 +99,8 @@ device, the routine will report an error condition. In either case, report the 31 * (B_ASYNC) request. 32 */ 33 return (0); -34 } - .\|.\|.\| +34 } + .\|.\|.\| .fi .in -2 |
