diff options
Diffstat (limited to 'usr/src/man/man9f')
-rw-r--r-- | usr/src/man/man9f/inb.9f | 12 | ||||
-rw-r--r-- | usr/src/man/man9f/ldi_ev_register_callbacks.9f | 17 | ||||
-rw-r--r-- | usr/src/man/man9f/ldi_ev_remove_callbacks.9f | 6 | ||||
-rw-r--r-- | usr/src/man/man9f/outb.9f | 12 |
4 files changed, 24 insertions, 23 deletions
diff --git a/usr/src/man/man9f/inb.9f b/usr/src/man/man9f/inb.9f index 0f4ea2df4d..61fc3c1444 100644 --- a/usr/src/man/man9f/inb.9f +++ b/usr/src/man/man9f/inb.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 INB 9F "Jan 16, 2006" +.TH INB 9F "Oct 24, 2012" .SH NAME inb, inw, inl, repinsb, repinsw, repinsd \- read from an I/O port .SH SYNOPSIS @@ -49,9 +49,9 @@ inb, inw, inl, repinsb, repinsw, repinsd \- read from an I/O port .LP The functions described here are obsolete. For the \fBinb()\fR, \fBinw()\fR, and \fBinl()\fR functions, use, respectively, \fBddi_get8\fR(9F), -\fBddi_get8\fR(9F), and \fBddi_get8\fR(9F) instead. For \fBrepinsb()\fR, +\fBddi_get16\fR(9F), and \fBddi_get32\fR(9F) instead. For \fBrepinsb()\fR, \fBrepinsw()\fR, and\fBrepinsl()\fR, use, respectively, \fBddi_rep_get8\fR(9F), -\fBddi_rep_get8\fR(9F), and \fBddi_rep_get8\fR(9F) instead. +\fBddi_rep_get16\fR(9F), and \fBddi_rep_get32\fR(9F) instead. .SH PARAMETERS .sp .ne 2 @@ -126,9 +126,9 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBisa\fR(4), \fBattributes\fR(5), \fBddi_get8\fR(9F), \fBddi_get8\fR(9F), -\fBddi_get8\fR(9F), \fBddi_rep_get8\fR(9F), \fBddi_rep_get8\fR(9F), -\fBddi_rep_get8\fR(9F), \fBoutb\fR(9F) +\fBisa\fR(4), \fBattributes\fR(5), \fBddi_get8\fR(9F), \fBddi_get16\fR(9F), +\fBddi_get32\fR(9F), \fBddi_rep_get8\fR(9F), \fBddi_rep_get16\fR(9F), +\fBddi_rep_get32\fR(9F), \fBoutb\fR(9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ldi_ev_register_callbacks.9f b/usr/src/man/man9f/ldi_ev_register_callbacks.9f index 68dddced81..07f41c8f2f 100644 --- a/usr/src/man/man9f/ldi_ev_register_callbacks.9f +++ b/usr/src/man/man9f/ldi_ev_register_callbacks.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 LDI_EV_REGISTER_CALLBACKS 9F "Aug 21, 2007" +.TH LDI_EV_REGISTER_CALLBACKS 9F "Oct 24, 2012" .SH NAME ldi_ev_register_callbacks \- add a notify and/or finalize callback .SH SYNOPSIS @@ -11,8 +11,9 @@ ldi_ev_register_callbacks \- add a notify and/or finalize callback .nf #include <sys/sunldi.h> -\fBint\fR \fBldi_ev_get_cookie\fR(\fIldi_handle_t lh\fR, \fIldi_ev_cookie_t *cookie\fR, - \fIldi_ev_callback_t *callb\fR, \fBvoid\fR \fI*arg\fR, \fIldi_ev_callback_id_t *id\fR); +\fBint\fR \fBldi_ev_register_callbacks\fR(\fIldi_handle_t lh\fR, + \fIldi_ev_cookie_t *cookie\fR, \fIldi_ev_callback_t *callb\fR, + \fBvoid\fR \fI*arg\fR, \fIldi_callback_id_t *id\fR); .fi .SH INTERFACE LEVEL @@ -106,7 +107,7 @@ Event specific data. .sp .ne 2 .na -\fB\fBvoid *arg\fR\fR +\fB\fBvoid\fR *\fIarg\fR\fR .ad .sp .6 .RS 4n @@ -116,7 +117,7 @@ A pointer to opaque caller private data. .sp .ne 2 .na -\fB\fBldi_ev_callback_id_t *id\fR\fR +\fB\fIldi_callback_id_t *id\fR\fR .ad .sp .6 .RS 4n @@ -322,7 +323,7 @@ and \fBldi_ev_finalize\fR(9F)). .sp .LP Once the registration of the callback(s) is successful, an opaque -\fIldi_ev_callback_id_t\fR structure is returned which may be used to +\fIldi_callback_id_t\fR structure is returned which may be used to unregister the callback(s) later. .SH RETURN VALUES .sp @@ -385,7 +386,7 @@ event_register(void) } static void -event_unregister(ldi_ev_callback_id_t id) +event_unregister(ldi_callback_id_t id) { ldi_ev_remove_callbacks(id); } @@ -495,7 +496,7 @@ event_register(void) } static void -event_unregister(ldi_ev_callback_id_t id) +event_unregister(ldi_callback_id_t id) { ldi_ev_remove_callbacks(id); } diff --git a/usr/src/man/man9f/ldi_ev_remove_callbacks.9f b/usr/src/man/man9f/ldi_ev_remove_callbacks.9f index 6f32406473..2a5a1b27cf 100644 --- a/usr/src/man/man9f/ldi_ev_remove_callbacks.9f +++ b/usr/src/man/man9f/ldi_ev_remove_callbacks.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 LDI_EV_REMOVE_CALLBACKS 9F "Aug 21, 2007" +.TH LDI_EV_REMOVE_CALLBACKS 9F "Oct 24, 2012" .SH NAME ldi_ev_remove_callbacks \- remove all callbacks for a given callback ID .SH SYNOPSIS @@ -11,7 +11,7 @@ ldi_ev_remove_callbacks \- remove all callbacks for a given callback ID .nf #include <sys/sunldi.h> -\fBvoid\fR \fBldi_ev_remove_callbacks\fR(\fIldi_ev_callback_id_t id\fR); +\fBvoid\fR \fBldi_ev_remove_callbacks\fR(\fIldi_callback_id_t id\fR); .fi .SH INTERFACE LEVEL @@ -22,7 +22,7 @@ Solaris DDI specific (Solaris DDI) .sp .ne 2 .na -\fB\fIldi_ev_callback_id_t id\fR\fR +\fB\fIldi_callback_id_t id\fR\fR .ad .sp .6 .RS 4n diff --git a/usr/src/man/man9f/outb.9f b/usr/src/man/man9f/outb.9f index cacd669d30..d839c2f012 100644 --- a/usr/src/man/man9f/outb.9f +++ b/usr/src/man/man9f/outb.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 OUTB 9F "Jan 16, 2006" +.TH OUTB 9F "Oct 24, 2012" .SH NAME outb, outw, outl, repoutsb, repoutsw, repoutsd \- write to an I/O port .SH SYNOPSIS @@ -45,9 +45,9 @@ outb, outw, outl, repoutsb, repoutsw, repoutsd \- write to an I/O port .LP The functions described here are obsolete. For the \fBoutb()\fR, \fBoutw()\fR, and \fBoutl()\fR functions use, respectively, \fBddi_put8\fR(9F), -\fBddi_put8\fR(9F), and \fBddi_put8\fR(9F) instead. For \fBrepoutsb()\fR, +\fBddi_put16\fR(9F), and \fBddi_put32\fR(9F) instead. For \fBrepoutsb()\fR, \fBrepoutsw()\fR, and\fBrepoutsl()\fR, use, respectively, -\fBddi_rep_put8\fR(9F), \fBddi_rep_put8\fR(9F), and \fBddi_rep_put8\fR(9F) +\fBddi_rep_put8\fR(9F), \fBddi_rep_put16\fR(9F), and \fBddi_rep_put32\fR(9F) instead. .SH PARAMETERS .sp @@ -127,9 +127,9 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBisa\fR(4), \fBattributes\fR(5), \fBddi_put8\fR(9F), \fBddi_put8\fR(9F), -\fBddi_put8\fR(9F), \fBddi_rep_put8\fR(9F), \fBddi_rep_put8\fR(9F), -\fBddi_rep_put8\fR(9F), \fBinb\fR(9F) +\fBisa\fR(4), \fBattributes\fR(5), \fBddi_put8\fR(9F), \fBddi_put16\fR(9F), +\fBddi_put32\fR(9F), \fBddi_rep_put8\fR(9F), \fBddi_rep_put16\fR(9F), +\fBddi_rep_put32\fR(9F), \fBinb\fR(9F) .sp .LP \fIWriting Device Drivers\fR |