diff options
Diffstat (limited to 'usr/src/man/man9f/ddi_intr_add_handler.9f')
-rw-r--r-- | usr/src/man/man9f/ddi_intr_add_handler.9f | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/usr/src/man/man9f/ddi_intr_add_handler.9f b/usr/src/man/man9f/ddi_intr_add_handler.9f index 9326ed69cf..37f54a8adc 100644 --- a/usr/src/man/man9f/ddi_intr_add_handler.9f +++ b/usr/src/man/man9f/ddi_intr_add_handler.9f @@ -3,7 +3,7 @@ .\" 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 ddi_intr_add_handler 9F "22 Apr 2005" "SunOS 5.11" "Kernel Functions for Drivers" +.TH DDI_INTR_ADD_HANDLER 9F "Apr 22, 2005" .SH NAME ddi_intr_add_handler, ddi_intr_remove_handler \- add or remove interrupt handler @@ -17,7 +17,7 @@ handler -\fBint\fR \fBddi_intr_add_handler\fR(\fBddi_intr_handle_t *\fR\fIh\fR, +\fBint\fR \fBddi_intr_add_handler\fR(\fBddi_intr_handle_t *\fR\fIh\fR, \fBddi_intr_handler_t\fR \fIinthandler\fR, \fBvoid *\fR\fIarg1\fR, \fBvoid *\fR\fIarg2\fR); .fi @@ -37,45 +37,37 @@ Solaris DDI specific (Solaris DDI). \fBddi_intr_add_handler()\fR .sp .ne 2 -.mk .na \fB\fIh\fR\fR .ad .RS 14n -.rt Pointer to the DDI interrupt handle .RE .sp .ne 2 -.mk .na \fB\fIinthandler\fR\fR .ad .RS 14n -.rt Pointer to interrupt handler .RE .sp .ne 2 -.mk .na \fB\fIarg1\fR\fR .ad .RS 14n -.rt First argument for the interrupt handler .RE .sp .ne 2 -.mk .na \fB\fIarg2\fR\fR .ad .RS 14n -.rt Second, optional, argument for the interrupt handler .RE @@ -84,12 +76,10 @@ Second, optional, argument for the interrupt handler \fBddi_intr_remove_handler()\fR .sp .ne 2 -.mk .na \fB\fIh\fR\fR .ad .RS 5n -.rt DDI interrupt handle .RE @@ -138,34 +128,28 @@ The \fBddi_intr_add_handler()\fR and \fBddi_intr_remove_handler()\fR functions return: .sp .ne 2 -.mk .na \fB\fBDDI_SUCCESS\fR\fR .ad .RS 15n -.rt On success. .RE .sp .ne 2 -.mk .na \fB\fBDDI_EINVAL\fR\fR .ad .RS 15n -.rt On encountering invalid input parameters. .RE .sp .ne 2 -.mk .na \fB\fBDDI_FAILURE\fR\fR .ad .RS 15n -.rt On any implementation specific failure. .RE @@ -182,13 +166,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityCommitted +Interface Stability Committed .TE .SH SEE ALSO |