diff options
Diffstat (limited to 'usr/src/man/man9f')
449 files changed, 2460 insertions, 1176 deletions
diff --git a/usr/src/man/man9f/Intro.9f b/usr/src/man/man9f/Intro.9f index cbf25e453c..3e0627b878 100644 --- a/usr/src/man/man9f/Intro.9f +++ b/usr/src/man/man9f/Intro.9f @@ -801,4 +801,5 @@ _ .TE .SH SEE ALSO -\fBIntro\fR(9E), \fBmutex\fR(9F) +.BR Intro (9E), +.BR mutex (9F) diff --git a/usr/src/man/man9f/RD.9f b/usr/src/man/man9f/RD.9f index 87ebf21435..eba272e4ad 100644 --- a/usr/src/man/man9f/RD.9f +++ b/usr/src/man/man9f/RD.9f @@ -60,7 +60,8 @@ See the \fBqreply\fR(9F) function page for an example of \fBRD()\fR. .SH SEE ALSO .sp .LP -\fBqreply\fR(9F), \fBWR\fR(9F) +.BR WR (9F), +.BR qreply (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/SAMESTR.9f b/usr/src/man/man9f/SAMESTR.9f index 9c1f2bc3db..3ffdf49d0c 100644 --- a/usr/src/man/man9f/SAMESTR.9f +++ b/usr/src/man/man9f/SAMESTR.9f @@ -53,7 +53,7 @@ The \fBSAMESTR()\fR function can be called from user, interrupt, context. .SH SEE ALSO .sp .LP -\fBOTHERQ\fR(9F) +.BR OTHERQ (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/STRUCT_DECL.9f b/usr/src/man/man9f/STRUCT_DECL.9f index fb80a1c341..479293aee0 100644 --- a/usr/src/man/man9f/STRUCT_DECL.9f +++ b/usr/src/man/man9f/STRUCT_DECL.9f @@ -433,7 +433,7 @@ wput_iocdata(queue_t *q, mblk_t *msgp) .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -447,7 +447,10 @@ Interface Stability Evolving .TE .SH SEE ALSO -\fBdevmap\fR(9E), \fBioctl\fR(9E), \fBmmap\fR(9E), \fBddi_mmap_get_model\fR(9F) +.BR devmap (9E), +.BR ioctl (9E), +.BR mmap (9E), +.BR ddi_mmap_get_model (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/WR.9f b/usr/src/man/man9f/WR.9f index 57c40abd5e..15211e932b 100644 --- a/usr/src/man/man9f/WR.9f +++ b/usr/src/man/man9f/WR.9f @@ -77,7 +77,9 @@ module-specific data structure for the minor device. .SH SEE ALSO .sp .LP -\fBclose\fR(9E), \fBOTHERQ\fR(9F), \fBRD\fR(9F) +.BR close (9E), +.BR OTHERQ (9F), +.BR RD (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/allocb.9f b/usr/src/man/man9f/allocb.9f index dee1712720..39295b9388 100644 --- a/usr/src/man/man9f/allocb.9f +++ b/usr/src/man/man9f/allocb.9f @@ -195,8 +195,14 @@ the \fBputnext\fR(9F) function is used to send the message upstream, returning .SH SEE ALSO .sp .LP -\fBRD\fR(9F), \fBbufcall\fR(9F), \fBesballoc\fR(9F), \fBesbbcall\fR(9F), -\fBputnext\fR(9F), \fBtestb\fR(9F), \fBdatab\fR(9S), \fBmsgb\fR(9S) +.BR RD (9F), +.BR bufcall (9F), +.BR esballoc (9F), +.BR esbbcall (9F), +.BR putnext (9F), +.BR testb (9F), +.BR datab (9S), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/atomic_add.9f b/usr/src/man/man9f/atomic_add.9f index fbdf7ba79f..927f0ea1f5 100644 --- a/usr/src/man/man9f/atomic_add.9f +++ b/usr/src/man/man9f/atomic_add.9f @@ -124,7 +124,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -140,10 +140,16 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), \fBatomic_cas\fR(9F), -\fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), \fBatomic_or\fR(9F), -\fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/atomic_and.9f b/usr/src/man/man9f/atomic_and.9f index 2d58b52e44..d6aa37fbb4 100644 --- a/usr/src/man/man9f/atomic_and.9f +++ b/usr/src/man/man9f/atomic_and.9f @@ -114,7 +114,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -130,10 +130,16 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_bits\fR(9F), \fBatomic_cas\fR(9F), -\fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), \fBatomic_or\fR(9F), -\fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/atomic_bits.9f b/usr/src/man/man9f/atomic_bits.9f index 75abf98414..638485c527 100644 --- a/usr/src/man/man9f/atomic_bits.9f +++ b/usr/src/man/man9f/atomic_bits.9f @@ -46,7 +46,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -62,7 +62,13 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_cas\fR(9F), -\fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), \fBatomic_or\fR(9F), -\fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) diff --git a/usr/src/man/man9f/atomic_cas.9f b/usr/src/man/man9f/atomic_cas.9f index 23c21eca9a..0e383224f6 100644 --- a/usr/src/man/man9f/atomic_cas.9f +++ b/usr/src/man/man9f/atomic_cas.9f @@ -86,7 +86,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -102,7 +102,13 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), -\fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), \fBatomic_or\fR(9F), -\fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) diff --git a/usr/src/man/man9f/atomic_dec.9f b/usr/src/man/man9f/atomic_dec.9f index fc4bd7941e..23903ff2e9 100644 --- a/usr/src/man/man9f/atomic_dec.9f +++ b/usr/src/man/man9f/atomic_dec.9f @@ -126,7 +126,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -142,10 +142,16 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), -\fBatomic_cas\fR(9F), \fBatomic_inc\fR(9F), \fBatomic_or\fR(9F), -\fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_inc (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/atomic_inc.9f b/usr/src/man/man9f/atomic_inc.9f index 3c3eab84f8..126fdadaf6 100644 --- a/usr/src/man/man9f/atomic_inc.9f +++ b/usr/src/man/man9f/atomic_inc.9f @@ -126,7 +126,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -142,10 +142,16 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), -\fBatomic_cas\fR(9F), \fBatomic_dec\fR(9F), \fBatomic_or\fR(9F), -\fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/atomic_ops.9f b/usr/src/man/man9f/atomic_ops.9f index 6c41335ea7..e77f3bc22b 100644 --- a/usr/src/man/man9f/atomic_ops.9f +++ b/usr/src/man/man9f/atomic_ops.9f @@ -95,7 +95,7 @@ the old value of the variable. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -111,10 +111,16 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), -\fBatomic_cas\fR(9F), \fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), -\fBatomic_or\fR(9F), \fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), -\fBattributes\fR(5) +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/atomic_or.9f b/usr/src/man/man9f/atomic_or.9f index 2b94505250..1631d73afe 100644 --- a/usr/src/man/man9f/atomic_or.9f +++ b/usr/src/man/man9f/atomic_or.9f @@ -113,7 +113,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -129,10 +129,16 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), -\fBatomic_cas\fR(9F), \fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), -\fBatomic_swap\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_swap (9F), +.BR membar_ops (9F) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/atomic_swap.9f b/usr/src/man/man9f/atomic_swap.9f index 240afe3bde..746ac77767 100644 --- a/usr/src/man/man9f/atomic_swap.9f +++ b/usr/src/man/man9f/atomic_swap.9f @@ -78,7 +78,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -94,7 +94,13 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), -\fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), \fBatomic_or\fR(9F), -\fBatomic_cas\fR(9F), \fBmembar_ops\fR(9F), \fBattributes\fR(5), -\fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_or (9F), +.BR membar_ops (9F) diff --git a/usr/src/man/man9f/backq.9f b/usr/src/man/man9f/backq.9f index 8e041b6bb8..3b302b148d 100644 --- a/usr/src/man/man9f/backq.9f +++ b/usr/src/man/man9f/backq.9f @@ -54,7 +54,7 @@ context. .SH SEE ALSO .sp .LP -\fBqueue\fR(9S) +.BR queue (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bcanput.9f b/usr/src/man/man9f/bcanput.9f index 22dbcde4f2..4ddc4627ec 100644 --- a/usr/src/man/man9f/bcanput.9f +++ b/usr/src/man/man9f/bcanput.9f @@ -86,8 +86,11 @@ context. .SH SEE ALSO .sp .LP -\fBbcanputnext\fR(9F), \fBcanput\fR(9F), \fBcanputnext\fR(9F), \fBputbq\fR(9F), -\fBputnext\fR(9F) +.BR bcanputnext (9F), +.BR canput (9F), +.BR canputnext (9F), +.BR putbq (9F), +.BR putnext (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bcmp.9f b/usr/src/man/man9f/bcmp.9f index 4ced6ed42d..365dc86675 100644 --- a/usr/src/man/man9f/bcmp.9f +++ b/usr/src/man/man9f/bcmp.9f @@ -67,7 +67,7 @@ context. .SH SEE ALSO .sp .LP -\fBstrcmp\fR(9F) +.BR strcmp (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bcopy.9f b/usr/src/man/man9f/bcopy.9f index b73276c8c1..1e71d54592 100644 --- a/usr/src/man/man9f/bcopy.9f +++ b/usr/src/man/man9f/bcopy.9f @@ -109,7 +109,8 @@ disk and the buffer are part of the kernel address space. .SH SEE ALSO .sp .LP -\fBcopyin\fR(9F), \fBcopyout\fR(9F) +.BR copyin (9F), +.BR copyout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bioclone.9f b/usr/src/man/man9f/bioclone.9f index a1ef08525b..1b803b66fc 100644 --- a/usr/src/man/man9f/bioclone.9f +++ b/usr/src/man/man9f/bioclone.9f @@ -191,8 +191,11 @@ stripe_done(struct buf *bp) .in -2 .SH SEE ALSO -\fBbiodone\fR(9F), \fBbp_mapin\fR(9F), \fBfreerbuf\fR(9F), \fBgetrbuf\fR(9F), -\fBbuf\fR(9S) +.BR biodone (9F), +.BR bp_mapin (9F), +.BR freerbuf (9F), +.BR getrbuf (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/biodone.9f b/usr/src/man/man9f/biodone.9f index 843745190b..6187555195 100644 --- a/usr/src/man/man9f/biodone.9f +++ b/usr/src/man/man9f/biodone.9f @@ -107,8 +107,14 @@ device, the routine will report an error condition. In either case, report the .SH SEE ALSO .sp .LP -\fBread\fR(2), \fBstrategy\fR(9E), \fBbiowait\fR(9F), \fBddi_add_intr\fR(9F), -\fBdelay\fR(9F), \fBtimeout\fR(9F), \fBuntimeout\fR(9F), \fBbuf\fR(9S) +.BR read (2), +.BR strategy (9E), +.BR biowait (9F), +.BR ddi_add_intr (9F), +.BR delay (9F), +.BR timeout (9F), +.BR untimeout (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bioerror.9f b/usr/src/man/man9f/bioerror.9f index 7a5f267aa0..a36db477f9 100644 --- a/usr/src/man/man9f/bioerror.9f +++ b/usr/src/man/man9f/bioerror.9f @@ -48,4 +48,7 @@ call to \fBgeterror\fR(9F) will return \fB0\fR. .SH CONTEXT \fBbioerror()\fR can be called from any context. .SH SEE ALSO -\fBstrategy\fR(9E), \fBgeterror\fR(9F), \fBgetrbuf\fR(9F), \fBbuf\fR(9S) +.BR strategy (9E), +.BR geterror (9F), +.BR getrbuf (9F), +.BR buf (9S) diff --git a/usr/src/man/man9f/biofini.9f b/usr/src/man/man9f/biofini.9f index 9afe2877e4..786721043f 100644 --- a/usr/src/man/man9f/biofini.9f +++ b/usr/src/man/man9f/biofini.9f @@ -48,8 +48,13 @@ kmem_free(bp, biosize()); .in -2 .SH SEE ALSO -\fBbioinit\fR(9F), \fBbioreset\fR(9F), \fBbiosize\fR(9F), \fBfreerbuf\fR(9F), -\fBkmem_alloc\fR(9F), \fBkmem_free\fR(9F), \fBbuf\fR(9S) +.BR bioinit (9F), +.BR bioreset (9F), +.BR biosize (9F), +.BR freerbuf (9F), +.BR kmem_alloc (9F), +.BR kmem_free (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bioinit.9f b/usr/src/man/man9f/bioinit.9f index a643404c93..525c8c3f3a 100644 --- a/usr/src/man/man9f/bioinit.9f +++ b/usr/src/man/man9f/bioinit.9f @@ -46,8 +46,12 @@ bioinit(bp); .in -2 .SH SEE ALSO -\fBbiofini\fR(9F), \fBbioreset\fR(9F), \fBbiosize\fR(9F), \fBgetrbuf\fR(9F), -\fBkmem_alloc\fR(9F), \fBbuf\fR(9S) +.BR biofini (9F), +.BR bioreset (9F), +.BR biosize (9F), +.BR getrbuf (9F), +.BR kmem_alloc (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/biomodified.9f b/usr/src/man/man9f/biomodified.9f index 14c8c57a7a..ffd02f6156 100644 --- a/usr/src/man/man9f/biomodified.9f +++ b/usr/src/man/man9f/biomodified.9f @@ -77,7 +77,8 @@ Buffer is not used for paged \fBI/O\fR request. .SH CONTEXT \fBbiomodified()\fR can be called from any context. .SH SEE ALSO -\fBbp_mapin\fR(9F), \fBbuf\fR(9S) +.BR bp_mapin (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bioreset.9f b/usr/src/man/man9f/bioreset.9f index bc6638b764..59ed9b5738 100644 --- a/usr/src/man/man9f/bioreset.9f +++ b/usr/src/man/man9f/bioreset.9f @@ -36,7 +36,13 @@ allocated by \fBgetrbuf()\fR or initialized by \fBbioinit\fR(9F). .SH CONTEXT \fBbioreset()\fR can be called from any context. .SH SEE ALSO -\fBstrategy\fR(9E), \fBbioinit\fR(9F), \fBbiofini\fR(9F), \fBfreerbuf\fR(9F), -\fBgetrbuf\fR(9F), \fBkmem_alloc\fR(9F), \fBkmem_free\fR(9F), \fBbuf\fR(9S) +.BR strategy (9E), +.BR biofini (9F), +.BR bioinit (9F), +.BR freerbuf (9F), +.BR getrbuf (9F), +.BR kmem_alloc (9F), +.BR kmem_free (9F), +.BR buf (9S) .SH NOTES \fIbp\fR must not describe a transfer in progress. diff --git a/usr/src/man/man9f/biosize.9f b/usr/src/man/man9f/biosize.9f index 772bd0125f..6107e972bc 100644 --- a/usr/src/man/man9f/biosize.9f +++ b/usr/src/man/man9f/biosize.9f @@ -24,8 +24,11 @@ embedded in other data structures. .SH CONTEXT The \fBbiosize()\fR function can be called from any context. .SH SEE ALSO -\fBbiofini\fR(9F), \fBbioinit\fR(9F), \fBgetrbuf\fR(9F), \fBkmem_alloc\fR(9F), -\fBbuf\fR(9S) +.BR biofini (9F), +.BR bioinit (9F), +.BR getrbuf (9F), +.BR kmem_alloc (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/biowait.9f b/usr/src/man/man9f/biowait.9f index b282671e11..b2268f5d67 100644 --- a/usr/src/man/man9f/biowait.9f +++ b/usr/src/man/man9f/biowait.9f @@ -70,7 +70,10 @@ the error number which it returns. .SH SEE ALSO .sp .LP -\fBbiodone\fR(9F), \fBgeterror\fR(9F), \fBgetrbuf\fR(9F), \fBbuf\fR(9S) +.BR biodone (9F), +.BR geterror (9F), +.BR getrbuf (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bp_copyin.9f b/usr/src/man/man9f/bp_copyin.9f index 4c9030d7ac..c2db2cda79 100644 --- a/usr/src/man/man9f/bp_copyin.9f +++ b/usr/src/man/man9f/bp_copyin.9f @@ -78,5 +78,8 @@ The \fBbp_copyin()\fR function can be called from user or kernel context only. .SH SEE ALSO .sp .LP -\fBbp_copyout\fR(9F), \fBbp_mapin\fR(9F), \fBbp_mapout\fR(9F), -\fBddi_copyout\fR(9F), \fBbuf\fR(9S) +.BR bp_copyout (9F), +.BR bp_mapin (9F), +.BR bp_mapout (9F), +.BR ddi_copyout (9F), +.BR buf (9S) diff --git a/usr/src/man/man9f/bp_copyout.9f b/usr/src/man/man9f/bp_copyout.9f index 40feafdfd7..4925e36807 100644 --- a/usr/src/man/man9f/bp_copyout.9f +++ b/usr/src/man/man9f/bp_copyout.9f @@ -78,5 +78,8 @@ The \fBbp_copyout()\fR function can be called from user or kernel context only. .SH SEE ALSO .sp .LP -\fBbp_copyin\fR(9F), \fBbp_mapin\fR(9F), \fBbp_mapout\fR(9F), -\fBddi_copyout\fR(9F), \fBbuf\fR(9S) +.BR bp_copyin (9F), +.BR bp_mapin (9F), +.BR bp_mapout (9F), +.BR ddi_copyout (9F), +.BR buf (9S) diff --git a/usr/src/man/man9f/bp_mapin.9f b/usr/src/man/man9f/bp_mapin.9f index 594118d57c..c69479b1c2 100644 --- a/usr/src/man/man9f/bp_mapin.9f +++ b/usr/src/man/man9f/bp_mapin.9f @@ -52,7 +52,8 @@ space and no mapping is performed. .SH SEE ALSO .sp .LP -\fBbp_mapout\fR(9F), \fBbuf\fR(9S) +.BR bp_mapout (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bp_mapout.9f b/usr/src/man/man9f/bp_mapout.9f index 2cbb13218e..3a869fbcbc 100644 --- a/usr/src/man/man9f/bp_mapout.9f +++ b/usr/src/man/man9f/bp_mapout.9f @@ -49,7 +49,9 @@ out any kernel mapping that a layer above the device driver might rely on. .SH SEE ALSO .sp .LP -\fBstrategy\fR(9E), \fBbp_mapin\fR(9F), \fBbuf\fR(9S) +.BR strategy (9E), +.BR bp_mapin (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/btop.9f b/usr/src/man/man9f/btop.9f index 7524c12ee5..78432597f4 100644 --- a/usr/src/man/man9f/btop.9f +++ b/usr/src/man/man9f/btop.9f @@ -52,7 +52,9 @@ context. .SH SEE ALSO .sp .LP -\fBbtopr\fR(9F), \fBddi_btop\fR(9F), \fBptob\fR(9F) +.BR btopr (9F), +.BR ddi_btop (9F), +.BR ptob (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/btopr.9f b/usr/src/man/man9f/btopr.9f index 048b579ab8..50553e1bd1 100644 --- a/usr/src/man/man9f/btopr.9f +++ b/usr/src/man/man9f/btopr.9f @@ -51,7 +51,9 @@ context. .SH SEE ALSO .sp .LP -\fBbtop\fR(9F), \fBddi_btopr\fR(9F), \fBptob\fR(9F) +.BR btop (9F), +.BR ddi_btopr (9F), +.BR ptob (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bufcall.9f b/usr/src/man/man9f/bufcall.9f index dadc4f2169..125461a101 100644 --- a/usr/src/man/man9f/bufcall.9f +++ b/usr/src/man/man9f/bufcall.9f @@ -173,9 +173,16 @@ time. .SH SEE ALSO .sp .LP -\fBsrv\fR(9E), \fBallocb\fR(9F), \fBcanputnext\fR(9F), \fBesballoc\fR(9F), -\fBesbbcall\fR(9F), \fBputnext\fR(9F), \fBqenable\fR(9F), \fBtestb\fR(9F), -\fBtimeout\fR(9F), \fBunbufcall\fR(9F) +.BR srv (9E), +.BR allocb (9F), +.BR canputnext (9F), +.BR esballoc (9F), +.BR esbbcall (9F), +.BR putnext (9F), +.BR qenable (9F), +.BR testb (9F), +.BR timeout (9F), +.BR unbufcall (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/bzero.9f b/usr/src/man/man9f/bzero.9f index ce3ac6012c..365362a76d 100644 --- a/usr/src/man/man9f/bzero.9f +++ b/usr/src/man/man9f/bzero.9f @@ -46,7 +46,9 @@ The \fBbzero()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO .LP -\fBbcopy\fR(9F), \fBclrbuf\fR(9F), \fBkmem_zalloc\fR(9F) +.BR bcopy (9F), +.BR clrbuf (9F), +.BR kmem_zalloc (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/canput.9f b/usr/src/man/man9f/canput.9f index dfeab6c291..07a4cb07e4 100644 --- a/usr/src/man/man9f/canput.9f +++ b/usr/src/man/man9f/canput.9f @@ -70,8 +70,11 @@ If the queue is full. .SH SEE ALSO .sp .LP -\fBbcanput\fR(9F), \fBbcanputnext\fR(9F), \fBcanputnext\fR(9F), -\fBputbq\fR(9F), \fBputnext\fR(9F) +.BR bcanput (9F), +.BR bcanputnext (9F), +.BR canputnext (9F), +.BR putbq (9F), +.BR putnext (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/clrbuf.9f b/usr/src/man/man9f/clrbuf.9f index a64e0ddeb9..f527bcfef0 100644 --- a/usr/src/man/man9f/clrbuf.9f +++ b/usr/src/man/man9f/clrbuf.9f @@ -48,7 +48,8 @@ context. .SH SEE ALSO .sp .LP -\fBgetrbuf\fR(9F), \fBbuf\fR(9S) +.BR getrbuf (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/cmn_err.9f b/usr/src/man/man9f/cmn_err.9f index d9bf8778a9..e6ea5aac71 100644 --- a/usr/src/man/man9f/cmn_err.9f +++ b/usr/src/man/man9f/cmn_err.9f @@ -110,7 +110,7 @@ but includes an additional argument: .It Fa zoneid Zone to which log messages should be directed. See -.Xr zones 5 . +.Xr zones 7 . .El .Ss Fn vzcmn_err The @@ -122,7 +122,7 @@ but includes an additional argument: .It Fa zoneid Zone to which log messages should be directed. See -.Xr zones 5 . +.Xr zones 7 . .El .Sh DESCRIPTION .Ss Fn cmn_err @@ -200,14 +200,14 @@ is also the message is always sent to the system log, but is only written to the console when the system has been booted in verbose mode. See -.Xr kernel 1M . +.Xr kernel 8 . If neither condition is met, the .Qq Sy \&? character has no effect and is simply ignored. .El .Pp Refer to -.Xr syslogd 1M +.Xr syslogd 8 to determine where the system log is written. .Pp The @@ -274,7 +274,7 @@ Using will cause messages to be sent to the log associated with the specified local zone rather than the log in the global zone. This is accomplished by the message being received and processed by the -.Xr syslogd 1M +.Xr syslogd 8 process running in the specified zone instead of the one running in the global zone. You can retrieve a process zone ID from its credential structure using @@ -415,9 +415,9 @@ zcmn_err(crgetzoneid(ddi_get_cred()), CE_NOTE, "out of processes"); .Ed .El .Sh SEE ALSO -.Xr dmesg 1M , -.Xr kernel 1M , -.Xr zones 5 , +.Xr zones 7 , +.Xr dmesg 8 , +.Xr kernel 8 , .Xr ddi_binding_name 9F , .Xr ddi_cred 9F , .Xr ddi_driver_name 9F , diff --git a/usr/src/man/man9f/copyb.9f b/usr/src/man/man9f/copyb.9f index 591aa8a477..4d01d777b1 100644 --- a/usr/src/man/man9f/copyb.9f +++ b/usr/src/man/man9f/copyb.9f @@ -116,7 +116,9 @@ of the list, reschedule this routine. .SH SEE ALSO .sp .LP -\fBallocb\fR(9F), \fBcanputnext\fR(9F), \fBdupmsg\fR(9F) +.BR allocb (9F), +.BR canputnext (9F), +.BR dupmsg (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/copyin.9f b/usr/src/man/man9f/copyin.9f index f892cf6fe2..543c321dc2 100644 --- a/usr/src/man/man9f/copyin.9f +++ b/usr/src/man/man9f/copyin.9f @@ -145,7 +145,7 @@ returned. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -161,8 +161,13 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBioctl\fR(9E), \fBbcopy\fR(9F), \fBcopyout\fR(9F), -\fBddi_copyin\fR(9F), \fBddi_copyout\fR(9F), \fBuiomove\fR(9F) +.BR attributes (7), +.BR ioctl (9E), +.BR bcopy (9F), +.BR copyout (9F), +.BR ddi_copyin (9F), +.BR ddi_copyout (9F), +.BR uiomove (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/copymsg.9f b/usr/src/man/man9f/copymsg.9f index 33b1fd3f47..627e5e9b42 100644 --- a/usr/src/man/man9f/copymsg.9f +++ b/usr/src/man/man9f/copymsg.9f @@ -94,7 +94,9 @@ message is returned (line 21). .SH SEE ALSO .sp .LP -\fBallocb\fR(9F), \fBcopyb\fR(9F), \fBmsgb\fR(9S) +.BR allocb (9F), +.BR copyb (9F), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/copyout.9f b/usr/src/man/man9f/copyout.9f index a994d8b50e..e4729b4859 100644 --- a/usr/src/man/man9f/copyout.9f +++ b/usr/src/man/man9f/copyout.9f @@ -143,7 +143,7 @@ returned. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -159,8 +159,13 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBioctl\fR(9E), \fBbcopy\fR(9F), \fBcopyin\fR(9F), -\fBddi_copyin\fR(9F), \fBddi_copyout\fR(9F), \fBuiomove\fR(9F) +.BR attributes (7), +.BR ioctl (9E), +.BR bcopy (9F), +.BR copyin (9F), +.BR ddi_copyin (9F), +.BR ddi_copyout (9F), +.BR uiomove (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/csx_AccessConfigurationRegister.9f b/usr/src/man/man9f/csx_AccessConfigurationRegister.9f index cc3778747c..efd1fde123 100644 --- a/usr/src/man/man9f/csx_AccessConfigurationRegister.9f +++ b/usr/src/man/man9f/csx_AccessConfigurationRegister.9f @@ -178,8 +178,10 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_ParseTuple\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_RequestConfiguration\fR(9F), \fBcsx_ResetFunction\fR(9F) +.BR csx_ParseTuple (9F), +.BR csx_RegisterClient (9F), +.BR csx_RequestConfiguration (9F), +.BR csx_ResetFunction (9F) .sp .LP \fIPCCard 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_CS_DDI_Info.9f b/usr/src/man/man9f/csx_CS_DDI_Info.9f index 2008bc7e0d..6652a4b6b1 100644 --- a/usr/src/man/man9f/csx_CS_DDI_Info.9f +++ b/usr/src/man/man9f/csx_CS_DDI_Info.9f @@ -160,7 +160,9 @@ pcepp_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, .in -2 .SH SEE ALSO -\fBgetinfo\fR(9E), \fBcsx_RegisterClient\fR(9F), \fBddi_get_instance\fR(9F) +.BR getinfo (9E), +.BR csx_RegisterClient (9F), +.BR ddi_get_instance (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_ConvertSize.9f b/usr/src/man/man9f/csx_ConvertSize.9f index e177d6f367..fee8706918 100644 --- a/usr/src/man/man9f/csx_ConvertSize.9f +++ b/usr/src/man/man9f/csx_ConvertSize.9f @@ -122,7 +122,8 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_ModifyWindow\fR(9F), \fBcsx_RequestWindow\fR(9F) +.BR csx_ModifyWindow (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPCCard 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_ConvertSpeed.9f b/usr/src/man/man9f/csx_ConvertSpeed.9f index bd9f0e5962..c8cfbf3ce5 100644 --- a/usr/src/man/man9f/csx_ConvertSpeed.9f +++ b/usr/src/man/man9f/csx_ConvertSpeed.9f @@ -131,7 +131,8 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_ModifyWindow\fR(9F), \fBcsx_RequestWindow\fR(9F) +.BR csx_ModifyWindow (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_DeregisterClient.9f b/usr/src/man/man9f/csx_DeregisterClient.9f index ba271beda9..46822c2fd4 100644 --- a/usr/src/man/man9f/csx_DeregisterClient.9f +++ b/usr/src/man/man9f/csx_DeregisterClient.9f @@ -73,7 +73,7 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RegisterClient\fR(9F) +.BR csx_RegisterClient (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_DupHandle.9f b/usr/src/man/man9f/csx_DupHandle.9f index 4c8a77b747..f7c5f8e173 100644 --- a/usr/src/man/man9f/csx_DupHandle.9f +++ b/usr/src/man/man9f/csx_DupHandle.9f @@ -179,9 +179,13 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_Get8\fR(9F), \fBcsx_GetMappedAddr\fR(9F), \fBcsx_Put8\fR(9F), -\fBcsx_RepGet8\fR(9F), \fBcsx_RepPut8\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestWindow\fR(9F) +.BR csx_Get8 (9F), +.BR csx_GetMappedAddr (9F), +.BR csx_Put8 (9F), +.BR csx_RepGet8 (9F), +.BR csx_RepPut8 (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Error2Text.9f b/usr/src/man/man9f/csx_Error2Text.9f index 568c0e54e0..f4ae6da3db 100644 --- a/usr/src/man/man9f/csx_Error2Text.9f +++ b/usr/src/man/man9f/csx_Error2Text.9f @@ -87,7 +87,7 @@ if ((ret = csx_RegisterClient(&client_handle, & .in -2 .SH SEE ALSO -\fBcsx_Event2Text\fR(9F) +.BR csx_Event2Text (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Event2Text.9f b/usr/src/man/man9f/csx_Event2Text.9f index 9e1087e502..ad72cf53dc 100644 --- a/usr/src/man/man9f/csx_Event2Text.9f +++ b/usr/src/man/man9f/csx_Event2Text.9f @@ -99,7 +99,8 @@ xx_event(event_t event, int priority, event_callback_args_t *eca) .in -2 .SH SEE ALSO -\fBcsx_event_handler\fR(9E), \fBcsx_Error2Text\fR(9F) +.BR csx_event_handler (9E), +.BR csx_Error2Text (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_FreeHandle.9f b/usr/src/man/man9f/csx_FreeHandle.9f index 43e4966d07..3747d38ef1 100644 --- a/usr/src/man/man9f/csx_FreeHandle.9f +++ b/usr/src/man/man9f/csx_FreeHandle.9f @@ -54,7 +54,9 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_DupHandle\fR(9F), \fBcsx_RequestIO\fR(9F), \fBcsx_RequestWindow\fR(9F) +.BR csx_DupHandle (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Get8.9f b/usr/src/man/man9f/csx_Get8.9f index ecc8c0e86e..d92651a317 100644 --- a/usr/src/man/man9f/csx_Get8.9f +++ b/usr/src/man/man9f/csx_Get8.9f @@ -71,9 +71,13 @@ These functions return the value read from the mapped address. .SH CONTEXT These functions may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBcsx_DupHandle\fR(9F), \fBcsx_GetMappedAddr\fR(9F), \fBcsx_Put8\fR(9F), -\fBcsx_RepGet8\fR(9F), \fBcsx_RepPut8\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestWindow\fR(9F) +.BR csx_DupHandle (9F), +.BR csx_GetMappedAddr (9F), +.BR csx_Put8 (9F), +.BR csx_RepGet8 (9F), +.BR csx_RepPut8 (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_GetFirstClient.9f b/usr/src/man/man9f/csx_GetFirstClient.9f index e357a4a1cb..39ad871157 100644 --- a/usr/src/man/man9f/csx_GetFirstClient.9f +++ b/usr/src/man/man9f/csx_GetFirstClient.9f @@ -165,7 +165,7 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_event_handler\fR(9E) +.BR csx_event_handler (9E) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_GetFirstTuple.9f b/usr/src/man/man9f/csx_GetFirstTuple.9f index 68644e61ce..eb653e801e 100644 --- a/usr/src/man/man9f/csx_GetFirstTuple.9f +++ b/usr/src/man/man9f/csx_GetFirstTuple.9f @@ -202,8 +202,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetTupleData\fR(9F), \fBcsx_ParseTuple\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetTupleData (9F), +.BR csx_ParseTuple (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card \fR\fI95Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_GetHandleOffset.9f b/usr/src/man/man9f/csx_GetHandleOffset.9f index 243291426a..f7a48fd4ed 100644 --- a/usr/src/man/man9f/csx_GetHandleOffset.9f +++ b/usr/src/man/man9f/csx_GetHandleOffset.9f @@ -49,8 +49,9 @@ Successful operation. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RequestIO\fR(9F), \fBcsx_RequestIRQ\fR(9F), -\fBcsx_SetHandleOffset\fR(9F) +.BR csx_RequestIO (9F), +.BR csx_RequestIRQ (9F), +.BR csx_SetHandleOffset (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_GetMappedAddr.9f b/usr/src/man/man9f/csx_GetMappedAddr.9f index 6a9633ccc7..39c81df10f 100644 --- a/usr/src/man/man9f/csx_GetMappedAddr.9f +++ b/usr/src/man/man9f/csx_GetMappedAddr.9f @@ -72,9 +72,13 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBcsx_DupHandle\fR(9F), \fBcsx_Get8\fR(9F), \fBcsx_Put8\fR(9F), -\fBcsx_RepGet8\fR(9F), \fBcsx_RepPut8\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestWindow\fR(9F) +.BR csx_DupHandle (9F), +.BR csx_Get8 (9F), +.BR csx_Put8 (9F), +.BR csx_RepGet8 (9F), +.BR csx_RepPut8 (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_GetStatus.9f b/usr/src/man/man9f/csx_GetStatus.9f index 86c82b577f..818cef8f6d 100644 --- a/usr/src/man/man9f/csx_GetStatus.9f +++ b/usr/src/man/man9f/csx_GetStatus.9f @@ -466,7 +466,7 @@ the socket. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RegisterClient\fR(9F) +.BR csx_RegisterClient (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_GetTupleData.9f b/usr/src/man/man9f/csx_GetTupleData.9f index f0d3c49c56..5020ca9513 100644 --- a/usr/src/man/man9f/csx_GetTupleData.9f +++ b/usr/src/man/man9f/csx_GetTupleData.9f @@ -216,8 +216,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_ParseTuple\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_ParseTuple (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_MakeDeviceNode.9f b/usr/src/man/man9f/csx_MakeDeviceNode.9f index ca0b3deb77..8a927a088a 100644 --- a/usr/src/man/man9f/csx_MakeDeviceNode.9f +++ b/usr/src/man/man9f/csx_MakeDeviceNode.9f @@ -222,8 +222,9 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RegisterClient\fR(9F), \fBddi_create_minor_node\fR(9F), -\fBddi_remove_minor_node\fR(9F) +.BR csx_RegisterClient (9F), +.BR ddi_create_minor_node (9F), +.BR ddi_remove_minor_node (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_MapLogSocket.9f b/usr/src/man/man9f/csx_MapLogSocket.9f index d69474adb9..27674bc6e4 100644 --- a/usr/src/man/man9f/csx_MapLogSocket.9f +++ b/usr/src/man/man9f/csx_MapLogSocket.9f @@ -114,7 +114,7 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RegisterClient\fR(9F) +.BR csx_RegisterClient (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_MapMemPage.9f b/usr/src/man/man9f/csx_MapMemPage.9f index 4ffc97be24..3f631a1cff 100644 --- a/usr/src/man/man9f/csx_MapMemPage.9f +++ b/usr/src/man/man9f/csx_MapMemPage.9f @@ -128,8 +128,9 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_ModifyWindow\fR(9F), \fBcsx_ReleaseWindow\fR(9F), -\fBcsx_RequestWindow\fR(9F) +.BR csx_ModifyWindow (9F), +.BR csx_ReleaseWindow (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_ModifyConfiguration.9f b/usr/src/man/man9f/csx_ModifyConfiguration.9f index 39fa1c80d0..fcf6d90a11 100644 --- a/usr/src/man/man9f/csx_ModifyConfiguration.9f +++ b/usr/src/man/man9f/csx_ModifyConfiguration.9f @@ -195,10 +195,13 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RegisterClient\fR(9F), \fBcsx_ReleaseConfiguration\fR(9F), -\fBcsx_ReleaseIO\fR(9F), \fBcsx_ReleaseIRQ\fR(9F), -\fBcsx_RequestConfiguration\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestIRQ\fR(9F) +.BR csx_RegisterClient (9F), +.BR csx_ReleaseConfiguration (9F), +.BR csx_ReleaseIO (9F), +.BR csx_ReleaseIRQ (9F), +.BR csx_RequestConfiguration (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestIRQ (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_ModifyWindow.9f b/usr/src/man/man9f/csx_ModifyWindow.9f index 04e60b7e03..57e3c932ce 100644 --- a/usr/src/man/man9f/csx_ModifyWindow.9f +++ b/usr/src/man/man9f/csx_ModifyWindow.9f @@ -243,8 +243,10 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_ConvertSpeed\fR(9F), \fBcsx_MapMemPage\fR(9F), -\fBcsx_ReleaseWindow\fR(9F), \fBcsx_RequestWindow\fR(9F) +.BR csx_ConvertSpeed (9F), +.BR csx_MapMemPage (9F), +.BR csx_ReleaseWindow (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_ParseTuple.9f b/usr/src/man/man9f/csx_ParseTuple.9f index 7f5e34d06c..9bcbe4e296 100644 --- a/usr/src/man/man9f/csx_ParseTuple.9f +++ b/usr/src/man/man9f/csx_ParseTuple.9f @@ -158,15 +158,24 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_Parse_CISTPL_BATTERY\fR(9F), \fBcsx_Parse_CISTPL_BYTEORDER\fR(9F), -\fBcsx_Parse_CISTPL_CFTABLE_ENTRY\fR(9F), \fBcsx_Parse_CISTPL_CONFIG\fR(9F), -\fBcsx_Parse_CISTPL_DATE\fR(9F), \fBcsx_Parse_CISTPL_DEVICE\fR(9F), -\fBcsx_Parse_CISTPL_FUNCE\fR(9F), \fBcsx_Parse_CISTPL_FUNCID\fR(9F), -\fBcsx_Parse_CISTPL_JEDEC_C\fR(9F), \fBcsx_Parse_CISTPL_MANFID\fR(9F), -\fBcsx_Parse_CISTPL_SPCL\fR(9F), \fBcsx_Parse_CISTPL_VERS_1\fR(9F), -\fBcsx_Parse_CISTPL_VERS_2\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_BATTERY (9F), +.BR csx_Parse_CISTPL_BYTEORDER (9F), +.BR csx_Parse_CISTPL_CFTABLE_ENTRY (9F), +.BR csx_Parse_CISTPL_CONFIG (9F), +.BR csx_Parse_CISTPL_DATE (9F), +.BR csx_Parse_CISTPL_DEVICE (9F), +.BR csx_Parse_CISTPL_FUNCE (9F), +.BR csx_Parse_CISTPL_FUNCID (9F), +.BR csx_Parse_CISTPL_JEDEC_C (9F), +.BR csx_Parse_CISTPL_MANFID (9F), +.BR csx_Parse_CISTPL_SPCL (9F), +.BR csx_Parse_CISTPL_VERS_1 (9F), +.BR csx_Parse_CISTPL_VERS_2 (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_BATTERY.9f b/usr/src/man/man9f/csx_Parse_CISTPL_BATTERY.9f index 98e2471a49..c258d7c25d 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_BATTERY.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_BATTERY.9f @@ -144,8 +144,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_BYTEORDER.9f b/usr/src/man/man9f/csx_Parse_CISTPL_BYTEORDER.9f index eab95ee20d..f64e1ede0c 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_BYTEORDER.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_BYTEORDER.9f @@ -189,8 +189,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_CFTABLE_ENTRY.9f b/usr/src/man/man9f/csx_Parse_CISTPL_CFTABLE_ENTRY.9f index bf9552b8c9..641c472153 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_CFTABLE_ENTRY.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_CFTABLE_ENTRY.9f @@ -853,9 +853,12 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_Parse_CISTPL_CONFIG\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_CONFIG (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_CONFIG.9f b/usr/src/man/man9f/csx_Parse_CISTPL_CONFIG.9f index ec02b836a4..9c961ccf3d 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_CONFIG.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_CONFIG.9f @@ -280,9 +280,12 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_Parse_CISTPL_CFTABLE_ENTRY\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_CFTABLE_ENTRY (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_DATE.9f b/usr/src/man/man9f/csx_Parse_CISTPL_DATE.9f index 88a0989c91..1dcd046712 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_DATE.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_DATE.9f @@ -143,8 +143,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_DEVICE.9f b/usr/src/man/man9f/csx_Parse_CISTPL_DEVICE.9f index 129ad0211f..5d9932a307 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_DEVICE.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_DEVICE.9f @@ -400,9 +400,12 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_Parse_CISTPL_JEDEC_C\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_JEDEC_C (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO.9f b/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO.9f index 58336ddced..e85c1cafde 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO.9f @@ -189,9 +189,12 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetNextTuple\fR(9F), -\fBcsx_GetTupleData\fR(9F), \fBcsx_Parse_CISTPL_DEVICEGEO_A\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetNextTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_DEVICEGEO_A (9F), +.BR csx_RegisterClient (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO_A.9f b/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO_A.9f index f7b5d1d72e..4929d722ed 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO_A.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_DEVICEGEO_A.9f @@ -189,9 +189,12 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetNextTuple\fR(9F), -\fBcsx_GetTupleData\fR(9F), \fBcsx_Parse_CISTPL_DEVICEGEO\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetNextTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_DEVICEGEO (9F), +.BR csx_RegisterClient (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_FORMAT.9f b/usr/src/man/man9f/csx_Parse_CISTPL_FORMAT.9f index a64ad600b1..37ac997aa4 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_FORMAT.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_FORMAT.9f @@ -289,8 +289,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_FUNCE.9f b/usr/src/man/man9f/csx_Parse_CISTPL_FUNCE.9f index f634a15b4d..98583f0d56 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_FUNCE.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_FUNCE.9f @@ -1138,9 +1138,12 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_Parse_CISTPL_FUNCID\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_FUNCID (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_FUNCID.9f b/usr/src/man/man9f/csx_Parse_CISTPL_FUNCID.9f index 3f8dcf198d..d2c97f9e01 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_FUNCID.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_FUNCID.9f @@ -272,9 +272,12 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_Parse_CISTPL_FUNCE\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_FUNCE (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard, PCMCIA/JEIDA\fR diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_GEOMETRY.9f b/usr/src/man/man9f/csx_Parse_CISTPL_GEOMETRY.9f index b268945b0c..d51cb85f1a 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_GEOMETRY.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_GEOMETRY.9f @@ -151,8 +151,11 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_JEDEC_C.9f b/usr/src/man/man9f/csx_Parse_CISTPL_JEDEC_C.9f index 7155d448ec..aaeefa9d0b 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_JEDEC_C.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_JEDEC_C.9f @@ -142,9 +142,12 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_Parse_CISTPL_DEVICE\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_Parse_CISTPL_DEVICE (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_LINKTARGET.9f b/usr/src/man/man9f/csx_Parse_CISTPL_LINKTARGET.9f index 6f4ebb3715..be411acfcd 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_LINKTARGET.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_LINKTARGET.9f @@ -142,8 +142,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_A.9f b/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_A.9f index 64a9745c5c..232ff57e11 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_A.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_A.9f @@ -169,8 +169,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_MFC.9f b/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_MFC.9f index 77d6d23d19..145704d72f 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_MFC.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_LONGLINK_MFC.9f @@ -188,8 +188,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_MANFID.9f b/usr/src/man/man9f/csx_Parse_CISTPL_MANFID.9f index 545cc80c9a..c9cea056fc 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_MANFID.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_MANFID.9f @@ -123,8 +123,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_ORG.9f b/usr/src/man/man9f/csx_Parse_CISTPL_ORG.9f index fa5bca3308..ca70b7a9df 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_ORG.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_ORG.9f @@ -143,8 +143,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_SPCL.9f b/usr/src/man/man9f/csx_Parse_CISTPL_SPCL.9f index 509f771ca3..4f2b8de9f7 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_SPCL.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_SPCL.9f @@ -170,8 +170,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_SWIL.9f b/usr/src/man/man9f/csx_Parse_CISTPL_SWIL.9f index 267bfa88e2..733a4bf4a2 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_SWIL.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_SWIL.9f @@ -132,8 +132,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_VERS_1.9f b/usr/src/man/man9f/csx_Parse_CISTPL_VERS_1.9f index 11d68c2781..6ca2e05ee7 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_VERS_1.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_VERS_1.9f @@ -125,8 +125,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Parse_CISTPL_VERS_2.9f b/usr/src/man/man9f/csx_Parse_CISTPL_VERS_2.9f index 787f13fce5..2444d9d45e 100644 --- a/usr/src/man/man9f/csx_Parse_CISTPL_VERS_2.9f +++ b/usr/src/man/man9f/csx_Parse_CISTPL_VERS_2.9f @@ -129,8 +129,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_RegisterClient (9F), +.BR csx_ValidateCIS (9F), +.BR tuple (9S) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_Put8.9f b/usr/src/man/man9f/csx_Put8.9f index 949559e82b..59c7227a2a 100644 --- a/usr/src/man/man9f/csx_Put8.9f +++ b/usr/src/man/man9f/csx_Put8.9f @@ -78,9 +78,13 @@ swapping if the host and the device have incompatible endian characteristics. .SH CONTEXT These functions may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBcsx_DupHandle\fR(9F), \fBcsx_Get8\fR(9F), \fBcsx_GetMappedAddr\fR(9F), -\fBcsx_RepGet8\fR(9F), \fBcsx_RepPut8\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestWindow\fR(9F) +.BR csx_DupHandle (9F), +.BR csx_Get8 (9F), +.BR csx_GetMappedAddr (9F), +.BR csx_RepGet8 (9F), +.BR csx_RepPut8 (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RegisterClient.9f b/usr/src/man/man9f/csx_RegisterClient.9f index ec37c52292..08547ef5ca 100644 --- a/usr/src/man/man9f/csx_RegisterClient.9f +++ b/usr/src/man/man9f/csx_RegisterClient.9f @@ -303,7 +303,8 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_DeregisterClient\fR(9F), \fBcsx_RequestSocketMask\fR(9F) +.BR csx_DeregisterClient (9F), +.BR csx_RequestSocketMask (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_ReleaseConfiguration.9f b/usr/src/man/man9f/csx_ReleaseConfiguration.9f index 5b7057a71e..ff9c0d8d7f 100644 --- a/usr/src/man/man9f/csx_ReleaseConfiguration.9f +++ b/usr/src/man/man9f/csx_ReleaseConfiguration.9f @@ -119,8 +119,11 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RegisterClient\fR(9F), \fBcsx_RequestConfiguration\fR(9F), -\fBcsx_RequestIO\fR(9F), \fBcsx_RequestIRQ\fR(9F), \fBcsx_RequestWindow\fR(9F) +.BR csx_RegisterClient (9F), +.BR csx_RequestConfiguration (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestIRQ (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RepGet8.9f b/usr/src/man/man9f/csx_RepGet8.9f index 22e68ddeb4..d1a1e48784 100644 --- a/usr/src/man/man9f/csx_RepGet8.9f +++ b/usr/src/man/man9f/csx_RepGet8.9f @@ -110,9 +110,13 @@ may be useful when reading from a data register. .SH CONTEXT These functions may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBcsx_DupHandle\fR(9F), \fBcsx_Get8\fR(9F), \fBcsx_GetMappedAddr\fR(9F), -\fBcsx_Put8\fR(9F), \fBcsx_RepPut8\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestWindow\fR(9F) +.BR csx_DupHandle (9F), +.BR csx_Get8 (9F), +.BR csx_GetMappedAddr (9F), +.BR csx_Put8 (9F), +.BR csx_RepPut8 (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RepPut8.9f b/usr/src/man/man9f/csx_RepPut8.9f index 5ba097f510..652a88c20a 100644 --- a/usr/src/man/man9f/csx_RepPut8.9f +++ b/usr/src/man/man9f/csx_RepPut8.9f @@ -110,9 +110,13 @@ may be useful when writing to a data register. .SH CONTEXT These functions may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBcsx_DupHandle\fR(9F), \fBcsx_Get8\fR(9F), \fBcsx_GetMappedAddr\fR(9F), -\fBcsx_Put8\fR(9F), \fBcsx_RepGet8\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestWindow\fR(9F) +.BR csx_DupHandle (9F), +.BR csx_Get8 (9F), +.BR csx_GetMappedAddr (9F), +.BR csx_Put8 (9F), +.BR csx_RepGet8 (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestWindow (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RequestConfiguration.9f b/usr/src/man/man9f/csx_RequestConfiguration.9f index 8c70e154db..7b318640cc 100644 --- a/usr/src/man/man9f/csx_RequestConfiguration.9f +++ b/usr/src/man/man9f/csx_RequestConfiguration.9f @@ -429,9 +429,12 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_AccessConfigurationRegister\fR(9F), \fBcsx_GetStatus\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_ReleaseConfiguration\fR(9F), -\fBcsx_RequestIO\fR(9F), \fBcsx_RequestIRQ\fR(9F) +.BR csx_AccessConfigurationRegister (9F), +.BR csx_GetStatus (9F), +.BR csx_RegisterClient (9F), +.BR csx_ReleaseConfiguration (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestIRQ (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RequestIO.9f b/usr/src/man/man9f/csx_RequestIO.9f index 697c571673..a7e4ae3f24 100644 --- a/usr/src/man/man9f/csx_RequestIO.9f +++ b/usr/src/man/man9f/csx_RequestIO.9f @@ -446,7 +446,8 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_RegisterClient\fR(9F), \fBcsx_RequestConfiguration\fR(9F) +.BR csx_RegisterClient (9F), +.BR csx_RequestConfiguration (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RequestIRQ.9f b/usr/src/man/man9f/csx_RequestIRQ.9f index 75c9df1b5f..3aed944d2b 100644 --- a/usr/src/man/man9f/csx_RequestIRQ.9f +++ b/usr/src/man/man9f/csx_RequestIRQ.9f @@ -242,7 +242,8 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_ReleaseConfiguration\fR(9F), \fBcsx_RequestConfiguration\fR(9F) +.BR csx_ReleaseConfiguration (9F), +.BR csx_RequestConfiguration (9F) .sp .LP \fIPC Card Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RequestSocketMask.9f b/usr/src/man/man9f/csx_RequestSocketMask.9f index c8901cfd77..ff9aeaf199 100644 --- a/usr/src/man/man9f/csx_RequestSocketMask.9f +++ b/usr/src/man/man9f/csx_RequestSocketMask.9f @@ -161,8 +161,10 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_event_handler\fR(9E), \fBcsx_GetEventMask\fR(9F), -\fBcsx_RegisterClient\fR(9F), \fBcsx_SetEventMask\fR(9F) +.BR csx_event_handler (9E), +.BR csx_GetEventMask (9F), +.BR csx_RegisterClient (9F), +.BR csx_SetEventMask (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_RequestWindow.9f b/usr/src/man/man9f/csx_RequestWindow.9f index a9dacffb54..2701d3410c 100644 --- a/usr/src/man/man9f/csx_RequestWindow.9f +++ b/usr/src/man/man9f/csx_RequestWindow.9f @@ -439,9 +439,11 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_ConvertSpeed\fR(9F), \fBcsx_MapMemPage\fR(9F), -\fBcsx_ModifyWindow\fR(9F), \fBcsx_RegisterClient\fR(9F), -\fBcsx_RequestConfiguration\fR(9F) +.BR csx_ConvertSpeed (9F), +.BR csx_MapMemPage (9F), +.BR csx_ModifyWindow (9F), +.BR csx_RegisterClient (9F), +.BR csx_RequestConfiguration (9F) .sp .LP \fIPC\fR \fICard\fR \fI95\fR \fIStandard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_ResetFunction.9f b/usr/src/man/man9f/csx_ResetFunction.9f index 33aebf329b..3d81019032 100644 --- a/usr/src/man/man9f/csx_ResetFunction.9f +++ b/usr/src/man/man9f/csx_ResetFunction.9f @@ -127,7 +127,8 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_event_handler\fR(9E), \fBcsx_RegisterClient\fR(9F) +.BR csx_event_handler (9E), +.BR csx_RegisterClient (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_SetEventMask.9f b/usr/src/man/man9f/csx_SetEventMask.9f index 8764765140..da63e3ad81 100644 --- a/usr/src/man/man9f/csx_SetEventMask.9f +++ b/usr/src/man/man9f/csx_SetEventMask.9f @@ -154,8 +154,10 @@ No \fBPCMCIA \fRhardware installed. .SH CONTEXT These functions may be called from user or kernel context. .SH SEE ALSO -\fBcsx_event_handler\fR(9E), \fBcsx_RegisterClient\fR(9F), -\fBcsx_ReleaseSocketMask\fR(9F), \fBcsx_RequestSocketMask\fR(9F) +.BR csx_event_handler (9E), +.BR csx_RegisterClient (9F), +.BR csx_ReleaseSocketMask (9F), +.BR csx_RequestSocketMask (9F) .sp .LP \fIPC Card 95 Standard,\fR PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_SetHandleOffset.9f b/usr/src/man/man9f/csx_SetHandleOffset.9f index 8b000da33e..126fa5aacf 100644 --- a/usr/src/man/man9f/csx_SetHandleOffset.9f +++ b/usr/src/man/man9f/csx_SetHandleOffset.9f @@ -50,8 +50,9 @@ Successful operation. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetHandleOffset\fR(9F), \fBcsx_RequestIO\fR(9F), -\fBcsx_RequestIRQ\fR(9F) +.BR csx_GetHandleOffset (9F), +.BR csx_RequestIO (9F), +.BR csx_RequestIRQ (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/csx_ValidateCIS.9f b/usr/src/man/man9f/csx_ValidateCIS.9f index b1b8495f15..5f87886463 100644 --- a/usr/src/man/man9f/csx_ValidateCIS.9f +++ b/usr/src/man/man9f/csx_ValidateCIS.9f @@ -121,8 +121,10 @@ No \fBPCMCIA\fR hardware installed. .SH CONTEXT This function may be called from user or kernel context. .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_ParseTuple\fR(9F), \fBcsx_RegisterClient\fR(9F) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_ParseTuple (9F), +.BR csx_RegisterClient (9F) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9f/datamsg.9f b/usr/src/man/man9f/datamsg.9f index 6e7f1cd3a4..2dcfb47f68 100644 --- a/usr/src/man/man9f/datamsg.9f +++ b/usr/src/man/man9f/datamsg.9f @@ -95,7 +95,11 @@ The \fBput\fR(9E) routine enqueues all data messages for handling by the .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBsrv\fR(9E), \fBallocb\fR(9F), \fBdatab\fR(9S), \fBmsgb\fR(9S) +.BR put (9E), +.BR srv (9E), +.BR allocb (9F), +.BR datab (9S), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_add_event_handler.9f b/usr/src/man/man9f/ddi_add_event_handler.9f index 1bf322d413..0b82fce3b6 100644 --- a/usr/src/man/man9f/ddi_add_event_handler.9f +++ b/usr/src/man/man9f/ddi_add_event_handler.9f @@ -147,7 +147,7 @@ or a bad cookie. The \fBddi_add_event_handler()\fR and \fBhandler()\fR function can be called from user and kernel contexts only. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -161,8 +161,9 @@ Stability Level Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_get_eventcookie\fR(9F), -\fBddi_remove_event_handler\fR(9F) +.BR attributes (7), +.BR ddi_get_eventcookie (9F), +.BR ddi_remove_event_handler (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_add_intr.9f b/usr/src/man/man9f/ddi_add_intr.9f index 1a68b1bb04..eedb9edb7d 100644 --- a/usr/src/man/man9f/ddi_add_intr.9f +++ b/usr/src/man/man9f/ddi_add_intr.9f @@ -165,9 +165,9 @@ with a particular interrupt specification. This routine should be called before initialize locks (\fBmutex\fR(9F), \fBrwlock\fR(9F)) used by the interrupt routine. The interrupt number \fIinumber\fR determines for which interrupt specification to retrieve the cookie. \fIinumber\fR is associated with -information provided either by the device (see \fBsbus\fR(4)) or the hardware -configuration file (see \fBsysbus\fR(4), \fBisa\fR(4), and -\fBdriver.conf\fR(4)). If only one interrupt is associated with the device, +information provided either by the device (see \fBsbus\fR(5)) or the hardware +configuration file (see \fBsysbus\fR(5), \fBisa\fR(5), and +\fBdriver.conf\fR(5)). If only one interrupt is associated with the device, \fIinumber\fR should be \fB0\fR. .sp .LP @@ -228,7 +228,7 @@ acquired by the interrupt handler should not be held across the call to .SS "For All Three Functions:" For certain bus types, you can call these \fBDDI\fR functions from a high-interrupt context. These types include \fBISA\fR and SBus buses. See -\fBsysbus\fR(4), \fBisa\fR(4), and \fBsbus\fR(4) for details. +\fBsysbus\fR(5), \fBisa\fR(5), and \fBsbus\fR(5) for details. .SH RETURN VALUES \fBddi_add_intr()\fR and \fBddi_get_iblock_cookie()\fR return: .sp @@ -263,7 +263,7 @@ On failure. \fBDDI_FAILURE\fR can also be returned on failure to find interrupt \fBddi_add_intr()\fR, \fBddi_remove_intr()\fR, and \fBddi_get_iblock_cookie()\fR can be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -277,10 +277,19 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBdriver.conf\fR(4), \fBisa\fR(4), \fBsbus\fR(4), \fBsysbus\fR(4), -\fBattach\fR(9E), \fBdetach\fR(9E), \fBddi_intr_hilevel\fR(9F), -\fBIntro\fR(9F), \fBmutex\fR(9F), \fBmutex_init\fR(9F), \fBrw_init\fR(9F), -\fBrwlock\fR(9F), \fBddi_idevice_cookie\fR(9S) +.BR driver.conf (5), +.BR isa (5), +.BR sbus (5), +.BR sysbus (5), +.BR attach (9E), +.BR detach (9E), +.BR Intro (9F), +.BR ddi_intr_hilevel (9F), +.BR mutex (9F), +.BR mutex_init (9F), +.BR rw_init (9F), +.BR rwlock (9F), +.BR ddi_idevice_cookie (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_add_softintr.9f b/usr/src/man/man9f/ddi_add_softintr.9f index 725b7ea8d2..84e58f6f53 100644 --- a/usr/src/man/man9f/ddi_add_softintr.9f +++ b/usr/src/man/man9f/ddi_add_softintr.9f @@ -496,7 +496,7 @@ xxsoftintr(caddr_t arg) .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -510,8 +510,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBddi_add_intr\fR(9F), \fBddi_in_panic\fR(9F), \fBddi_intr_hilevel\fR(9F), -\fBddi_remove_intr\fR(9F), \fBIntro\fR(9F), \fBmutex_init\fR(9F) +.BR Intro (9F), +.BR ddi_add_intr (9F), +.BR ddi_in_panic (9F), +.BR ddi_intr_hilevel (9F), +.BR ddi_remove_intr (9F), +.BR mutex_init (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_binding_name.9f b/usr/src/man/man9f/ddi_binding_name.9f index 858d9e28e2..4164ad5691 100644 --- a/usr/src/man/man9f/ddi_binding_name.9f +++ b/usr/src/man/man9f/ddi_binding_name.9f @@ -45,7 +45,7 @@ a driver to a device. \fBddi_binding_name()\fR and \fBddi_get_name()\fR can be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_node_name\fR(9F) +.BR ddi_node_name (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_btop.9f b/usr/src/man/man9f/ddi_btop.9f index 79af087a99..6343650926 100644 --- a/usr/src/man/man9f/ddi_btop.9f +++ b/usr/src/man/man9f/ddi_btop.9f @@ -67,7 +67,9 @@ pagesize = ddi_ptob(dip, 1L); .in -2 .SH SEE ALSO -\fBbtop\fR(9F), \fBbtopr\fR(9F), \fBptob\fR(9F) +.BR btop (9F), +.BR btopr (9F), +.BR ptob (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_can_receive_sig.9f b/usr/src/man/man9f/ddi_can_receive_sig.9f index 333e2ad97b..f6434d552d 100644 --- a/usr/src/man/man9f/ddi_can_receive_sig.9f +++ b/usr/src/man/man9f/ddi_can_receive_sig.9f @@ -56,4 +56,6 @@ are blocked (see \fBsigprocmask\fR(2)). The \fBddi_can_receive_sig()\fR function may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBclose\fR(9E), \fBcv_wait\fR(9F), \fBqwait\fR(9F) +.BR close (9E), +.BR cv_wait (9F), +.BR qwait (9F) diff --git a/usr/src/man/man9f/ddi_cb_register.9f b/usr/src/man/man9f/ddi_cb_register.9f index d7f6323560..e6b83aa658 100644 --- a/usr/src/man/man9f/ddi_cb_register.9f +++ b/usr/src/man/man9f/ddi_cb_register.9f @@ -498,7 +498,7 @@ These functions can be called from kernel, non-interrupt context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -514,8 +514,10 @@ MT-Level Unsafe .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_alloc\fR(9F), \fBddi_intr_free\fR(9F), -\fBddi_intr_set_nreq\fR(9F) +.BR attributes (7), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_free (9F), +.BR ddi_intr_set_nreq (9F) .SH NOTES Users of these interfaces that register for \fBDDI_CB_FLAG_INTR\fR become participants in interrupt resource management. With that participation comes a diff --git a/usr/src/man/man9f/ddi_check_acc_handle.9f b/usr/src/man/man9f/ddi_check_acc_handle.9f index 05424bd313..53c3c47c88 100644 --- a/usr/src/man/man9f/ddi_check_acc_handle.9f +++ b/usr/src/man/man9f/ddi_check_acc_handle.9f @@ -118,5 +118,8 @@ xxread(dev_t dev, struct uio *uio_p, cred_t *cred_p) The \fBddi_check_acc_handle()\fR and \fBddi_check_dma_handle()\fR functions may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_regs_map_setup\fR(9F), \fBddi_dma_alloc_handle\fR(9F), -\fBddi_dev_report_fault\fR(9F), \fBddi_get8\fR(9F), \fBddi_put8\fR(9F) +.BR ddi_dev_report_fault (9F), +.BR ddi_dma_alloc_handle (9F), +.BR ddi_get8 (9F), +.BR ddi_put8 (9F), +.BR ddi_regs_map_setup (9F) diff --git a/usr/src/man/man9f/ddi_copyin.9f b/usr/src/man/man9f/ddi_copyin.9f index 1b78110f44..6d86e07116 100644 --- a/usr/src/man/man9f/ddi_copyin.9f +++ b/usr/src/man/man9f/ddi_copyin.9f @@ -171,8 +171,12 @@ specified argument contains an invalid address, an error code is returned. .in -2 .SH SEE ALSO -\fBioctl\fR(9E), \fBbcopy\fR(9F), \fBcopyin\fR(9F), \fBcopyout\fR(9F), -\fBddi_copyout\fR(9F), \fBuiomove\fR(9F) +.BR ioctl (9E), +.BR bcopy (9F), +.BR copyin (9F), +.BR copyout (9F), +.BR ddi_copyout (9F), +.BR uiomove (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_copyout.9f b/usr/src/man/man9f/ddi_copyout.9f index 4f5bcc98ea..2289ecf4d4 100644 --- a/usr/src/man/man9f/ddi_copyout.9f +++ b/usr/src/man/man9f/ddi_copyout.9f @@ -171,8 +171,12 @@ specified argument contains an invalid address, an error code is returned. .in -2 .SH SEE ALSO -\fBioctl\fR(9E), \fBbcopy\fR(9F), \fBcopyin\fR(9F), \fBcopyout\fR(9F), -\fBddi_copyin\fR(9F), \fBuiomove\fR(9F) +.BR ioctl (9E), +.BR bcopy (9F), +.BR copyin (9F), +.BR copyout (9F), +.BR ddi_copyin (9F), +.BR uiomove (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_create_minor_node.9f b/usr/src/man/man9f/ddi_create_minor_node.9f index 8683fda0ef..5280932843 100644 --- a/usr/src/man/man9f/ddi_create_minor_node.9f +++ b/usr/src/man/man9f/ddi_create_minor_node.9f @@ -202,8 +202,8 @@ the \fB/devices\fR hierarchy. At-sign (\fB@\fR), slash (\fB/\fR), and space are not allowed. The \fIspec_type\fR specifies whether this is a block or character device. The \fIminor_num\fR is the minor number for the device. The \fInode_type\fR is used to create the names in the \fB/dev\fR hierarchy that -refers to the names in the \fB/devices\fR hierarchy. See \fBdisks\fR(1M), -\fBports\fR(1M), \fBtapes\fR(1M), \fBdevlinks\fR(1M). Finally \fIflag\fR +refers to the names in the \fB/devices\fR hierarchy. See \fBdisks\fR(8), +\fBports\fR(8), \fBtapes\fR(8), \fBdevlinks\fR(8). Finally \fIflag\fR determines if this is a clone device or not, and what device class the node belongs to. .SH RETURN VALUES @@ -247,23 +247,28 @@ ddi_create_minor_node(dip, "foo", S_IFBLK, 0, DDI_NT_BLOCK, 0); .in -2 .SH SEE ALSO -\fBadd_drv\fR(1M), \fBdevlinks\fR(1M), \fBdisks\fR(1M), \fBdrvconfig\fR(1M), -\fBports\fR(1M), \fBtapes\fR(1M), \fBattach\fR(9E), -\fBddi_remove_minor_node\fR(9F) +.BR add_drv (8), +.BR devlinks (8), +.BR disks (8), +.BR drvconfig (8), +.BR ports (8), +.BR tapes (8), +.BR attach (9E), +.BR ddi_remove_minor_node (9F) .sp .LP \fIWriting Device Drivers\fR .SH NOTES If the driver is for a network device (\fInode_type\fR \fBDDI_NT_NET\fR), note that the driver name will undergo the driver name constraints identified in the -NOTES section of \fBdlpi\fR(7P). Additionally, the minor name must match the +NOTES section of \fBdlpi\fR(4P). Additionally, the minor name must match the driver name for a DLPI style 2 provider. If the driver is a DLPI style 1 provider, the minor name must also match the driver name with the exception that the ppa is appended to the minor name. .sp .LP -Non-\fBgld\fR(7D)-based DLPI network streams drivers are encouraged to switch -to \fBgld\fR(7D). Failing this, a driver that creates DLPI style-2 minor +Non-\fBgld\fR(4D)-based DLPI network streams drivers are encouraged to switch +to \fBgld\fR(4D). Failing this, a driver that creates DLPI style-2 minor nodes must specify CLONE_DEV for its style-2 \fBddi_create_minor_node()\fR nodes and use \fBqassociate\fR(9F). A driver that supports both style-1 and style-2 minor nodes should return DDI_FAILURE for DDI_INFO_DEVT2INSTANCE and @@ -271,7 +276,7 @@ DDI_INFO_DEVT2DEVINFO \fBgetinfo\fR(9E) calls to style-2 minor nodes. (The correct association is already established by \fBqassociate\fR(9F)). A driver that only supports style-2 minor nodes can use \fBddi_no_info\fR(9F) for its \fBgetinfo\fR(9E) implementation. For drivers that do not follow these rules, -the results of a \fBmodunload\fR(1M) of the driver or a \fBcfgadm\fR(1M) remove +the results of a \fBmodunload\fR(8) of the driver or a \fBcfgadm\fR(8) remove of hardware controlled by the driver are undefined. .SH WARNING Drivers must remove references to GLOBAL_DEV, NODEBOUND_DEV, NODESPECIFIC_DEV, diff --git a/usr/src/man/man9f/ddi_cred.9f b/usr/src/man/man9f/ddi_cred.9f index 83bc480c64..937810d92c 100644 --- a/usr/src/man/man9f/ddi_cred.9f +++ b/usr/src/man/man9f/ddi_cred.9f @@ -183,7 +183,7 @@ on a user credential structure that is referenced by other parts of the system. .SH CONTEXT These functions can be called from user and kernel contexts. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -199,7 +199,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBprivileges\fR(5), \fBdrv_priv\fR(9F) +.BR attributes (7), +.BR privileges (7), +.BR drv_priv (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dev_is_needed.9f b/usr/src/man/man9f/ddi_dev_is_needed.9f index 293e2509ee..89139d84a9 100644 --- a/usr/src/man/man9f/ddi_dev_is_needed.9f +++ b/usr/src/man/man9f/ddi_dev_is_needed.9f @@ -137,7 +137,7 @@ xxdisk_strategy(struct buf *bp) .SH CONTEXT This function can be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -151,8 +151,13 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBpm\fR(7D), \fBpm-components\fR(9P), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBpower\fR(9E), \fBpm_busy_component\fR(9F), \fBpm_idle_component\fR(9F) +.BR pm (4D), +.BR attach (9E), +.BR detach (9E), +.BR power (9E), +.BR pm_busy_component (9F), +.BR pm_idle_component (9F), +.BR pm-components (9P) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dev_nintrs.9f b/usr/src/man/man9f/ddi_dev_nintrs.9f index 06d70a41db..a8fcf0306d 100644 --- a/usr/src/man/man9f/ddi_dev_nintrs.9f +++ b/usr/src/man/man9f/ddi_dev_nintrs.9f @@ -49,7 +49,7 @@ The device has no interrupt specifications. The \fBddi_dev_nintrs()\fR function can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -63,8 +63,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBisa\fR(4), \fBsbus\fR(4), \fBddi_add_intr\fR(9F), \fBddi_dev_nregs\fR(9F), -\fBddi_dev_regsize\fR(9F), \fBIntro\fR(9F) +.BR isa (5), +.BR sbus (5), +.BR Intro (9F), +.BR ddi_add_intr (9F), +.BR ddi_dev_nregs (9F), +.BR ddi_dev_regsize (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dev_nregs.9f b/usr/src/man/man9f/ddi_dev_nregs.9f index f538e44931..00786f011a 100644 --- a/usr/src/man/man9f/ddi_dev_nregs.9f +++ b/usr/src/man/man9f/ddi_dev_nregs.9f @@ -64,7 +64,8 @@ The device has no registers. The \fBddi_dev_nregs()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBddi_dev_nintrs\fR(9F), \fBddi_dev_regsize\fR(9F) +.BR ddi_dev_nintrs (9F), +.BR ddi_dev_regsize (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dev_regsize.9f b/usr/src/man/man9f/ddi_dev_regsize.9f index 7a6208a778..c43b5ec48c 100644 --- a/usr/src/man/man9f/ddi_dev_regsize.9f +++ b/usr/src/man/man9f/ddi_dev_regsize.9f @@ -80,7 +80,8 @@ An invalid (nonexistent) register number was specified. The \fBddi_dev_regsize()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBddi_dev_nintrs\fR(9F), \fBddi_dev_nregs\fR(9F) +.BR ddi_dev_nintrs (9F), +.BR ddi_dev_nregs (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dev_report_fault.9f b/usr/src/man/man9f/ddi_dev_report_fault.9f index 1b854204cc..9f143a9112 100644 --- a/usr/src/man/man9f/ddi_dev_report_fault.9f +++ b/usr/src/man/man9f/ddi_dev_report_fault.9f @@ -207,5 +207,6 @@ xx_error_intr(xx_soft_state *ssp) The \fBddi_dev_report_fault()\fR function may be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_check_acc_handle\fR(9F), \fBddi_check_dma_handle\fR(9F), -\fBddi_get_devstate\fR(9F) +.BR ddi_check_acc_handle (9F), +.BR ddi_check_dma_handle (9F), +.BR ddi_get_devstate (9F) diff --git a/usr/src/man/man9f/ddi_device_copy.9f b/usr/src/man/man9f/ddi_device_copy.9f index 03465634d7..b92620c70b 100644 --- a/usr/src/man/man9f/ddi_device_copy.9f +++ b/usr/src/man/man9f/ddi_device_copy.9f @@ -177,7 +177,8 @@ The byte count is not a multiple \fIdev_datasz\fR. .SH CONTEXT \fBddi_device_copy()\fR can be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_regs_map_free\fR(9F), \fBddi_regs_map_setup\fR(9F) +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_device_zero.9f b/usr/src/man/man9f/ddi_device_zero.9f index 735e3102a0..635e5d840c 100644 --- a/usr/src/man/man9f/ddi_device_zero.9f +++ b/usr/src/man/man9f/ddi_device_zero.9f @@ -138,7 +138,8 @@ The byte count is not a multiple of \fIdev_datasz\fR. .SH CONTEXT \fBddi_device_zero()\fR can be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_regs_map_free\fR(9F), \fBddi_regs_map_setup\fR(9F) +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_devid_compare.9f b/usr/src/man/man9f/ddi_devid_compare.9f index 68e63e427d..945d3a97b8 100644 --- a/usr/src/man/man9f/ddi_devid_compare.9f +++ b/usr/src/man/man9f/ddi_devid_compare.9f @@ -520,8 +520,12 @@ Failure; the \fIdevidstr\fR string was not valid. .SH CONTEXT These functions can be called from a user or kernel context. .SH SEE ALSO -\fBdevid_get\fR(3DEVID), \fBlibdevid\fR(3LIB), \fBattributes\fR(5), -\fBattach\fR(9E), \fBdetach\fR(9E), \fBkmem_free\fR(9F) +.BR devid_get (3DEVID), +.BR libdevid (3LIB), +.BR attributes (7), +.BR attach (9E), +.BR detach (9E), +.BR kmem_free (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_addr_bind_handle.9f b/usr/src/man/man9f/ddi_dma_addr_bind_handle.9f index f63d208da9..74573402f9 100644 --- a/usr/src/man/man9f/ddi_dma_addr_bind_handle.9f +++ b/usr/src/man/man9f/ddi_dma_addr_bind_handle.9f @@ -371,12 +371,19 @@ configuration. context, except when \fIcallback\fR is set to \fBDDI_DMA_SLEEP\fR, in which case it can only be called from user or kernel context. .SH SEE ALSO -\fBddi_dma_alloc_handle\fR(9F), \fBddi_dma_cookie_get\fR(9F), -\fBddi_dma_cookie_iter\fR(9F), \fBddi_dma_free_handle\fR(9F), -\fBddi_dma_getwin\fR(9F), \fBddi_dma_mem_alloc\fR(9F), -\fBddi_dma_mem_free\fR(9F), \fBddi_dma_ncookies\fR(9F), -\fBddi_dma_sync\fR(9F), \fBddi_dma_unbind_handle\fR(9F), -\fBddi_umem_iosetup\fR(9F), \fBddi_dma_attr\fR(9S), \fBddi_dma_cookie\fR(9S) +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_cookie_get (9F), +.BR ddi_dma_cookie_iter (9F), +.BR ddi_dma_free_handle (9F), +.BR ddi_dma_getwin (9F), +.BR ddi_dma_mem_alloc (9F), +.BR ddi_dma_mem_free (9F), +.BR ddi_dma_ncookies (9F), +.BR ddi_dma_sync (9F), +.BR ddi_dma_unbind_handle (9F), +.BR ddi_umem_iosetup (9F), +.BR ddi_dma_attr (9S), +.BR ddi_dma_cookie (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_alloc_handle.9f b/usr/src/man/man9f/ddi_dma_alloc_handle.9f index 5319ab7dc7..d5dfe26383 100644 --- a/usr/src/man/man9f/ddi_dma_alloc_handle.9f +++ b/usr/src/man/man9f/ddi_dma_alloc_handle.9f @@ -155,9 +155,12 @@ No resources are available. context, except when \fIcallback\fR is set to \fBDDI_DMA_SLEEP\fR, in which case it can be called from user or kernel context only. .SH SEE ALSO -\fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_buf_bind_handle\fR(9F), -\fBddi_dma_burstsizes\fR(9F), \fBddi_dma_free_handle\fR(9F), -\fBddi_dma_unbind_handle\fR(9F), \fBddi_dma_attr\fR(9S) +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_dma_burstsizes (9F), +.BR ddi_dma_free_handle (9F), +.BR ddi_dma_unbind_handle (9F), +.BR ddi_dma_attr (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_buf_bind_handle.9f b/usr/src/man/man9f/ddi_dma_buf_bind_handle.9f index 7b92477f1a..6b45bf880e 100644 --- a/usr/src/man/man9f/ddi_dma_buf_bind_handle.9f +++ b/usr/src/man/man9f/ddi_dma_buf_bind_handle.9f @@ -353,12 +353,18 @@ configuration. context, except when \fIcallback\fR is set to \fBDDI_DMA_SLEEP\fR, in which case it can be called from user or kernel context only. .SH SEE ALSO -\fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_alloc_handle\fR(9F), -\fBddi_dma_cookie_get\fR(9F), \fBddi_dma_cookie_iter\fR(9F), -\fBddi_dma_free_handle\fR(9F), \fBddi_dma_getwin\fR(9F), -\fBddi_dma_ncookies\fR(9F), \fBddi_dma_sync\fR(9F), -\fBddi_dma_unbind_handle\fR(9F), \fBbuf\fR(9S), \fBddi_dma_attr\fR(9S), -\fBddi_dma_cookie\fR(9S) +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_cookie_get (9F), +.BR ddi_dma_cookie_iter (9F), +.BR ddi_dma_free_handle (9F), +.BR ddi_dma_getwin (9F), +.BR ddi_dma_ncookies (9F), +.BR ddi_dma_sync (9F), +.BR ddi_dma_unbind_handle (9F), +.BR buf (9S), +.BR ddi_dma_attr (9S), +.BR ddi_dma_cookie (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_burstsizes.9f b/usr/src/man/man9f/ddi_dma_burstsizes.9f index ff0e6f1951..e07285873e 100644 --- a/usr/src/man/man9f/ddi_dma_burstsizes.9f +++ b/usr/src/man/man9f/ddi_dma_burstsizes.9f @@ -42,7 +42,8 @@ to device's own limitations. .SH CONTEXT This function can be called from user or interrupt context. .SH SEE ALSO -\fBddi_dma_alloc_handle\fR(9F), \fBddi_dma_attr\fR(9S) +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_attr (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_free_handle.9f b/usr/src/man/man9f/ddi_dma_free_handle.9f index 52e7a16103..dacd47fde9 100644 --- a/usr/src/man/man9f/ddi_dma_free_handle.9f +++ b/usr/src/man/man9f/ddi_dma_free_handle.9f @@ -38,7 +38,8 @@ caching on the handle. \fBddi_dma_free_handle()\fR can be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_dma_alloc_handle\fR(9F), \fBddi_dma_unbind_handle\fR(9F) +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_unbind_handle (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_getwin.9f b/usr/src/man/man9f/ddi_dma_getwin.9f index 44ad7e51cb..df3661b93f 100644 --- a/usr/src/man/man9f/ddi_dma_getwin.9f +++ b/usr/src/man/man9f/ddi_dma_getwin.9f @@ -143,9 +143,12 @@ Resources for the specified \fBDMA\fR window are allocated. .SH SEE ALSO \fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_alloc_handle\fR(9F), \fBddi_dma_buf_bind_handle\fR(9F), \fBddi_dma_cookie_get\fR(9F), -\fBddi_dma_cookie_iter\fR(9F), \fBddi_dma_ncookies\fR(9F), -\fBddi_dma_numwin\fR(9F), \fBddi_dma_sync\fR(9F), -\fBddi_dma_unbind_handle\fR(9F), \fBddi_dma_cookie\fR(9S) +.BR ddi_dma_cookie_iter (9F), +.BR ddi_dma_ncookies (9F), +.BR ddi_dma_numwin (9F), +.BR ddi_dma_sync (9F), +.BR ddi_dma_unbind_handle (9F), +.BR ddi_dma_cookie (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_mem_alloc.9f b/usr/src/man/man9f/ddi_dma_mem_alloc.9f index e3261e30e6..65e0cb7e9a 100644 --- a/usr/src/man/man9f/ddi_dma_mem_alloc.9f +++ b/usr/src/man/man9f/ddi_dma_mem_alloc.9f @@ -256,10 +256,15 @@ The \fBddi_dma_mem_alloc()\fR function can be called from user, interrupt, or kernel context except when \fIwaitfp\fR is set to \fBDDI_DMA_SLEEP\fR, in which case it cannot be called from interrupt context. .SH SEE ALSO -\fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_alloc_handle\fR(9F), -\fBddi_dma_mem_free\fR(9F), \fBddi_dma_sync\fR(9F), -\fBddi_dma_unbind_handle\fR(9F), \fBddi_get8\fR(9F), \fBddi_put8\fR(9F), -\fBddi_device_acc_attr\fR(9S), \fBddi_dma_attr\fR(9S) +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_mem_free (9F), +.BR ddi_dma_sync (9F), +.BR ddi_dma_unbind_handle (9F), +.BR ddi_get8 (9F), +.BR ddi_put8 (9F), +.BR ddi_device_acc_attr (9S), +.BR ddi_dma_attr (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_mem_free.9f b/usr/src/man/man9f/ddi_dma_mem_free.9f index d8b1b4ad3e..91b63df9f2 100644 --- a/usr/src/man/man9f/ddi_dma_mem_free.9f +++ b/usr/src/man/man9f/ddi_dma_mem_free.9f @@ -35,7 +35,7 @@ illumos DDI specific (illumos DDI). .SH CONTEXT \fBddi_dma_mem_free()\fR can be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_dma_mem_alloc\fR(9F) +.BR ddi_dma_mem_alloc (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_numwin.9f b/usr/src/man/man9f/ddi_dma_numwin.9f index fb2d07522c..71b6c42bde 100644 --- a/usr/src/man/man9f/ddi_dma_numwin.9f +++ b/usr/src/man/man9f/ddi_dma_numwin.9f @@ -64,8 +64,10 @@ Successfully filled in the number of \fBDMA\fR windows. .SH CONTEXT \fBddi_dma_numwin()\fR can be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_alloc_handle\fR(9F), -\fBddi_dma_buf_bind_handle\fR(9F), \fBddi_dma_unbind_handle\fR(9F) +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_dma_unbind_handle (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_set_sbus64.9f b/usr/src/man/man9f/ddi_dma_set_sbus64.9f index f30340e032..d893f5d269 100644 --- a/usr/src/man/man9f/ddi_dma_set_sbus64.9f +++ b/usr/src/man/man9f/ddi_dma_set_sbus64.9f @@ -81,7 +81,7 @@ Successfully set the SBus to 64-bit mode. \fBddi_dma_set_sbus64()\fR can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -95,9 +95,12 @@ Architecture SBus .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_dma_addr_bind_handle\fR(9F), -\fBddi_dma_alloc_handle\fR(9F), \fBddi_dma_buf_bind_handle\fR(9F), -\fBddi_dma_burstsizes\fR(9F), \fBddi_dma_attr\fR(9S) +.BR attributes (7), +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_dma_burstsizes (9F), +.BR ddi_dma_attr (9S) .SH NOTES 64-bit SBus mode is activated on a per SBus slot basis. If there are multiple SBus cards in one slot, they all must operate in 64-bit mode or they all must diff --git a/usr/src/man/man9f/ddi_dma_sync.9f b/usr/src/man/man9f/ddi_dma_sync.9f index fd6004dacc..988061f30d 100644 --- a/usr/src/man/man9f/ddi_dma_sync.9f +++ b/usr/src/man/man9f/ddi_dma_sync.9f @@ -125,9 +125,11 @@ The address range to be flushed is out of the address range established by The \fBddi_dma_sync()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_alloc_handle\fR(9F), -\fBddi_dma_buf_bind_handle\fR(9F), \fBddi_dma_mem_alloc\fR(9F), -\fBddi_dma_unbind_handle\fR(9F) +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_dma_mem_alloc (9F), +.BR ddi_dma_unbind_handle (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dma_unbind_handle.9f b/usr/src/man/man9f/ddi_dma_unbind_handle.9f index fb21ee1747..04a3a47136 100644 --- a/usr/src/man/man9f/ddi_dma_unbind_handle.9f +++ b/usr/src/man/man9f/ddi_dma_unbind_handle.9f @@ -58,9 +58,11 @@ on failure \fBddi_dma_unbind_handle()\fR can be called from user, kernel, or interrupt context. .SH SEE ALSO -\fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_alloc_handle\fR(9F), -\fBddi_dma_buf_bind_handle\fR(9F), \fBddi_dma_free_handle\fR(9F), -\fBddi_dma_sync\fR(9F) +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_alloc_handle (9F), +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_dma_free_handle (9F), +.BR ddi_dma_sync (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_dmae.9f b/usr/src/man/man9f/ddi_dmae.9f index 3e97f00451..20d6beb884 100644 --- a/usr/src/man/man9f/ddi_dmae.9f +++ b/usr/src/man/man9f/ddi_dmae.9f @@ -308,7 +308,7 @@ If \fBddi_dmae_alloc()\fR is called from interrupt context, then its \fBDDI_DMA_SLEEP\fR. Otherwise, all these routines can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -322,8 +322,13 @@ Architecture x86 .TE .SH SEE ALSO -\fBisa\fR(4), \fBattributes\fR(5), \fBddi_dma_buf_setup\fR(9F), -\fBddi_dma_cookie_iter\fR(9F), \fBddi_dma_getwin\fR(9F), -\fBddi_dma_mem_alloc\fR(9F), \fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_attr\fR(9S), -\fBddi_dma_cookie\fR(9S), -\fBddi_dmae_req\fR(9S) +.BR isa (5), +.BR attributes (7), +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_buf_setup (9F), +.BR ddi_dma_cookie_iter (9F), +.BR ddi_dma_getwin (9F), +.BR ddi_dma_mem_alloc (9F), +.BR ddi_dma_attr (9S), +.BR ddi_dma_cookie (9S), +.BR ddi_dmae_req (9S) diff --git a/usr/src/man/man9f/ddi_driver_major.9f b/usr/src/man/man9f/ddi_driver_major.9f index 18ec5585d3..86234991fe 100644 --- a/usr/src/man/man9f/ddi_driver_major.9f +++ b/usr/src/man/man9f/ddi_driver_major.9f @@ -35,7 +35,7 @@ device, if any, or \fBDDI_MAJOR_T_NONE\fR otherwise. .SH CONTEXT \fBddi_driver_major()\fR can be called from kernel or interrupt context. .SH SEE ALSO -\fBddi_driver_name\fR(9F) +.BR ddi_driver_name (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_driver_name.9f b/usr/src/man/man9f/ddi_driver_name.9f index 3fcf24eaaa..85fa89040b 100644 --- a/usr/src/man/man9f/ddi_driver_name.9f +++ b/usr/src/man/man9f/ddi_driver_name.9f @@ -36,7 +36,7 @@ device. .SH CONTEXT \fBddi_driver_name()\fR can be called from kernel, or interrupt context. .SH SEE ALSO -\fBddi_get_name\fR(9F) +.BR ddi_get_name (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_enter_critical.9f b/usr/src/man/man9f/ddi_enter_critical.9f index 4d1b3b973f..f01afbc833 100644 --- a/usr/src/man/man9f/ddi_enter_critical.9f +++ b/usr/src/man/man9f/ddi_enter_critical.9f @@ -67,7 +67,7 @@ Do not write code bracketed by \fBddi_enter_critical()\fR and \fBddi_exit_critical()\fR that can get caught in an infinite loop, as the machine may crash if you do. .SH SEE ALSO -\fBmutex\fR(9F) +.BR mutex (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_fm_acc_err_clear.9f b/usr/src/man/man9f/ddi_fm_acc_err_clear.9f index 55e8bb5c1a..b460d7060b 100644 --- a/usr/src/man/man9f/ddi_fm_acc_err_clear.9f +++ b/usr/src/man/man9f/ddi_fm_acc_err_clear.9f @@ -61,7 +61,7 @@ clear the error status of a \fBDMA\fR or access handle respectively. Once cleared, the driver is again able to access the mapped registers or memory using programmed \fBI/O\fR through the handle. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -75,8 +75,11 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_dma_mem_alloc\fR(9F), \fBddi_fm_acc_err_get\fR(9F), -\fBddi_fm_dma_err_get\fR(9F), \fBddi_regs_map_setup\fR(9F) +.BR attributes (7), +.BR ddi_dma_mem_alloc (9F), +.BR ddi_fm_acc_err_get (9F), +.BR ddi_fm_dma_err_get (9F), +.BR ddi_regs_map_setup (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_fm_acc_err_get.9f b/usr/src/man/man9f/ddi_fm_acc_err_get.9f index 1d1bc27666..1f081e8ea5 100644 --- a/usr/src/man/man9f/ddi_fm_acc_err_get.9f +++ b/usr/src/man/man9f/ddi_fm_acc_err_get.9f @@ -107,7 +107,7 @@ should be specified. The \fBddi_fm_acc_err_get()\fR and \fBddi_fm_dma_err_get()\fR functions can be called from user, kernel, or high-level interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -121,10 +121,10 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_dma_mem_alloc\fR(9F), +\fBattributes\fR(7), \fBddi_dma_mem_alloc\fR(9F), \fBddi_fm_acc_err_clear\fR(9F), \fBddi_fm_service_impact\fR(9F), \fBddi_get8\fR(9F), \fBddi_put8\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_fm_error\fR(9S), +.BR ddi_fm_error (9S), .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_fm_ereport_post.9f b/usr/src/man/man9f/ddi_fm_ereport_post.9f index 92a443c43b..21599f5ffd 100644 --- a/usr/src/man/man9f/ddi_fm_ereport_post.9f +++ b/usr/src/man/man9f/ddi_fm_ereport_post.9f @@ -55,7 +55,7 @@ Determines whether caller can sleep for memory or other event resources. .SH DESCRIPTION The \fBddi_fm_ereport_post()\fR function causes an encoded fault management error report name-value pair list to be queued for delivery to the Fault -Manager daemon, \fBfmd\fR(1M). The \fIsflag\fR parameter indicates whether or +Manager daemon, \fBfmd\fR(8). The \fIsflag\fR parameter indicates whether or not the caller is willing to wait for system memory and event channel resources to become available. .sp @@ -165,7 +165,7 @@ the argument list is specified by \fINULL\fR. The \fBddi_fm_ereport_post()\fR function can be called from user, kernel, or high-level interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -179,4 +179,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBfmd\fR(1M), \fBattributes\fR(5), \fBddi_fm_service_impact\fR(9F) +.BR attributes (7), +.BR fmd (8), +.BR ddi_fm_service_impact (9F) diff --git a/usr/src/man/man9f/ddi_fm_handler_register.9f b/usr/src/man/man9f/ddi_fm_handler_register.9f index 092ec6ff28..995780dc70 100644 --- a/usr/src/man/man9f/ddi_fm_handler_register.9f +++ b/usr/src/man/man9f/ddi_fm_handler_register.9f @@ -127,7 +127,7 @@ access or \fBDMA\fR handles. .LP For each error detected, the driver must formulate and post an error report via \fBddi_fm_ereport_post()\fR for problem analysis by the illumos Fault Manager -\fBfmd\fR(1M). +\fBfmd\fR(8). .sp .LP For a \fBPCI\fR, \fBPCI/X\fR, or \fBPCI Express\fR leaf device, the @@ -173,7 +173,7 @@ functions must be called from kernel context in an \fBattach\fR(9E) or \fIerror_handler\fR, callback can be called from kernel, interrupt, or high level interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -187,9 +187,16 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBfmd\fR(1M), \fBattributes\fR(5), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBddi_fm_ereport_post\fR(9F), \fBddi_fm_init\fR(9F), \fBddi_get8\fR(9F), -\fBddi_put8\fR(9F), \fBpci_ereport_post\fR(9F), \fBddi_fm_error\fR(9S) +.BR attributes (7), +.BR fmd (8), +.BR attach (9E), +.BR detach (9E), +.BR ddi_fm_ereport_post (9F), +.BR ddi_fm_init (9F), +.BR ddi_get8 (9F), +.BR ddi_put8 (9F), +.BR pci_ereport_post (9F), +.BR ddi_fm_error (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_fm_init.9f b/usr/src/man/man9f/ddi_fm_init.9f index 5ff3c7d0f6..459ff4e8fd 100644 --- a/usr/src/man/man9f/ddi_fm_init.9f +++ b/usr/src/man/man9f/ddi_fm_init.9f @@ -104,12 +104,12 @@ properties: and .Sy fm-dmachk-capable . The current supported fault management capability levels are observable via -.Xr prtconf 1M . +.Xr prtconf 8 . .Pp A driver can support the administrative selection of fault management capabilities by exporting and setting a fault management capability level property in its -.Xr driver.conf 4 +.Xr driver.conf 5 file to the values described above. The .Sy fm_capable @@ -154,8 +154,8 @@ If no capabilities are in use then .Vt DDI_FM_NOT_CAPABLE is returned. .Sh SEE ALSO -.Xr prtconf 1M , -.Xr driver.conf 4 , +.Xr driver.conf 5 , +.Xr prtconf 8 , .Xr attach 9E , .Xr detach 9E .Pp diff --git a/usr/src/man/man9f/ddi_fm_service_impact.9f b/usr/src/man/man9f/ddi_fm_service_impact.9f index 5ecaaffb74..b2d18b7860 100644 --- a/usr/src/man/man9f/ddi_fm_service_impact.9f +++ b/usr/src/man/man9f/ddi_fm_service_impact.9f @@ -85,7 +85,7 @@ The service provided by the device was unaffected by the error. The \fBddi_fm_service_impact()\fR function can be called from user, kernel, or high-level interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -99,5 +99,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBfmd\fR(1M), \fBattributes\fR(5), \fBddi_fm_ereport_post\fR(9F), -\fBpci_ereport_post\fR(9F) +.BR attributes (7), +.BR fmd (8), +.BR ddi_fm_ereport_post (9F), +.BR pci_ereport_post (9F) diff --git a/usr/src/man/man9f/ddi_get8.9f b/usr/src/man/man9f/ddi_get8.9f index 0218f8e139..013a721f66 100644 --- a/usr/src/man/man9f/ddi_get8.9f +++ b/usr/src/man/man9f/ddi_get8.9f @@ -72,15 +72,15 @@ the device have incompatible endian characteristics. .LP For certain bus types, you can call these \fBDDI\fR functions from a high-interrupt context. These types include \fBISA\fR and SBus buses. See -\fBsysbus\fR(4), \fBisa\fR(4), and \fBsbus\fR(4) for details. For the PCI bus, +\fBsysbus\fR(5), \fBisa\fR(5), and \fBsbus\fR(5) for details. For the PCI bus, you can, under certain conditions, call these \fBDDI\fR functions from a -high-interrupt context. See \fBpci\fR(4). +high-interrupt context. See \fBpci\fR(5). .SH RETURN VALUES These functions return the value read from the mapped address. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -94,5 +94,8 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBddi_put8\fR(9F), \fBddi_regs_map_free\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_rep_get8\fR(9F), \fBddi_rep_put8\fR(9F) +.BR ddi_put8 (9F), +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_get8 (9F), +.BR ddi_rep_put8 (9F) diff --git a/usr/src/man/man9f/ddi_get_devstate.9f b/usr/src/man/man9f/ddi_get_devstate.9f index 6d1e14e4a3..7431d702fe 100644 --- a/usr/src/man/man9f/ddi_get_devstate.9f +++ b/usr/src/man/man9f/ddi_get_devstate.9f @@ -102,5 +102,9 @@ to enqueue the operation and service it once the bus has been unquiesced. Note that not all busses support the quiesce/unquiesce operations, so this value may never be seen by some drivers. .SH SEE ALSO -\fBattach\fR(9E), \fBioctl\fR(9E), \fBopen\fR(9E), \fBread\fR(9E), -\fBstrategy\fR(9E), \fBwrite\fR(9E), \fBddi_dev_report_fault\fR(9F) +\fBattach\fR(9E), \fBioctl\fR(9E), +.BR open (9E), +.BR read (9E), +.BR strategy (9E), +.BR write (9E), +.BR ddi_dev_report_fault (9F) diff --git a/usr/src/man/man9f/ddi_get_eventcookie.9f b/usr/src/man/man9f/ddi_get_eventcookie.9f index e531e33e88..e5cc3d6369 100644 --- a/usr/src/man/man9f/ddi_get_eventcookie.9f +++ b/usr/src/man/man9f/ddi_get_eventcookie.9f @@ -80,7 +80,7 @@ device tree hierarchy. The \fBddi_get_eventcookie()\fR function can be called from user and kernel contexts only. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -94,8 +94,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_add_event_handler\fR(9F), -\fBddi_remove_event_handler\fR(9F) +.BR attributes (7), +.BR ddi_add_event_handler (9F), +.BR ddi_remove_event_handler (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_get_instance.9f b/usr/src/man/man9f/ddi_get_instance.9f index f25f40e719..b4c569dd09 100644 --- a/usr/src/man/man9f/ddi_get_instance.9f +++ b/usr/src/man/man9f/ddi_get_instance.9f @@ -53,7 +53,7 @@ corresponding to \fIdip\fR. The \fBddi_get_instance()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBpath_to_inst\fR(4) +.BR path_to_inst (5) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_get_lbolt.9f b/usr/src/man/man9f/ddi_get_lbolt.9f index f7ae6bb3eb..f2bec20015 100644 --- a/usr/src/man/man9f/ddi_get_lbolt.9f +++ b/usr/src/man/man9f/ddi_get_lbolt.9f @@ -31,7 +31,9 @@ microseconds into clock ticks. .SH CONTEXT This routine can be called from any context. .SH SEE ALSO -\fBddi_get_time\fR(9F), \fBdrv_getparm\fR(9F), \fBdrv_usectohz\fR(9F) +.BR ddi_get_time (9F), +.BR drv_getparm (9F), +.BR drv_usectohz (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_get_pid.9f b/usr/src/man/man9f/ddi_get_pid.9f index dfdd865b3f..540f0b85b9 100644 --- a/usr/src/man/man9f/ddi_get_pid.9f +++ b/usr/src/man/man9f/ddi_get_pid.9f @@ -30,7 +30,7 @@ the current process. .SH CONTEXT This routine can be called from user context only. .SH SEE ALSO -\fBdrv_getparm\fR(9F) +.BR drv_getparm (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_get_time.9f b/usr/src/man/man9f/ddi_get_time.9f index 36e33890f9..350b0fb4cf 100644 --- a/usr/src/man/man9f/ddi_get_time.9f +++ b/usr/src/man/man9f/ddi_get_time.9f @@ -32,8 +32,10 @@ instead use \fBddi_get_lbolt\fR(9F) or \fBgethrtime\fR(9F). .SH CONTEXT This routine can be called from any context. .SH SEE ALSO -\fBddi_get_lbolt\fR(9F), \fBdrv_getparm\fR(9F), \fBdrv_usectohz\fR(9F), -\fBgethrtime\fR(9F) +.BR ddi_get_lbolt (9F), +.BR drv_getparm (9F), +.BR drv_usectohz (9F), +.BR gethrtime (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_getiminor.9f b/usr/src/man/man9f/ddi_getiminor.9f index 41737f6691..29ab0cf54a 100644 --- a/usr/src/man/man9f/ddi_getiminor.9f +++ b/usr/src/man/man9f/ddi_getiminor.9f @@ -51,7 +51,7 @@ differ in a clustered system. .LP For certain bus types, you can call this \fBDDI\fR function from a high-interrupt context. These types include \fBISA\fR and SBus buses. See -\fBsysbus\fR(4), \fBisa\fR(4), and \fBsbus\fR(4) for details. +\fBsysbus\fR(5), \fBisa\fR(5), and \fBsbus\fR(5) for details. .SH CONTEXT .sp .LP @@ -64,7 +64,7 @@ invalid. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -80,8 +80,10 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBgetmajor\fR(9F), \fBgetminor\fR(9F), -\fBmakedevice\fR(9F) +.BR attributes (7), +.BR getmajor (9F), +.BR getminor (9F), +.BR makedevice (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_in_panic.9f b/usr/src/man/man9f/ddi_in_panic.9f index 2622afe873..b99156a1eb 100644 --- a/usr/src/man/man9f/ddi_in_panic.9f +++ b/usr/src/man/man9f/ddi_in_panic.9f @@ -39,8 +39,10 @@ otherwise. .SH CONTEXT \fBddi_in_panic()\fR may be called from any context. .SH SEE ALSO -\fBdump\fR(9E), \fBdelay\fR(9F), \fBddi_trigger_softintr\fR(9F), -\fBtimeout\fR(9F) +.BR dump (9E), +.BR ddi_trigger_softintr (9F), +.BR delay (9F), +.BR timeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_add_handler.9f b/usr/src/man/man9f/ddi_intr_add_handler.9f index f5b554bbc4..8c7742c2f2 100644 --- a/usr/src/man/man9f/ddi_intr_add_handler.9f +++ b/usr/src/man/man9f/ddi_intr_add_handler.9f @@ -148,7 +148,7 @@ On any implementation specific failure. The \fBddi_intr_add_handler()\fR and \fBddi_intr_remove_handler()\fR functions can be called from kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -162,12 +162,20 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBddi_intr_alloc\fR(9F), \fBddi_intr_block_enable\fR(9F), -\fBddi_intr_disable\fR(9F), \fBddi_intr_dup_handler\fR(9F), -\fBddi_intr_enable\fR(9F), \fBddi_intr_free\fR(9F), -\fBddi_intr_get_supported_types\fR(9F), \fBmutex\fR(9F), \fBmutex_init\fR(9F), -\fBrw_init\fR(9F), \fBrwlock\fR(9F) +.BR attributes (7), +.BR attach (9E), +.BR detach (9E), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_block_enable (9F), +.BR ddi_intr_disable (9F), +.BR ddi_intr_dup_handler (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_free (9F), +.BR ddi_intr_get_supported_types (9F), +.BR mutex (9F), +.BR mutex_init (9F), +.BR rw_init (9F), +.BR rwlock (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_add_softint.9f b/usr/src/man/man9f/ddi_intr_add_softint.9f index 4767701d2a..71d89e0a8b 100644 --- a/usr/src/man/man9f/ddi_intr_add_softint.9f +++ b/usr/src/man/man9f/ddi_intr_add_softint.9f @@ -477,7 +477,7 @@ xxsoftint_handler(void *arg1, void *arg2) .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -491,9 +491,14 @@ Interface Stability Evolving .TE .SH SEE ALSO -\fBattributes\fR(5), \fBattach\fR(9E), \fBddi_intr_alloc\fR(9F), -\fBddi_intr_free\fR(9F), \fBddi_intr_get_hilevel_pri\fR(9F), -\fBmutex_init\fR(9F), \fBrw_init\fR(9F), \fBrwlock\fR(9F) +.BR attributes (7), +.BR attach (9E), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_free (9F), +.BR ddi_intr_get_hilevel_pri (9F), +.BR mutex_init (9F), +.BR rw_init (9F), +.BR rwlock (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_alloc.9f b/usr/src/man/man9f/ddi_intr_alloc.9f index 76e63ece15..406331e19b 100644 --- a/usr/src/man/man9f/ddi_intr_alloc.9f +++ b/usr/src/man/man9f/ddi_intr_alloc.9f @@ -206,7 +206,7 @@ On any implementation specific failure. The \fBddi_intr_alloc()\fR and \fBddi_intr_free()\fR functions can be called from kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -220,11 +220,16 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_add_handler\fR(9F), -\fBddi_intr_block_enable\fR(9F), \fBddi_intr_disable\fR(9F), -\fBddi_intr_enable\fR(9F), \fBddi_intr_get_cap\fR(9F), -\fBddi_intr_get_nintrs\fR(9F), \fBddi_intr_get_pri\fR(9F), -\fBddi_intr_get_supported_types\fR(9F), \fBddi_intr_remove_handler\fR(9F) +.BR attributes (7), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_block_enable (9F), +.BR ddi_intr_disable (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_get_cap (9F), +.BR ddi_intr_get_nintrs (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_intr_get_supported_types (9F), +.BR ddi_intr_remove_handler (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_dup_handler.9f b/usr/src/man/man9f/ddi_intr_dup_handler.9f index e531e9ddd7..78103f1bbf 100644 --- a/usr/src/man/man9f/ddi_intr_dup_handler.9f +++ b/usr/src/man/man9f/ddi_intr_dup_handler.9f @@ -260,7 +260,7 @@ remove_msix_interrupts(intr_state_t *state) The \fBddi_intr_dup_handler()\fR function can be called from kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -274,11 +274,16 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_add_handler\fR(9F), \fBddi_intr_alloc\fR(9F), -\fBddi_intr_clr_mask\fR(9F), \fBddi_intr_disable\fR(9F), -\fBddi_intr_enable\fR(9F), \fBddi_intr_free\fR(9F), -\fBddi_intr_get_pending\fR(9F), \fBddi_intr_get_supported_types\fR(9F), -\fBddi_intr_set_mask\fR(9F) +.BR attributes (7), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_clr_mask (9F), +.BR ddi_intr_disable (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_free (9F), +.BR ddi_intr_get_pending (9F), +.BR ddi_intr_get_supported_types (9F), +.BR ddi_intr_set_mask (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_enable.9f b/usr/src/man/man9f/ddi_intr_enable.9f index de422f487f..96368eae70 100644 --- a/usr/src/man/man9f/ddi_intr_enable.9f +++ b/usr/src/man/man9f/ddi_intr_enable.9f @@ -193,7 +193,7 @@ The \fBddi_intr_enable()\fR, \fBddi_intr_block_enable()\fR, \fBddi_intr_disable()\fR, and \fBddi_intr_block_disable()\fR functions can be called from kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -207,10 +207,15 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_add_handler\fR(9F), \fBddi_intr_alloc\fR(9F), -\fBddi_intr_dup_handler\fR(9F), \fBddi_intr_free\fR(9F), -\fBddi_intr_get_cap\fR(9F), \fBddi_intr_remove_handler\fR(9F), \fBmutex\fR(9F), -\fBrwlock\fR(9F) +.BR attributes (7), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_dup_handler (9F), +.BR ddi_intr_free (9F), +.BR ddi_intr_get_cap (9F), +.BR ddi_intr_remove_handler (9F), +.BR mutex (9F), +.BR rwlock (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_get_cap.9f b/usr/src/man/man9f/ddi_intr_get_cap.9f index e1454adc11..cf3da766ea 100644 --- a/usr/src/man/man9f/ddi_intr_get_cap.9f +++ b/usr/src/man/man9f/ddi_intr_get_cap.9f @@ -178,7 +178,7 @@ On device not supporting operation. The \fBddi_intr_get_cap()\fR and \fBddi_intr_set_cap()\fR functions can be called from either user or kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -192,9 +192,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_alloc\fR(9F), \fBddi_intr_block_enable\fR(9F), -\fBddi_intr_get_nintrs\fR(9F), \fBddi_intr_get_pending\fR(9F), -\fBddi_intr_get_supported_types\fR(9F), \fBddi_intr_set_mask\fR(9F) +.BR attributes (7), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_block_enable (9F), +.BR ddi_intr_get_nintrs (9F), +.BR ddi_intr_get_pending (9F), +.BR ddi_intr_get_supported_types (9F), +.BR ddi_intr_set_mask (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_get_hilevel_pri.9f b/usr/src/man/man9f/ddi_intr_get_hilevel_pri.9f index 89068a899b..8cbcfd99a0 100644 --- a/usr/src/man/man9f/ddi_intr_get_hilevel_pri.9f +++ b/usr/src/man/man9f/ddi_intr_get_hilevel_pri.9f @@ -57,7 +57,7 @@ high-level interrupt. The \fBddi_intr_get_hilevel_pri()\fR function can be called from either user or kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -71,9 +71,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_add_handler\fR(9F), \fBddi_intr_alloc\fR(9F), -\fBddi_intr_enable\fR(9F), \fBddi_intr_get_pri\fR(9F), -\fBddi_intr_trigger_softint\fR(9F), \fBmutex\fR(9F) +.BR attributes (7), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_intr_trigger_softint (9F), +.BR mutex (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_get_nintrs.9f b/usr/src/man/man9f/ddi_intr_get_nintrs.9f index 6cee238173..f09361332f 100644 --- a/usr/src/man/man9f/ddi_intr_get_nintrs.9f +++ b/usr/src/man/man9f/ddi_intr_get_nintrs.9f @@ -156,7 +156,7 @@ On any implementation specific failure. The \fBddi_intr_get_nintrs()\fR and \fBddi_intr_get_navail()\fR functions can be called from either user or kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -170,8 +170,10 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_alloc\fR(9F), \fBddi_intr_enable\fR(9F), -\fBddi_intr_get_supported_types\fR(9F) +.BR attributes (7), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_get_supported_types (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_get_pending.9f b/usr/src/man/man9f/ddi_intr_get_pending.9f index 072eec5ab1..c203a02b57 100644 --- a/usr/src/man/man9f/ddi_intr_get_pending.9f +++ b/usr/src/man/man9f/ddi_intr_get_pending.9f @@ -91,7 +91,7 @@ On device not supporting operation. The \fBddi_intr_get_pending()\fR function can be called from either user or kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -105,10 +105,13 @@ Interface Stability Evolving .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_block_enable\fR(9F), -\fBddi_intr_block_disable\fR(9F), \fBddi_intr_clr_mask\fR(9F), -\fBddi_intr_disable\fR(9F), \fBddi_intr_enable\fR(9F), -\fBddi_intr_set_mask\fR(9F) +.BR attributes (7), +.BR ddi_intr_block_disable (9F), +.BR ddi_intr_block_enable (9F), +.BR ddi_intr_clr_mask (9F), +.BR ddi_intr_disable (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_set_mask (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_get_pri.9f b/usr/src/man/man9f/ddi_intr_get_pri.9f index 2161e40acf..a07ff9bfbe 100644 --- a/usr/src/man/man9f/ddi_intr_get_pri.9f +++ b/usr/src/man/man9f/ddi_intr_get_pri.9f @@ -131,7 +131,7 @@ On device not supporting operation. The \fBddi_intr_get_pri()\fR and \fBddi_intr_set_pri()\fR functions can be called from kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -145,8 +145,11 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_alloc\fR(9F), \fBddi_intr_enable\fR(9F), -\fBmutex_init\fR(9F), \fBrw_init\fR(9F) +.BR attributes (7), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_enable (9F), +.BR mutex_init (9F), +.BR rw_init (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_get_supported_types.9f b/usr/src/man/man9f/ddi_intr_get_supported_types.9f index 74cb4fb61f..3117ba16b8 100644 --- a/usr/src/man/man9f/ddi_intr_get_supported_types.9f +++ b/usr/src/man/man9f/ddi_intr_get_supported_types.9f @@ -88,7 +88,7 @@ interrupts. The \fBddi_intr_get_supported_types()\fR function can be called from user or kernel non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -102,9 +102,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBpci\fR(4), \fBattributes\fR(5), \fBpcmcia\fR(7D), \fBsysbus\fR(4), -\fBddi_intr_add_handler\fR(9F), \fBddi_intr_alloc\fR(9F), -\fBddi_intr_enable\fR(9F) +.BR pcmcia (4D), +.BR pci (5), +.BR sysbus (5), +.BR attributes (7), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_enable (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_hilevel.9f b/usr/src/man/man9f/ddi_intr_hilevel.9f index dbeaade7c4..f3d4951fda 100644 --- a/usr/src/man/man9f/ddi_intr_hilevel.9f +++ b/usr/src/man/man9f/ddi_intr_hilevel.9f @@ -77,7 +77,7 @@ indicates a high-level interrupt. .SH CONTEXT These functions can be called from useruser, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -91,7 +91,9 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBddi_add_intr\fR(9F), \fBIntro\fR(9F), \fBmutex\fR(9F) +.BR Intro (9F), +.BR ddi_add_intr (9F), +.BR mutex (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_set_mask.9f b/usr/src/man/man9f/ddi_intr_set_mask.9f index 636fda2741..e92f799555 100644 --- a/usr/src/man/man9f/ddi_intr_set_mask.9f +++ b/usr/src/man/man9f/ddi_intr_set_mask.9f @@ -97,7 +97,7 @@ On device not supporting operation. The \fBddi_intr_set_mask()\fR and \fBddi_intr_clr_mask()\fR functions can be called from any context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -111,9 +111,12 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_intr_block_disable\fR(9F), -\fBddi_intr_block_enable\fR(9F), \fBddi_intr_disable\fR(9F), -\fBddi_intr_enable\fR(9F), \fBddi_intr_get_pending\fR(9F) +.BR attributes (7), +.BR ddi_intr_block_disable (9F), +.BR ddi_intr_block_enable (9F), +.BR ddi_intr_disable (9F), +.BR ddi_intr_enable (9F), +.BR ddi_intr_get_pending (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_intr_set_nreq.9f b/usr/src/man/man9f/ddi_intr_set_nreq.9f index 991faf2e12..cde5d04b90 100644 --- a/usr/src/man/man9f/ddi_intr_set_nreq.9f +++ b/usr/src/man/man9f/ddi_intr_set_nreq.9f @@ -103,7 +103,7 @@ Implementation specific failure .SH CONTEXT These functions can be called from kernel, non-interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -119,8 +119,11 @@ MT-Level MT-Safe .TE .SH SEE ALSO -\fBattributes\fR(5), \fBattach\fR(9E), \fBddi_cb_register\fR(9F), -\fBddi_intr_alloc\fR(9F), \fBddi_intr_get_nintrs\fR(9F) +.BR attributes (7), +.BR attach (9E), +.BR ddi_cb_register (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_get_nintrs (9F) .SH NOTES The Interrupt Resource Management feature is limited to device driver instances that are using MSI-X interrupts (interrupt type \fBDDI_INTR_TYPE_MSIX\fR). diff --git a/usr/src/man/man9f/ddi_io_get8.9f b/usr/src/man/man9f/ddi_io_get8.9f index 7facb6081d..a9cae34725 100644 --- a/usr/src/man/man9f/ddi_io_get8.9f +++ b/usr/src/man/man9f/ddi_io_get8.9f @@ -68,7 +68,7 @@ the device have incompatible endian characteristics. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -82,7 +82,13 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBisa\fR(4), \fBddi_get8\fR(9F), \fBddi_get16\fR(9F), \fBddi_get32\fR(9F), -\fBddi_io_put8\fR(9F), \fBddi_io_rep_get8\fR(9F), \fBddi_io_rep_put8\fR(9F), -\fBddi_regs_map_free\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_device_acc_attr\fR(9S) +.BR isa (5), +.BR ddi_get16 (9F), +.BR ddi_get32 (9F), +.BR ddi_get8 (9F), +.BR ddi_io_put8 (9F), +.BR ddi_io_rep_get8 (9F), +.BR ddi_io_rep_put8 (9F), +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_io_put8.9f b/usr/src/man/man9f/ddi_io_put8.9f index 957ef9bad9..8de8ac399d 100644 --- a/usr/src/man/man9f/ddi_io_put8.9f +++ b/usr/src/man/man9f/ddi_io_put8.9f @@ -79,7 +79,7 @@ the device have incompatible endian characteristics. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -93,7 +93,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBisa\fR(4), \fBddi_io_get8\fR(9F), \fBddi_io_rep_get8\fR(9F), -\fBddi_io_rep_put8\fR(9F), \fBddi_put8\fR(9F), \fBddi_put16\fR(9F), -\fBddi_put32\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_device_acc_attr\fR(9S) +.BR isa (5), +.BR ddi_io_get8 (9F), +.BR ddi_io_rep_get8 (9F), +.BR ddi_io_rep_put8 (9F), +.BR ddi_put16 (9F), +.BR ddi_put32 (9F), +.BR ddi_put8 (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_io_rep_get8.9f b/usr/src/man/man9f/ddi_io_rep_get8.9f index 5c3bceaa01..2b8b6c07c6 100644 --- a/usr/src/man/man9f/ddi_io_rep_get8.9f +++ b/usr/src/man/man9f/ddi_io_rep_get8.9f @@ -92,7 +92,7 @@ the device have incompatible endian characteristics. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,7 +106,13 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBisa\fR(4), \fBddi_io_get8\fR(9F), \fBddi_io_put8\fR(9F), -\fBddi_io_rep_put8\fR(9F), \fBddi_regs_map_free\fR(9F), -\fBddi_regs_map_setup\fR(9F), \fBddi_rep_get8\fR(9F), \fBddi_rep_get16\fR(9F), -\fBddi_rep_get32\fR(9F), \fBddi_device_acc_attr\fR(9S) +.BR isa (5), +.BR ddi_io_get8 (9F), +.BR ddi_io_put8 (9F), +.BR ddi_io_rep_put8 (9F), +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_get16 (9F), +.BR ddi_rep_get32 (9F), +.BR ddi_rep_get8 (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_io_rep_put8.9f b/usr/src/man/man9f/ddi_io_rep_put8.9f index a353fd27d8..a5060acb9f 100644 --- a/usr/src/man/man9f/ddi_io_rep_put8.9f +++ b/usr/src/man/man9f/ddi_io_rep_put8.9f @@ -92,7 +92,7 @@ the device have incompatible endian characteristics. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,7 +106,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBisa\fR(4), \fBddi_io_get8\fR(9F), \fBddi_io_put8\fR(9F), -\fBddi_io_rep_get8\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_rep_put8\fR(9F), \fBddi_rep_put16\fR(9F), \fBddi_rep_put32\fR(9F), -\fBddi_device_acc_attr\fR(9S) +.BR isa (5), +.BR ddi_io_get8 (9F), +.BR ddi_io_put8 (9F), +.BR ddi_io_rep_get8 (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_put16 (9F), +.BR ddi_rep_put32 (9F), +.BR ddi_rep_put8 (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_log_sysevent.9f b/usr/src/man/man9f/ddi_log_sysevent.9f index b7451c4f1d..97c24343ab 100644 --- a/usr/src/man/man9f/ddi_log_sysevent.9f +++ b/usr/src/man/man9f/ddi_log_sysevent.9f @@ -326,8 +326,10 @@ static int .in -2 .SH SEE ALSO -\fBsyseventd\fR(1M), \fBattributes\fR(5), \fBnvlist_add_boolean\fR(9F), -\fBnvlist_alloc\fR(9F) +.BR attributes (7), +.BR syseventd (8), +.BR nvlist_add_boolean (9F), +.BR nvlist_alloc (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_map_regs.9f b/usr/src/man/man9f/ddi_map_regs.9f index 8e3867a828..fb8905d51c 100644 --- a/usr/src/man/man9f/ddi_map_regs.9f +++ b/usr/src/man/man9f/ddi_map_regs.9f @@ -133,7 +133,7 @@ if more than one exists. The base kernel virtual address of the mapped register set is returned in \fIkaddrp\fR. \fIoffset\fR specifies an offset into the register space to start from and \fIlen\fR indicates the size of the area to be mapped. If \fIlen\fR is non-zero, it overrides the length given in the register -set description. See the discussion of the \fBreg\fR property in \fBsbus\fR(4) +set description. See the discussion of the \fBreg\fR property in \fBsbus\fR(5) and for more information on register set descriptions. If \fIlen\fR and \fIoffset\fR are 0, the entire space is mapped. .sp @@ -169,7 +169,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -185,8 +185,10 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBsbus\fR(4), \fBddi_regs_map_free\fR(9F), -\fBddi_regs_map_setup\fR(9F) +.BR sbus (5), +.BR attributes (7), +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_mem_get8.9f b/usr/src/man/man9f/ddi_mem_get8.9f index 48b8923e46..adec52b223 100644 --- a/usr/src/man/man9f/ddi_mem_get8.9f +++ b/usr/src/man/man9f/ddi_mem_get8.9f @@ -75,7 +75,7 @@ the device have incompatible endian characteristics. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -89,7 +89,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBddi_get8\fR(9F), \fBddi_get16\fR(9F), \fBddi_get32\fR(9F), -\fBddi_get64\fR(9F), \fBddi_mem_put8\fR(9F), \fBddi_mem_rep_get8\fR(9F), -\fBddi_mem_rep_put8\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_device_acc_attr\fR(9S) +.BR ddi_get16 (9F), +.BR ddi_get32 (9F), +.BR ddi_get64 (9F), +.BR ddi_get8 (9F), +.BR ddi_mem_put8 (9F), +.BR ddi_mem_rep_get8 (9F), +.BR ddi_mem_rep_put8 (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_mem_put8.9f b/usr/src/man/man9f/ddi_mem_put8.9f index 35d42a138e..af8a8f5f14 100644 --- a/usr/src/man/man9f/ddi_mem_put8.9f +++ b/usr/src/man/man9f/ddi_mem_put8.9f @@ -88,7 +88,7 @@ the device have incompatible endian characteristics. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -102,7 +102,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBddi_mem_get8\fR(9F), \fBddi_mem_rep_get8\fR(9F), \fBddi_put8\fR(9F), -\fBddi_put16\fR(9F), \fBddi_put32\fR(9F), \fBddi_put64\fR(9F), -\fBddi_mem_get8\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_device_acc_attr\fR(9S) +.BR ddi_mem_get8 (9F), +.BR ddi_mem_get8 (9F), +.BR ddi_mem_rep_get8 (9F), +.BR ddi_put16 (9F), +.BR ddi_put32 (9F), +.BR ddi_put64 (9F), +.BR ddi_put8 (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_mem_rep_get8.9f b/usr/src/man/man9f/ddi_mem_rep_get8.9f index db29dcf6fc..b9c2c70da5 100644 --- a/usr/src/man/man9f/ddi_mem_rep_get8.9f +++ b/usr/src/man/man9f/ddi_mem_rep_get8.9f @@ -140,7 +140,7 @@ flag may be useful when reading from a data register. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -154,6 +154,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBddi_mem_get8\fR(9F), \fBddi_mem_put8\fR(9F), \fBddi_mem_rep_put8\fR(9F), -\fBddi_regs_map_setup\fR(9F), \fBddi_rep_get8\fR(9F), \fBddi_rep_get16\fR(9F), -\fBddi_rep_get32\fR(9F), \fBddi_rep_get64\fR(9F), \fBddi_device_acc_attr\fR(9S) +.BR ddi_mem_get8 (9F), +.BR ddi_mem_put8 (9F), +.BR ddi_mem_rep_put8 (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_get16 (9F), +.BR ddi_rep_get32 (9F), +.BR ddi_rep_get64 (9F), +.BR ddi_rep_get8 (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_mem_rep_put8.9f b/usr/src/man/man9f/ddi_mem_rep_put8.9f index fea46be137..7b89a80e64 100644 --- a/usr/src/man/man9f/ddi_mem_rep_put8.9f +++ b/usr/src/man/man9f/ddi_mem_rep_put8.9f @@ -136,7 +136,7 @@ useful when writing from a data register. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -150,6 +150,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBddi_mem_get8\fR(9F), \fBddi_mem_put8\fR(9F), \fBddi_mem_rep_get8\fR(9F), -\fBddi_regs_map_setup\fR(9F), \fBddi_rep_put8\fR(9F), \fBddi_rep_put16\fR(9F), -\fBddi_rep_put32\fR(9F), \fBddi_rep_put64\fR(9F), \fBddi_device_acc_attr\fR(9S) +.BR ddi_mem_get8 (9F), +.BR ddi_mem_put8 (9F), +.BR ddi_mem_rep_get8 (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_put16 (9F), +.BR ddi_rep_put32 (9F), +.BR ddi_rep_put64 (9F), +.BR ddi_rep_put8 (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_mmap_get_model.9f b/usr/src/man/man9f/ddi_mmap_get_model.9f index 75752db515..020fa7fb31 100644 --- a/usr/src/man/man9f/ddi_mmap_get_model.9f +++ b/usr/src/man/man9f/ddi_mmap_get_model.9f @@ -102,7 +102,8 @@ xxmmap(dev_t dev, off_t off, int prot) { .in -2 .SH SEE ALSO -\fBmmap\fR(9E), \fBddi_model_convert_from\fR(9F) +.BR mmap (9E), +.BR ddi_model_convert_from (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_model_convert_from.9f b/usr/src/man/man9f/ddi_model_convert_from.9f index a67b5c8bf4..f560366777 100644 --- a/usr/src/man/man9f/ddi_model_convert_from.9f +++ b/usr/src/man/man9f/ddi_model_convert_from.9f @@ -107,7 +107,9 @@ xxioctl(dev_t dev, int cmd, intptr_t arg, int mode, .in -2 .SH SEE ALSO -\fBioctl\fR(9E), \fBmmap\fR(9E), \fBddi_mmap_get_model\fR(9F) +.BR ioctl (9E), +.BR mmap (9E), +.BR ddi_mmap_get_model (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_modopen.9f b/usr/src/man/man9f/ddi_modopen.9f index aa88d65b86..58b3f1889b 100644 --- a/usr/src/man/man9f/ddi_modopen.9f +++ b/usr/src/man/man9f/ddi_modopen.9f @@ -45,7 +45,7 @@ The name of the dynamically-loaded kernel module (file) to be opened. The .sp Each "\fInamespace\fR/" directory along the standard kernel -moddir/\fImodule-path\fR path (\fBsystem\fR(4)) is searched to locate the +moddir/\fImodule-path\fR path (\fBsystem\fR(5)) is searched to locate the module. If "\fInamespace\fR/" is not specified, "misc/" is assumed. If "\fIdirspace\fR" is specified, then "\fInamespace\fR/" must be explicitly provided. @@ -288,13 +288,21 @@ rv = ddi_modclose(modp); .in -2 .SH SEE ALSO -\fBdlclose\fR(3C), \fBdlopen\fR(3C), \fBdlsym\fR(3C), \fBlibdl\fR(3LIB), -\fBboot\fR(1M), \fBelfwrap\fR(1), \fBmodload\fR(1M), \fBsystem\fR(4), -\fB_fini\fR(9E), \fB_info\fR(9E), \fB_init\fR(9E) +.BR elfwrap (1), +.BR dlclose (3C), +.BR dlopen (3C), +.BR dlsym (3C), +.BR libdl (3LIB), +.BR system (5), +.BR boot (8), +.BR modload (8), +.BR _fini (9E), +.BR _info (9E), +.BR _init (9E) .sp .LP \fIWriting Device Drivers\fR .SH WARNINGS -A \fBsystem\fR(4)forceload must be established for modules targeted by +A \fBsystem\fR(5)forceload must be established for modules targeted by \fBddi_modopen()\fR by code involved in the mount of root on "bootdev" during -machine \fBboot\fR(1M). +machine \fBboot\fR(8). diff --git a/usr/src/man/man9f/ddi_no_info.9f b/usr/src/man/man9f/ddi_no_info.9f index 21d97e53d5..db48324779 100644 --- a/usr/src/man/man9f/ddi_no_info.9f +++ b/usr/src/man/man9f/ddi_no_info.9f @@ -65,4 +65,7 @@ or for network drivers only providing DLPI-2 services. Such drivers can use .SH RETURN VALUES The \fBddi_no_info()\fR function always returns \fBDDI_FAILURE\fR. .SH SEE ALSO -\fBgetinfo\fR(9E), \fBqassociate\fR(9F), \fBcb_ops\fR(9S), \fBdev_ops\fR(9S) +.BR getinfo (9E), +.BR qassociate (9F), +.BR cb_ops (9S), +.BR dev_ops (9S) diff --git a/usr/src/man/man9f/ddi_node_name.9f b/usr/src/man/man9f/ddi_node_name.9f index 01bc4f3aa9..519b9fd480 100644 --- a/usr/src/man/man9f/ddi_node_name.9f +++ b/usr/src/man/man9f/ddi_node_name.9f @@ -38,7 +38,7 @@ the \fBdev_info\fR structure. The \fBddi_node_name()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBddi_binding_name\fR(9F) +.BR ddi_binding_name (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_peek.9f b/usr/src/man/man9f/ddi_peek.9f index 4d4fd46876..a75d64f44a 100644 --- a/usr/src/man/man9f/ddi_peek.9f +++ b/usr/src/man/man9f/ddi_peek.9f @@ -147,7 +147,9 @@ failure: .in -2 .SH SEE ALSO -\fBattach\fR(9E), \fBprobe\fR(9E), \fBddi_poke\fR(9F) +.BR attach (9E), +.BR probe (9E), +.BR ddi_poke (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_periodic_add.9f b/usr/src/man/man9f/ddi_periodic_add.9f index bdd433e14e..d565e4abd3 100644 --- a/usr/src/man/man9f/ddi_periodic_add.9f +++ b/usr/src/man/man9f/ddi_periodic_add.9f @@ -157,9 +157,14 @@ invoked in interrupt context at level 7. .in -2 .SH SEE ALSO -\fBcv_timedwait\fR(9F), \fBddi_intr_get_pri\fR(9F), -\fBddi_periodic_delete\fR(9F), \fBddi_intr_get_softint_pri\fR(9F), -\fBqtimeout\fR(9F), \fBquntimeout\fR(9F), \fBtimeout\fR(9F), \fBuntimeout\fR(9F) +.BR cv_timedwait (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_intr_get_softint_pri (9F), +.BR ddi_periodic_delete (9F), +.BR qtimeout (9F), +.BR quntimeout (9F), +.BR timeout (9F), +.BR untimeout (9F) .SH NOTES The caller must specify \fIinterval\fR as an even, non-zero multiple of 10ms. No other values are supported at this time. The interval specified is a lower diff --git a/usr/src/man/man9f/ddi_periodic_delete.9f b/usr/src/man/man9f/ddi_periodic_delete.9f index e33fac515a..18ccd07b09 100644 --- a/usr/src/man/man9f/ddi_periodic_delete.9f +++ b/usr/src/man/man9f/ddi_periodic_delete.9f @@ -104,8 +104,13 @@ my_periodic_func(void *arg) .in -2 .SH SEE ALSO -\fBcv_timedwait\fR(9F), \fBddi_intr_get_pri\fR(9F), \fBddi_periodic_add\fR(9F), -\fBqtimeout\fR(9F), \fBquntimeout\fR(9F), \fBtimeout\fR(9F), \fBuntimeout\fR(9F) +.BR cv_timedwait (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_periodic_add (9F), +.BR qtimeout (9F), +.BR quntimeout (9F), +.BR timeout (9F), +.BR untimeout (9F) .SH NOTES Historically this interface was advertised as safe for use from within the periodic callback function. In order to ensure the correct operation of the diff --git a/usr/src/man/man9f/ddi_poke.9f b/usr/src/man/man9f/ddi_poke.9f index 140323cf3c..6f9e44a559 100644 --- a/usr/src/man/man9f/ddi_poke.9f +++ b/usr/src/man/man9f/ddi_poke.9f @@ -102,7 +102,9 @@ An error occurred while trying to write to the location. .SH CONTEXT These functions can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBattach\fR(9E), \fBprobe\fR(9E), \fBddi_peek\fR(9F) +.BR attach (9E), +.BR probe (9E), +.BR ddi_peek (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_prop_create.9f b/usr/src/man/man9f/ddi_prop_create.9f index f248a0610c..9fac535b93 100644 --- a/usr/src/man/man9f/ddi_prop_create.9f +++ b/usr/src/man/man9f/ddi_prop_create.9f @@ -503,7 +503,7 @@ for (minor = 0; minor < 8; minor ++) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -519,9 +519,13 @@ T} .TE .SH SEE ALSO -\fBdriver.conf\fR(4), \fBattributes\fR(5), \fBattach\fR(9E), -\fBddi_getproplen\fR(9F), \fBddi_prop_op\fR(9F), \fBddi_prop_update\fR(9F), -\fBmakedevice\fR(9F) +.BR driver.conf (5), +.BR attributes (7), +.BR attach (9E), +.BR ddi_getproplen (9F), +.BR ddi_prop_op (9F), +.BR ddi_prop_update (9F), +.BR makedevice (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_prop_exists.9f b/usr/src/man/man9f/ddi_prop_exists.9f index 4f545ea541..260887f696 100644 --- a/usr/src/man/man9f/ddi_prop_exists.9f +++ b/usr/src/man/man9f/ddi_prop_exists.9f @@ -157,8 +157,10 @@ The following example demonstrates the use of \fBddi_prop_exists()\fR. .in -2 .SH SEE ALSO -\fBddi_prop_get_int\fR(9F), \fBddi_prop_lookup\fR(9F), -\fBddi_prop_remove\fR(9F), \fBddi_prop_update\fR(9F) +.BR ddi_prop_get_int (9F), +.BR ddi_prop_lookup (9F), +.BR ddi_prop_remove (9F), +.BR ddi_prop_update (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_prop_get_int.9f b/usr/src/man/man9f/ddi_prop_get_int.9f index 2bd50ae67e..de44ddc028 100644 --- a/usr/src/man/man9f/ddi_prop_get_int.9f +++ b/usr/src/man/man9f/ddi_prop_get_int.9f @@ -181,8 +181,10 @@ The following example demonstrates the use of \fBddi_prop_get_int()\fR. .in -2 .SH SEE ALSO -\fBddi_prop_exists\fR(9F), \fBddi_prop_lookup\fR(9F), -\fBddi_prop_remove\fR(9F), \fBddi_prop_update\fR(9F) +.BR ddi_prop_exists (9F), +.BR ddi_prop_lookup (9F), +.BR ddi_prop_remove (9F), +.BR ddi_prop_update (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_prop_lookup.9f b/usr/src/man/man9f/ddi_prop_lookup.9f index 8b89c7cb14..75eb14d684 100644 --- a/usr/src/man/man9f/ddi_prop_lookup.9f +++ b/usr/src/man/man9f/ddi_prop_lookup.9f @@ -430,9 +430,12 @@ int noptions; .in -2 .SH SEE ALSO -\fBexecve\fR(2), \fBddi_prop_exists\fR(9F), \fBddi_prop_get_int\fR(9F), -\fBddi_prop_remove\fR(9F), \fBddi_prop_undefine\fR(9F), -\fBddi_prop_update\fR(9F) +.BR execve (2), +.BR ddi_prop_exists (9F), +.BR ddi_prop_get_int (9F), +.BR ddi_prop_remove (9F), +.BR ddi_prop_undefine (9F), +.BR ddi_prop_update (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_prop_op.9f b/usr/src/man/man9f/ddi_prop_op.9f index 87dfd0294c..c688a24623 100644 --- a/usr/src/man/man9f/ddi_prop_op.9f +++ b/usr/src/man/man9f/ddi_prop_op.9f @@ -298,7 +298,7 @@ These functions can be called from user, interrupt, or kernel context, provided \fBDDI_PROP_CANSLEEP\fR is not set; if it is set, they cannot be called from interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -314,8 +314,12 @@ T} .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_prop_create\fR(9F), \fBddi_prop_get_int\fR(9F), -\fBddi_prop_lookup\fR(9F), \fBkmem_alloc\fR(9F), \fBkmem_free\fR(9F) +.BR attributes (7), +.BR ddi_prop_create (9F), +.BR ddi_prop_get_int (9F), +.BR ddi_prop_lookup (9F), +.BR kmem_alloc (9F), +.BR kmem_free (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_prop_update.9f b/usr/src/man/man9f/ddi_prop_update.9f index 3a322ae094..0f0c9baf82 100644 --- a/usr/src/man/man9f/ddi_prop_update.9f +++ b/usr/src/man/man9f/ddi_prop_update.9f @@ -348,8 +348,11 @@ int options[4]; .in -2 .SH SEE ALSO -\fBexecve\fR(2), \fBattach\fR(9E), \fBddi_prop_lookup\fR(9F), -\fBddi_prop_remove\fR(9F), \fBmakedevice\fR(9F) +.BR execve (2), +.BR attach (9E), +.BR ddi_prop_lookup (9F), +.BR ddi_prop_remove (9F), +.BR makedevice (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_put8.9f b/usr/src/man/man9f/ddi_put8.9f index 854981ab04..8021c12ba0 100644 --- a/usr/src/man/man9f/ddi_put8.9f +++ b/usr/src/man/man9f/ddi_put8.9f @@ -86,13 +86,13 @@ the device have incompatible endian characteristics. .LP For certain bus types, you can call these \fBDDI\fR functions from a high-interrupt context. These types include \fBISA\fR and SBus buses. See -\fBsysbus\fR(4), \fBisa\fR(4), and \fBsbus\fR(4) for details. For the PCI bus, +\fBsysbus\fR(5), \fBisa\fR(5), and \fBsbus\fR(5) for details. For the PCI bus, you can, under certain conditions, call these \fBDDI\fR functions from a -high-interrupt context. See \fBpci\fR(4). +high-interrupt context. See \fBpci\fR(5). .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,5 +106,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBddi_get8\fR(9F), \fBddi_regs_map_free\fR(9F), \fBddi_regs_map_setup\fR(9F), -\fBddi_rep_get8\fR(9F), \fBddi_rep_put8\fR(9F), \fBddi_device_acc_attr\fR(9S) +.BR ddi_get8 (9F), +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_get8 (9F), +.BR ddi_rep_put8 (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_regs_map_free.9f b/usr/src/man/man9f/ddi_regs_map_free.9f index 30eaf344bb..7088523c13 100644 --- a/usr/src/man/man9f/ddi_regs_map_free.9f +++ b/usr/src/man/man9f/ddi_regs_map_free.9f @@ -36,7 +36,7 @@ represented in the handle. .SH CONTEXT \fBddi_regs_map_free()\fR must be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -50,7 +50,8 @@ Architecture PCI Local Bus, SBus, ISA .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_regs_map_setup\fR(9F) +.BR attributes (7), +.BR ddi_regs_map_setup (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_regs_map_setup.9f b/usr/src/man/man9f/ddi_regs_map_setup.9f index 8f48138dbd..122d20b708 100644 --- a/usr/src/man/man9f/ddi_regs_map_setup.9f +++ b/usr/src/man/man9f/ddi_regs_map_setup.9f @@ -129,9 +129,9 @@ non-zero value is in the third tuple (\fIrnumber\fR \fB2\fR). .sp .LP For a full treatment of the meaning of the \fIreg\fR property for PCI -devices, see \fBpci\fR(4). For PCI express devices, see \fBpcie\fR(4). -For ISA devices, see \fBisa\fR(4). For cardbus, see \fBcardbus\fR(4). -For SBus devices, see \fBsbus\fR(4). +devices, see \fBpci\fR(5). For PCI express devices, see \fBpcie\fR(5). +For ISA devices, see \fBisa\fR(5). For cardbus, see \fBcardbus\fR(5). +For SBus devices, see \fBsbus\fR(5). .SH RETURN VALUES \fBddi_regs_map_setup()\fR returns: .sp @@ -181,7 +181,7 @@ checking for a specific failure value. .SH CONTEXT \fBddi_regs_map_setup()\fR must be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -195,8 +195,14 @@ Architecture PCI Local Bus, SBus, ISA .TE .SH SEE ALSO -\fBcardbus\fR(4), \fBisa\fR(4), \fBpci\fR(4), \fBpcie\fR(4), \fBsbus\fR(4), -\fBattributes\fR(5), \fBddi_regs_map_free\fR(9F), \fBddi_device_acc_attr\fR(9S) +.BR cardbus (5), +.BR isa (5), +.BR pci (5), +.BR pcie (5), +.BR sbus (5), +.BR attributes (7), +.BR ddi_regs_map_free (9F), +.BR ddi_device_acc_attr (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_remove_event_handler.9f b/usr/src/man/man9f/ddi_remove_event_handler.9f index 5ad077876c..d5b29e0c84 100644 --- a/usr/src/man/man9f/ddi_remove_event_handler.9f +++ b/usr/src/man/man9f/ddi_remove_event_handler.9f @@ -53,7 +53,7 @@ Failed to remove callback handler. The \fBddi_remove_event_handler()\fR function can be called from user and kernel contexts only. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -67,8 +67,9 @@ Stability Level Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_add_event_handler\fR(9F), -\fBddi_get_eventcookie\fR(9F) +.BR attributes (7), +.BR ddi_add_event_handler (9F), +.BR ddi_get_eventcookie (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_remove_minor_node.9f b/usr/src/man/man9f/ddi_remove_minor_node.9f index 51f412777a..49e74a130b 100644 --- a/usr/src/man/man9f/ddi_remove_minor_node.9f +++ b/usr/src/man/man9f/ddi_remove_minor_node.9f @@ -51,7 +51,9 @@ which is linked into the \fBdev_info\fR structure pointed to by \fBdip\fR: .in -2 .SH SEE ALSO -\fBattach\fR(9E), \fBdetach\fR(9E), \fBddi_create_minor_node\fR(9F) +.BR attach (9E), +.BR detach (9E), +.BR ddi_create_minor_node (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_removing_power.9f b/usr/src/man/man9f/ddi_removing_power.9f index 28c2856657..30588ff042 100644 --- a/usr/src/man/man9f/ddi_removing_power.9f +++ b/usr/src/man/man9f/ddi_removing_power.9f @@ -89,7 +89,7 @@ int .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -103,7 +103,10 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBcpr\fR(7), \fBattach\fR(9E), \fBdetach\fR(9E) +.BR cpr (4), +.BR attributes (7), +.BR attach (9E), +.BR detach (9E) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_rep_get8.9f b/usr/src/man/man9f/ddi_rep_get8.9f index 5241d3401a..08976c9859 100644 --- a/usr/src/man/man9f/ddi_rep_get8.9f +++ b/usr/src/man/man9f/ddi_rep_get8.9f @@ -137,7 +137,7 @@ These functions return the value read from the mapped address. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -151,5 +151,8 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBddi_get8\fR(9F), \fBddi_put8\fR(9F), \fBddi_regs_map_free\fR(9F), -\fBddi_regs_map_setup\fR(9F), \fBddi_rep_put8\fR(9F) +.BR ddi_get8 (9F), +.BR ddi_put8 (9F), +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_put8 (9F) diff --git a/usr/src/man/man9f/ddi_rep_put8.9f b/usr/src/man/man9f/ddi_rep_put8.9f index 49a8c293c0..eb04872876 100644 --- a/usr/src/man/man9f/ddi_rep_put8.9f +++ b/usr/src/man/man9f/ddi_rep_put8.9f @@ -135,7 +135,7 @@ useful when writing to a data register. .SH CONTEXT These functions can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -149,6 +149,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBddi_get8\fR(9F), \fBddi_put8\fR(9F), \fBddi_regs_map_free\fR(9F), -\fBddi_regs_map_setup\fR(9F), \fBddi_rep_get8\fR(9F), -\fBddi_device_acc_attr\fR(9S) +.BR ddi_get8 (9F), +.BR ddi_put8 (9F), +.BR ddi_regs_map_free (9F), +.BR ddi_regs_map_setup (9F), +.BR ddi_rep_get8 (9F), +.BR ddi_device_acc_attr (9S) diff --git a/usr/src/man/man9f/ddi_report_dev.9f b/usr/src/man/man9f/ddi_report_dev.9f index b391c63cf0..6c38f12456 100644 --- a/usr/src/man/man9f/ddi_report_dev.9f +++ b/usr/src/man/man9f/ddi_report_dev.9f @@ -31,12 +31,13 @@ a pointer the device's \fBdev_info\fR structure. .SH DESCRIPTION \fBddi_report_dev()\fR prints a banner at boot time, announcing the device pointed to by \fIdip\fR. The banner is always placed in the system logfile -(displayed by \fBdmesg\fR(1M)), but is only displayed on the console if the +(displayed by \fBdmesg\fR(8)), but is only displayed on the console if the system was booted with the verbose (\fB-v\fR) argument. .SH CONTEXT \fBddi_report_dev()\fR can be called from user context. .SH SEE ALSO -\fBdmesg\fR(1M), \fBkernel\fR(1M) +.BR dmesg (8), +.BR kernel (8) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_segmap.9f b/usr/src/man/man9f/ddi_segmap.9f index 9840343df8..7b5dbaff72 100644 --- a/usr/src/man/man9f/ddi_segmap.9f +++ b/usr/src/man/man9f/ddi_segmap.9f @@ -281,7 +281,7 @@ kernel context only. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -297,9 +297,14 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBmmap\fR(2), \fBattributes\fR(5), \fBdevmap\fR(9E), \fBmmap\fR(9E), -\fBsegmap\fR(9E), \fBdevmap_setup\fR(9F), \fBcb_ops\fR(9S), -\fBddi_device_acc_attr\fR(9S) +.BR mmap (2), +.BR attributes (7), +.BR devmap (9E), +.BR mmap (9E), +.BR segmap (9E), +.BR devmap_setup (9F), +.BR cb_ops (9S), +.BR ddi_device_acc_attr (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_soft_state.9f b/usr/src/man/man9f/ddi_soft_state.9f index 86c227d9ff..e43a2434f8 100644 --- a/usr/src/man/man9f/ddi_soft_state.9f +++ b/usr/src/man/man9f/ddi_soft_state.9f @@ -317,8 +317,13 @@ xxopen(dev_t *devp, int flag, int otyp, cred_t *cred_p) .in -2 .SH SEE ALSO -\fB_fini\fR(9E), \fB_init\fR(9E), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBddi_get_instance\fR(9F), \fBgetminor\fR(9F), \fBkmem_zalloc\fR(9F) +.BR _fini (9E), +.BR _init (9E), +.BR attach (9E), +.BR detach (9E), +.BR ddi_get_instance (9F), +.BR getminor (9F), +.BR kmem_zalloc (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_strtoll.9f b/usr/src/man/man9f/ddi_strtoll.9f index bd45002a89..2e7290d769 100644 --- a/usr/src/man/man9f/ddi_strtoll.9f +++ b/usr/src/man/man9f/ddi_strtoll.9f @@ -185,7 +185,7 @@ not changed. .SH CONTEXT These functions may be called from user, kernel or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp diff --git a/usr/src/man/man9f/ddi_umem_alloc.9f b/usr/src/man/man9f/ddi_umem_alloc.9f index 113f87583f..e2d5682798 100644 --- a/usr/src/man/man9f/ddi_umem_alloc.9f +++ b/usr/src/man/man9f/ddi_umem_alloc.9f @@ -119,8 +119,13 @@ Memory cannot be allocated by \fBddi_umem_alloc()\fR because can be called from user and kernel context only. \fBddi_umem_free()\fR can be called from any context. .SH SEE ALSO -\fBdevmap\fR(9E), \fBcondvar\fR(9F), \fBdevmap_umem_setup\fR(9F), -\fBkmem_alloc\fR(9F), \fBmutex\fR(9F), \fBrwlock\fR(9F), \fBsemaphore\fR(9F) +.BR devmap (9E), +.BR condvar (9F), +.BR devmap_umem_setup (9F), +.BR kmem_alloc (9F), +.BR mutex (9F), +.BR rwlock (9F), +.BR semaphore (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ddi_umem_iosetup.9f b/usr/src/man/man9f/ddi_umem_iosetup.9f index 2256980b7a..e64c8ca32d 100644 --- a/usr/src/man/man9f/ddi_umem_iosetup.9f +++ b/usr/src/man/man9f/ddi_umem_iosetup.9f @@ -144,5 +144,8 @@ The \fBddi_umem_iosetup\fR(9F) function can be called from any context only if flag is set to \fBDDI_UMEM_NOSLEEP\fR. If \fBDDI_UMEM_SLEEP\fR is set, \fBddi_umem_iosetup\fR(9F) can be called from user and kernel context only. .SH SEE ALSO -\fBddi_umem_lock\fR(9F), \fBddi_dma_buf_bind_handle\fR(9F), \fBfreerbuf\fR(9F), -\fBphysio\fR(9F), \fBbuf\fR(9S) +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_umem_lock (9F), +.BR freerbuf (9F), +.BR physio (9F), +.BR buf (9S) diff --git a/usr/src/man/man9f/ddi_umem_lock.9f b/usr/src/man/man9f/ddi_umem_lock.9f index bc8689cd6d..a4eaf68316 100644 --- a/usr/src/man/man9f/ddi_umem_lock.9f +++ b/usr/src/man/man9f/ddi_umem_lock.9f @@ -171,8 +171,10 @@ Requested memory is not aligned on a system page boundary. The \fBddi_umem_lock()\fR function can only be called from user context; \fBddi_umem_unlock()\fR from user, kernel, and interrupt contexts. .SH SEE ALSO -\fBddi_umem_iosetup\fR(9F), \fBddi_dma_buf_bind_handle\fR(9F), -\fBdevmap_umem_setup\fR(9F), \fBddi_umem_alloc\fR(9F) +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_umem_alloc (9F), +.BR ddi_umem_iosetup (9F), +.BR devmap_umem_setup (9F) .SH NOTES The \fBddi_umem_unlock()\fR function consumes physical memory. The driver is responsible for a speedy unlock to free up the resources. diff --git a/usr/src/man/man9f/delay.9f b/usr/src/man/man9f/delay.9f index 29c317d48d..f34fa24937 100644 --- a/usr/src/man/man9f/delay.9f +++ b/usr/src/man/man9f/delay.9f @@ -92,9 +92,15 @@ displayed on the system console (line 14). The driver waits an allotted time .SH SEE ALSO .sp .LP -\fBbiodone\fR(9F), \fBbiowait\fR(9F), \fBcv_timedwait\fR(9F), -\fBddi_in_panic\fR(9F), \fBdrv_hztousec\fR(9F), \fBdrv_usectohz\fR(9F), -\fBdrv_usecwait\fR(9F), \fBtimeout\fR(9F), \fBuntimeout\fR(9F) +.BR biodone (9F), +.BR biowait (9F), +.BR cv_timedwait (9F), +.BR ddi_in_panic (9F), +.BR drv_hztousec (9F), +.BR drv_usectohz (9F), +.BR drv_usecwait (9F), +.BR timeout (9F), +.BR untimeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/devfs_clean.9f b/usr/src/man/man9f/devfs_clean.9f index 1ffff3470c..49d214a4bd 100644 --- a/usr/src/man/man9f/devfs_clean.9f +++ b/usr/src/man/man9f/devfs_clean.9f @@ -61,7 +61,7 @@ attached. Each of these entries shows up in the file system of the global zone under .Pa /devices .Po see -.Xr devfs 7FS +.Xr devfs 4FS .Pc . These nodes are referred to as a devfs nodes .Pq Vt dv_node . @@ -117,4 +117,4 @@ The .Fn devfs_clean function always succeeds and returns zero. .Sh SEE ALSO -.Xr devfs 7FS +.Xr devfs 4FS diff --git a/usr/src/man/man9f/devmap_default_access.9f b/usr/src/man/man9f/devmap_default_access.9f index 200a15c387..c036a6bd57 100644 --- a/usr/src/man/man9f/devmap_default_access.9f +++ b/usr/src/man/man9f/devmap_default_access.9f @@ -176,8 +176,9 @@ xxdevmap_access(devmap_cookie_t dhp, void *pvtp, offset_t off, .in -2 .SH SEE ALSO -\fBdevmap_access\fR(9E), \fBdevmap_do_ctxmgt\fR(9F), -\fBdevmap_callback_ctl\fR(9S) +.BR devmap_access (9E), +.BR devmap_do_ctxmgt (9F), +.BR devmap_callback_ctl (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/devmap_devmem_setup.9f b/usr/src/man/man9f/devmap_devmem_setup.9f index 6a914399ca..7a36ff0602 100644 --- a/usr/src/man/man9f/devmap_devmem_setup.9f +++ b/usr/src/man/man9f/devmap_devmem_setup.9f @@ -452,9 +452,14 @@ An error occurred. \fBdevmap_devmem_setup()\fR and \fBdevmap_umem_setup()\fR can be called from user, kernel, and interrupt context. .SH SEE ALSO -\fBexit\fR(2), \fBfork\fR(2), \fBmmap\fR(2), \fBmunmap\fR(2), \fBdevmap\fR(9E), -\fBddi_umem_alloc\fR(9F), \fBddi_device_acc_attr\fR(9S), -\fBdevmap_callback_ctl\fR(9S) +.BR exit (2), +.BR fork (2), +.BR mmap (2), +.BR munmap (2), +.BR devmap (9E), +.BR ddi_umem_alloc (9F), +.BR ddi_device_acc_attr (9S), +.BR devmap_callback_ctl (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/devmap_do_ctxmgt.9f b/usr/src/man/man9f/devmap_do_ctxmgt.9f index 4c2229fa82..fda4ff0338 100644 --- a/usr/src/man/man9f/devmap_do_ctxmgt.9f +++ b/usr/src/man/man9f/devmap_do_ctxmgt.9f @@ -202,8 +202,9 @@ xxdevmap_access(devmap_cookie_t dhp, void *pvtp, offset_t off, .in -2 .SH SEE ALSO -\fBdevmap_access\fR(9E), \fBdevmap_contextmgt\fR(9E), -\fBdevmap_default_access\fR(9F) +.BR devmap_access (9E), +.BR devmap_contextmgt (9E), +.BR devmap_default_access (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/devmap_set_ctx_timeout.9f b/usr/src/man/man9f/devmap_set_ctx_timeout.9f index 614971ec8f..46548845ca 100644 --- a/usr/src/man/man9f/devmap_set_ctx_timeout.9f +++ b/usr/src/man/man9f/devmap_set_ctx_timeout.9f @@ -53,4 +53,6 @@ driver's \fBdevmap_contextmgt\fR(9E) callback function. The \fBdevmap_set_ctx_timeout()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBdevmap_contextmgt\fR(9E), \fBdevmap_map\fR(9E), \fBtimeout\fR(9F) +.BR devmap_contextmgt (9E), +.BR devmap_map (9E), +.BR timeout (9F) diff --git a/usr/src/man/man9f/devmap_setup.9f b/usr/src/man/man9f/devmap_setup.9f index 2f77b7240e..b9deee808f 100644 --- a/usr/src/man/man9f/devmap_setup.9f +++ b/usr/src/man/man9f/devmap_setup.9f @@ -276,8 +276,12 @@ entry point. \fBdevmap_setup()\fR and \fBddi_devmap_segmap()\fR can be called from user or kernel context only. .SH SEE ALSO -\fBmmap\fR(2), \fBdevmap\fR(9E), \fBsegmap\fR(9E), \fBddi_segmap\fR(9F), -\fBddi_segmap_setup\fR(9F), \fBcb_ops\fR(9S) +.BR mmap (2), +.BR devmap (9E), +.BR segmap (9E), +.BR ddi_segmap (9F), +.BR ddi_segmap_setup (9F), +.BR cb_ops (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/devmap_unload.9f b/usr/src/man/man9f/devmap_unload.9f index 40a684c7de..063322dad6 100644 --- a/usr/src/man/man9f/devmap_unload.9f +++ b/usr/src/man/man9f/devmap_unload.9f @@ -172,7 +172,8 @@ xxdevmap_contextmgt(devmap_cookie_t dhp, void *pvtp, offset_t off, .in -2 .SH SEE ALSO -\fBdevmap_access\fR(9E), \fBdevmap_contextmgt\fR(9E) +.BR devmap_access (9E), +.BR devmap_contextmgt (9E) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/disksort.9f b/usr/src/man/man9f/disksort.9f index f7531a7c6f..0c78460c12 100644 --- a/usr/src/man/man9f/disksort.9f +++ b/usr/src/man/man9f/disksort.9f @@ -69,7 +69,8 @@ indicates the currently active disk area. .SH CONTEXT This function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBstrategy\fR(9E), \fBbuf\fR(9S) +.BR strategy (9E), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/dlbindack.9f b/usr/src/man/man9f/dlbindack.9f index 256dc9c6aa..c24eb16900 100644 --- a/usr/src/man/man9f/dlbindack.9f +++ b/usr/src/man/man9f/dlbindack.9f @@ -180,12 +180,14 @@ reply used to complete an unsuccessful \fBDL_UNITDATA_REQ\fR. None. .SH NOTES These functions are not required if you are are writing a \fBDLPI\fR device -driver using \fBgld\fR(7D). +driver using \fBgld\fR(4D). .SH CONTEXT All \fBDLPI\fR helper functions can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBgld\fR(7D), \fBdlpi\fR(7P), \fBqreply\fR(9F) +.BR gld (4D), +.BR dlpi (4P), +.BR qreply (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/drv_getparm.9f b/usr/src/man/man9f/drv_getparm.9f index 7c9fddd502..a3f9577a59 100644 --- a/usr/src/man/man9f/drv_getparm.9f +++ b/usr/src/man/man9f/drv_getparm.9f @@ -148,8 +148,10 @@ be called from user, interrupt, or kernel context when using the \fBLBOLT\fR or \fBTIME\fR argument. .SH SEE ALSO .LP -\fBddi_get_lbolt\fR(9F), \fBddi_get_pid\fR(9F), \fBddi_get_time\fR(9F), -\fBbuf\fR(9S) +.BR ddi_get_lbolt (9F), +.BR ddi_get_pid (9F), +.BR ddi_get_time (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/drv_hztousec.9f b/usr/src/man/man9f/drv_hztousec.9f index e4531d6a73..58745c828a 100644 --- a/usr/src/man/man9f/drv_hztousec.9f +++ b/usr/src/man/man9f/drv_hztousec.9f @@ -61,7 +61,9 @@ context. .SH SEE ALSO .sp .LP -\fBddi_get_lbolt\fR(9F), \fBdrv_usectohz\fR(9F), \fBdrv_usecwait\fR(9F) +.BR ddi_get_lbolt (9F), +.BR drv_usectohz (9F), +.BR drv_usecwait (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/drv_priv.9f b/usr/src/man/man9f/drv_priv.9f index 0aeb2b60bc..d4c32c52a0 100644 --- a/usr/src/man/man9f/drv_priv.9f +++ b/usr/src/man/man9f/drv_priv.9f @@ -41,7 +41,7 @@ privilege policy. It determines whether the credentials supplied by the user credential structure pointed to by \fIcr\fR identify a process that has the \fB{PRIV_SYS_DEVICES}\fR privilege asserted in its effective set. This function should be used only when file access modes, special minor device numbers, and -the device policy (see \fBprivileges\fR(5), \fBadd_drv\fR(1M)) are insufficient +the device policy (see \fBprivileges\fR(7), \fBadd_drv\fR(8)) are insufficient to provide protection for the requested driver function. It is intended to replace all calls to \fBsuser()\fR and any explicit checks for effective user ID = 0 in driver code. @@ -57,7 +57,9 @@ context. .SH SEE ALSO .sp .LP -\fBadd_drv\fR(1M), \fBupdate_drv\fR(1M), \fBprivileges\fR(5) +.BR privileges (7), +.BR add_drv (8), +.BR update_drv (8) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/drv_usectohz.9f b/usr/src/man/man9f/drv_usectohz.9f index 810dc8a0ba..4a2a57ef2e 100644 --- a/usr/src/man/man9f/drv_usectohz.9f +++ b/usr/src/man/man9f/drv_usectohz.9f @@ -59,7 +59,9 @@ context. .SH SEE ALSO .sp .LP -\fBdelay\fR(9F), \fBdrv_hztousec\fR(9F), \fBtimeout\fR(9F) +.BR delay (9F), +.BR drv_hztousec (9F), +.BR timeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/drv_usecwait.9f b/usr/src/man/man9f/drv_usecwait.9f index 9842f9af4c..22511f0ad5 100644 --- a/usr/src/man/man9f/drv_usecwait.9f +++ b/usr/src/man/man9f/drv_usecwait.9f @@ -59,7 +59,9 @@ context. .SH SEE ALSO .sp .LP -\fBdelay\fR(9F), \fBtimeout\fR(9F), \fBuntimeout\fR(9F) +.BR delay (9F), +.BR timeout (9F), +.BR untimeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/dupb.9f b/usr/src/man/man9f/dupb.9f index 15abe35d32..342487128a 100644 --- a/usr/src/man/man9f/dupb.9f +++ b/usr/src/man/man9f/dupb.9f @@ -160,8 +160,11 @@ the new message block (line 34) and pass it along (line 35). .in -2 .SH SEE ALSO -\fBsrv\fR(9E), \fBcopyb\fR(9F), \fBqbufcall\fR(9F), \fBdatab\fR(9S), -\fBmsgb\fR(9S) +.BR srv (9E), +.BR copyb (9F), +.BR qbufcall (9F), +.BR datab (9S), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/dupmsg.9f b/usr/src/man/man9f/dupmsg.9f index f2b08825c7..58a2ccccaa 100644 --- a/usr/src/man/man9f/dupmsg.9f +++ b/usr/src/man/man9f/dupmsg.9f @@ -58,7 +58,10 @@ See \fBcopyb\fR(9F) for an example using \fBdupmsg()\fR. .SH SEE ALSO .sp .LP -\fBcopyb\fR(9F), \fBcopymsg\fR(9F), \fBdupb\fR(9F), \fBdatab\fR(9S) +.BR copyb (9F), +.BR copymsg (9F), +.BR dupb (9F), +.BR datab (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/enableok.9f b/usr/src/man/man9f/enableok.9f index 8dc0ba6df0..51e20796b9 100644 --- a/usr/src/man/man9f/enableok.9f +++ b/usr/src/man/man9f/enableok.9f @@ -70,7 +70,8 @@ processing. .SH SEE ALSO .sp .LP -\fBnoenable\fR(9F), \fBqenable\fR(9F) +.BR noenable (9F), +.BR qenable (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/esballoc.9f b/usr/src/man/man9f/esballoc.9f index 812e8255dd..49f1764031 100644 --- a/usr/src/man/man9f/esballoc.9f +++ b/usr/src/man/man9f/esballoc.9f @@ -155,7 +155,7 @@ The \fBesballoc()\fR, \fBesballoca()\fR, \fBdesballoc()\fR and \fBdesballoca()\fR functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -169,9 +169,12 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBallocb\fR(9F), \fBddi_intr_get_pri\fR(9F), -\fBddi_intr_get_softint_pri\fR(9F), \fBfreeb\fR(9F), \fBdatab\fR(9S), -\fBfree_rtn\fR(9S) +.BR allocb (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_intr_get_softint_pri (9F), +.BR freeb (9F), +.BR datab (9S), +.BR free_rtn (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/esbbcall.9f b/usr/src/man/man9f/esbbcall.9f index ebb75f3756..9258f68f74 100644 --- a/usr/src/man/man9f/esbbcall.9f +++ b/usr/src/man/man9f/esbbcall.9f @@ -76,8 +76,12 @@ context. .SH SEE ALSO .sp .LP -\fBallocb\fR(9F), \fBbufcall\fR(9F), \fBesballoc\fR(9F), \fBtimeout\fR(9F), -\fBdatab\fR(9S), \fBunbufcall\fR(9F) +.BR allocb (9F), +.BR bufcall (9F), +.BR esballoc (9F), +.BR timeout (9F), +.BR unbufcall (9F), +.BR datab (9S) .sp .LP \fIWriting Device Drivers\fR \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/firmload.9f b/usr/src/man/man9f/firmload.9f index 0641fe3b2e..bec29a42e1 100644 --- a/usr/src/man/man9f/firmload.9f +++ b/usr/src/man/man9f/firmload.9f @@ -88,7 +88,7 @@ attach time. Firmware images reside in sub-directories, one for each driver, in the namespace "firmware" in the system default module search path as described in -.Xr system 4 . +.Xr system 5 . .sp The following functions are provided by the .Nm @@ -149,4 +149,4 @@ will always return zero. .Sh INTERFACE STABILITY .Sy Committed .Sh SEE ALSO -.Xr system 4 +.Xr system 5 diff --git a/usr/src/man/man9f/flushband.9f b/usr/src/man/man9f/flushband.9f index 529c82898c..ed853c8040 100644 --- a/usr/src/man/man9f/flushband.9f +++ b/usr/src/man/man9f/flushband.9f @@ -83,7 +83,7 @@ context. .SH SEE ALSO .sp .LP -\fBflushq\fR(9F) +.BR flushq (9F) .sp .LP \fIWriting Device Drivers\fR \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/flushq.9f b/usr/src/man/man9f/flushq.9f index 7c1926aa0c..5b026bea14 100644 --- a/usr/src/man/man9f/flushq.9f +++ b/usr/src/man/man9f/flushq.9f @@ -112,7 +112,10 @@ for drivers. .SH SEE ALSO .sp .LP -\fBflushband\fR(9F), \fBfreemsg\fR(9F), \fBputq\fR(9F), \fBqreply\fR(9F) +.BR flushband (9F), +.BR freemsg (9F), +.BR putq (9F), +.BR qreply (9F) .sp .LP \fIWriting Device Drivers\fR \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/freeb.9f b/usr/src/man/man9f/freeb.9f index 78d0a8acd8..f91cb1d070 100644 --- a/usr/src/man/man9f/freeb.9f +++ b/usr/src/man/man9f/freeb.9f @@ -64,8 +64,11 @@ See \fBcopyb\fR(9F) for an example of using \fBfreeb()\fR. .SH SEE ALSO .sp .LP -\fBallocb\fR(9F), \fBcopyb\fR(9F), \fBdupb\fR(9F), \fBesballoc\fR(9F), -\fBfree_rtn\fR(9S) +.BR allocb (9F), +.BR copyb (9F), +.BR dupb (9F), +.BR esballoc (9F), +.BR free_rtn (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/freemsg.9f b/usr/src/man/man9f/freemsg.9f index ca157ba695..6ba432eeb4 100644 --- a/usr/src/man/man9f/freemsg.9f +++ b/usr/src/man/man9f/freemsg.9f @@ -53,7 +53,9 @@ See \fBcopymsg\fR(9F). .SH SEE ALSO .sp .LP -\fBcopymsg\fR(9F), \fBfreeb\fR(9F), \fBmsgb\fR(9S) +.BR copymsg (9F), +.BR freeb (9F), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/freerbuf.9f b/usr/src/man/man9f/freerbuf.9f index 3173671185..7a7f986e40 100644 --- a/usr/src/man/man9f/freerbuf.9f +++ b/usr/src/man/man9f/freerbuf.9f @@ -46,5 +46,7 @@ context. .SH SEE ALSO .sp .LP -\fBgetrbuf\fR(9F), \fBkmem_alloc\fR(9F), \fBkmem_free\fR(9F), -\fBkmem_zalloc\fR(9F) +.BR getrbuf (9F), +.BR kmem_alloc (9F), +.BR kmem_free (9F), +.BR kmem_zalloc (9F) diff --git a/usr/src/man/man9f/get_pktiopb.9f b/usr/src/man/man9f/get_pktiopb.9f index b7583d4507..8a1dcf4631 100644 --- a/usr/src/man/man9f/get_pktiopb.9f +++ b/usr/src/man/man9f/get_pktiopb.9f @@ -171,7 +171,7 @@ context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -187,9 +187,12 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), -\fBscsi_alloc_consistent_buf\fR(9F), \fBscsi_free_consistent_buf\fR(9F), -\fBscsi_pktalloc\fR(9F), \fBscsi_resalloc\fR(9F), \fBscsi_pkt\fR(9S) +.BR attributes (7), +.BR scsi_alloc_consistent_buf (9F), +.BR scsi_free_consistent_buf (9F), +.BR scsi_pktalloc (9F), +.BR scsi_resalloc (9F), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/geterror.9f b/usr/src/man/man9f/geterror.9f index 69a772f906..dcd1fb44fe 100644 --- a/usr/src/man/man9f/geterror.9f +++ b/usr/src/man/man9f/geterror.9f @@ -51,7 +51,7 @@ context. .SH SEE ALSO .sp .LP -\fBbuf\fR(9S) +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/gethrtime.9f b/usr/src/man/man9f/gethrtime.9f index 74a4d2379f..03edfba04f 100644 --- a/usr/src/man/man9f/gethrtime.9f +++ b/usr/src/man/man9f/gethrtime.9f @@ -38,8 +38,10 @@ called. .SH SEE ALSO .sp .LP -\fBproc\fR(1), \fBgettimeofday\fR(3C), \fBsettimeofday\fR(3C), -\fBattributes\fR(5) +.BR proc (1), +.BR gettimeofday (3C), +.BR settimeofday (3C), +.BR attributes (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/getmajor.9f b/usr/src/man/man9f/getmajor.9f index c67a1b4f82..d942405102 100644 --- a/usr/src/man/man9f/getmajor.9f +++ b/usr/src/man/man9f/getmajor.9f @@ -70,7 +70,9 @@ cmn_err(CE_NOTE,"Driver Started. Major# = %d, .SH SEE ALSO .sp .LP -\fBcmn_err\fR(9F), \fBgetminor\fR(9F), \fBmakedevice\fR(9F) +.BR cmn_err (9F), +.BR getminor (9F), +.BR makedevice (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/getminor.9f b/usr/src/man/man9f/getminor.9f index d84741a986..f7ed20ef82 100644 --- a/usr/src/man/man9f/getminor.9f +++ b/usr/src/man/man9f/getminor.9f @@ -54,7 +54,8 @@ See the \fBgetmajor\fR(9F) manual page for an example of how to use .SH SEE ALSO .sp .LP -\fBgetmajor\fR(9F), \fBmakedevice\fR(9F) +.BR getmajor (9F), +.BR makedevice (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/getq.9f b/usr/src/man/man9f/getq.9f index 98bd78e25d..c714aac326 100644 --- a/usr/src/man/man9f/getq.9f +++ b/usr/src/man/man9f/getq.9f @@ -66,8 +66,13 @@ See \fBdupb\fR(9F). .SH SEE ALSO .sp .LP -\fBsrv\fR(9E), \fBbcanput\fR(9F), \fBcanput\fR(9F), \fBdupb\fR(9F), -\fBputbq\fR(9F), \fBputq\fR(9F), \fBqenable\fR(9F) +.BR srv (9E), +.BR bcanput (9F), +.BR canput (9F), +.BR dupb (9F), +.BR putbq (9F), +.BR putq (9F), +.BR qenable (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/getrbuf.9f b/usr/src/man/man9f/getrbuf.9f index d1381ed592..d75e97fe47 100644 --- a/usr/src/man/man9f/getrbuf.9f +++ b/usr/src/man/man9f/getrbuf.9f @@ -58,8 +58,10 @@ context. (Drivers must not allow \fBgetrbuf()\fR to sleep if called from an interrupt routine.) .SH SEE ALSO .LP -\fBbioinit\fR(9F), \fBfreerbuf\fR(9F), \fBkmem_alloc\fR(9F), -\fBkmem_free\fR(9F) +.BR bioinit (9F), +.BR freerbuf (9F), +.BR kmem_alloc (9F), +.BR kmem_free (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/gld.9f b/usr/src/man/man9f/gld.9f index 8724f4c23d..92ecddc3cf 100644 --- a/usr/src/man/man9f/gld.9f +++ b/usr/src/man/man9f/gld.9f @@ -287,8 +287,13 @@ on failure. .LP \fBgld_intr\fR(\|) returns a value appropriate for an interrupt handler. .SH SEE ALSO -\fBgld\fR(7D), \fBgld\fR(9E), \fBgld_mac_info\fR(9S), \fBgld_stats\fR(9S), -\fBdlpi\fR(7P), \fBattach\fR(9E), \fBddi_add_intr\fR(9F) +.BR gld (4D), +.BR dlpi (4P), +.BR attach (9E), +.BR gld (9E), +.BR ddi_add_intr (9F), +.BR gld_mac_info (9S), +.BR gld_stats (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/hook_alloc.9f b/usr/src/man/man9f/hook_alloc.9f index 585f08ef6b..453820b609 100644 --- a/usr/src/man/man9f/hook_alloc.9f +++ b/usr/src/man/man9f/hook_alloc.9f @@ -34,7 +34,7 @@ pointer. .SH CONTEXT The \fBhook_alloc()\fR function may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -48,4 +48,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBhook_free\fR(9F), \fBhook_t\fR(9S) +.BR hook_free (9F), +.BR hook_t (9S) diff --git a/usr/src/man/man9f/hook_free.9f b/usr/src/man/man9f/hook_free.9f index fd5f933af7..5b665f87a7 100644 --- a/usr/src/man/man9f/hook_free.9f +++ b/usr/src/man/man9f/hook_free.9f @@ -31,7 +31,7 @@ originally allocated by \fBhook_alloc\fR(9F). The \fBhook_free()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -45,4 +45,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBhook_alloc\fR(9F), \fBhook_t\fR(9S) +.BR hook_alloc (9F), +.BR hook_t (9S) diff --git a/usr/src/man/man9f/id32_alloc.9f b/usr/src/man/man9f/id32_alloc.9f index 8503ab2049..0f811eaf31 100644 --- a/usr/src/man/man9f/id32_alloc.9f +++ b/usr/src/man/man9f/id32_alloc.9f @@ -86,7 +86,7 @@ These functions can be called from user or interrupt context. The routine \fBKM_SLEEP\fR flag is passed in. All other routines can be called from interrupt or kernel context. .SH SEE ALSO -\fBkmem_alloc\fR(9F) +.BR kmem_alloc (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/inb.9f b/usr/src/man/man9f/inb.9f index 55aa03f83f..0251b69334 100644 --- a/usr/src/man/man9f/inb.9f +++ b/usr/src/man/man9f/inb.9f @@ -69,7 +69,7 @@ was read from the I/O port. .SH CONTEXT These functions may be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -85,8 +85,12 @@ Stability Level Obsolete .TE .SH SEE ALSO -\fBisa\fR(4), \fBattributes\fR(5), \fBddi_get8\fR(9F), \fBddi_get16\fR(9F), -\fBddi_get32\fR(9F), \fBoutb\fR(9F) +.BR isa (5), +.BR attributes (7), +.BR ddi_get16 (9F), +.BR ddi_get32 (9F), +.BR ddi_get8 (9F), +.BR outb (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/insq.9f b/usr/src/man/man9f/insq.9f index 481a21370a..78bda30f1a 100644 --- a/usr/src/man/man9f/insq.9f +++ b/usr/src/man/man9f/insq.9f @@ -127,7 +127,9 @@ by using STREAMS functions or by implementing your own locking. .SH SEE ALSO .sp .LP -\fBputq\fR(9F), \fBrmvq\fR(9F), \fBmsgb\fR(9S) +.BR putq (9F), +.BR rmvq (9F), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/kiconv.9f b/usr/src/man/man9f/kiconv.9f index 71c21890e1..a7d2ad80c9 100644 --- a/usr/src/man/man9f/kiconv.9f +++ b/usr/src/man/man9f/kiconv.9f @@ -253,7 +253,7 @@ doconv_error_return: .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -267,15 +267,31 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBiconv\fR(3C), \fBiconv_close\fR(3C), \fBiconv_open\fR(3C), -\fBu8_strcmp\fR(3C), \fBu8_textprep_str\fR(3C), \fBu8_validate\fR(3C), -\fBuconv_u16tou32\fR(3C), \fBuconv_u16tou8\fR(3C), \fBuconv_u32tou16\fR(3C), -\fBuconv_u32tou8\fR(3C), \fBuconv_u8tou16\fR(3C), \fBuconv_u8tou32\fR(3C), -\fBattributes\fR(5), \fBkiconvstr\fR(9F), \fBkiconv_close\fR(9F), -\fBkiconv_open\fR(9F), \fBu8_strcmp\fR(9F), \fBu8_textprep_str\fR(9F), -\fBu8_validate\fR(9F), \fBuconv_u16tou32\fR(9F), \fBuconv_u16tou8\fR(9F), -\fBuconv_u32tou16\fR(9F), \fBuconv_u32tou8\fR(9F), \fBuconv_u8tou16\fR(9F), -\fBuconv_u8tou32\fR(9F) +.BR iconv (3C), +.BR iconv_close (3C), +.BR iconv_open (3C), +.BR u8_strcmp (3C), +.BR u8_textprep_str (3C), +.BR u8_validate (3C), +.BR uconv_u16tou32 (3C), +.BR uconv_u16tou8 (3C), +.BR uconv_u32tou16 (3C), +.BR uconv_u32tou8 (3C), +.BR uconv_u8tou16 (3C), +.BR uconv_u8tou32 (3C), +.BR attributes (7), +.BR kiconv_close (9F), +.BR kiconv_open (9F), +.BR kiconvstr (9F), +.BR u8_strcmp (9F), +.BR u8_textprep_str (9F), +.BR u8_validate (9F), +.BR uconv_u16tou32 (9F), +.BR uconv_u16tou8 (9F), +.BR uconv_u32tou16 (9F), +.BR uconv_u32tou8 (9F), +.BR uconv_u8tou16 (9F), +.BR uconv_u8tou32 (9F) .sp .LP The Unicode Standard: diff --git a/usr/src/man/man9f/kiconv_close.9f b/usr/src/man/man9f/kiconv_close.9f index 095cee4530..99915b6cf0 100644 --- a/usr/src/man/man9f/kiconv_close.9f +++ b/usr/src/man/man9f/kiconv_close.9f @@ -75,7 +75,7 @@ error checking: .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -89,15 +89,31 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBiconv\fR(3C), \fBiconv_close\fR(3C), \fBiconv_open\fR(3C), -\fBu8_strcmp\fR(3C), \fBu8_textprep_str\fR(3C), \fBu8_validate\fR(3C), -\fBuconv_u16tou32\fR(3C), \fBuconv_u16tou8\fR(3C), \fBuconv_u32tou16\fR(3C), -\fBuconv_u32tou8\fR(3C), \fBuconv_u8tou16\fR(3C), \fBuconv_u8tou32\fR(3C), -\fBattributes\fR(5), \fBkiconv\fR(9F), \fBkiconvstr\fR(9F), -\fBkiconv_open\fR(9F), \fBu8_strcmp\fR(9F), \fBu8_textprep_str\fR(9F), -\fBu8_validate\fR(9F), \fBuconv_u16tou32\fR(9F), \fBuconv_u16tou8\fR(9F), -\fBuconv_u32tou16\fR(9F), \fBuconv_u32tou8\fR(9F), \fBuconv_u8tou16\fR(9F), -\fBuconv_u8tou32\fR(9F) +.BR iconv (3C), +.BR iconv_close (3C), +.BR iconv_open (3C), +.BR u8_strcmp (3C), +.BR u8_textprep_str (3C), +.BR u8_validate (3C), +.BR uconv_u16tou32 (3C), +.BR uconv_u16tou8 (3C), +.BR uconv_u32tou16 (3C), +.BR uconv_u32tou8 (3C), +.BR uconv_u8tou16 (3C), +.BR uconv_u8tou32 (3C), +.BR attributes (7), +.BR kiconv (9F), +.BR kiconv_open (9F), +.BR kiconvstr (9F), +.BR u8_strcmp (9F), +.BR u8_textprep_str (9F), +.BR u8_validate (9F), +.BR uconv_u16tou32 (9F), +.BR uconv_u16tou8 (9F), +.BR uconv_u32tou16 (9F), +.BR uconv_u32tou8 (9F), +.BR uconv_u8tou16 (9F), +.BR uconv_u8tou32 (9F) .sp .LP The Unicode Standard diff --git a/usr/src/man/man9f/kiconv_open.9f b/usr/src/man/man9f/kiconv_open.9f index 45132541fb..98798b899a 100644 --- a/usr/src/man/man9f/kiconv_open.9f +++ b/usr/src/man/man9f/kiconv_open.9f @@ -166,7 +166,7 @@ if (cd == (kiconv_t)-1) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -180,15 +180,31 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBiconv\fR(3C), \fBiconv_close\fR(3C), \fBiconv_open\fR(3C), -\fBu8_strcmp\fR(3C), \fBu8_textprep_str\fR(3C), \fBu8_validate\fR(3C), -\fBuconv_u16tou32\fR(3C), \fBuconv_u16tou8\fR(3C), \fBuconv_u32tou16\fR(3C), -\fBuconv_u32tou8\fR(3C), \fBuconv_u8tou16\fR(3C), \fBuconv_u8tou32\fR(3C), -\fBattributes\fR(5), \fBkiconv\fR(9F), \fBkiconvstr\fR(9F), -\fBkiconv_close\fR(9F), \fBu8_strcmp\fR(9F), \fBu8_textprep_str\fR(9F), -\fBu8_validate\fR(9F), \fBuconv_u16tou32\fR(9F), \fBuconv_u16tou8\fR(9F), -\fBuconv_u32tou16\fR(9F), \fBuconv_u32tou8\fR(9F), \fBuconv_u8tou16\fR(9F), -\fBuconv_u8tou32\fR(9F) +.BR iconv (3C), +.BR iconv_close (3C), +.BR iconv_open (3C), +.BR u8_strcmp (3C), +.BR u8_textprep_str (3C), +.BR u8_validate (3C), +.BR uconv_u16tou32 (3C), +.BR uconv_u16tou8 (3C), +.BR uconv_u32tou16 (3C), +.BR uconv_u32tou8 (3C), +.BR uconv_u8tou16 (3C), +.BR uconv_u8tou32 (3C), +.BR attributes (7), +.BR kiconv (9F), +.BR kiconv_close (9F), +.BR kiconvstr (9F), +.BR u8_strcmp (9F), +.BR u8_textprep_str (9F), +.BR u8_validate (9F), +.BR uconv_u16tou32 (9F), +.BR uconv_u16tou8 (9F), +.BR uconv_u32tou16 (9F), +.BR uconv_u32tou8 (9F), +.BR uconv_u8tou16 (9F), +.BR uconv_u8tou32 (9F) .sp .LP The Unicode Standard diff --git a/usr/src/man/man9f/kiconvstr.9f b/usr/src/man/man9f/kiconvstr.9f index 5fa6c293f7..4547052a7f 100644 --- a/usr/src/man/man9f/kiconvstr.9f +++ b/usr/src/man/man9f/kiconvstr.9f @@ -281,7 +281,7 @@ if (ret == (size_t)-1) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -295,15 +295,31 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBiconv\fR(3C), \fBiconv_close\fR(3C), \fBiconv_open\fR(3C), -\fBu8_strcmp\fR(3C), \fBu8_textprep_str\fR(3C), \fBu8_validate\fR(3C), -\fBuconv_u16tou32\fR(3C), \fBuconv_u16tou8\fR(3C), \fBuconv_u32tou16\fR(3C), -\fBuconv_u32tou8\fR(3C), \fBuconv_u8tou16\fR(3C), \fBuconv_u8tou32\fR(3C), -\fBattributes\fR(5), \fBkiconv\fR(9F), \fBkiconv_close\fR(9F), -\fBkiconv_open\fR(9F), \fBu8_strcmp\fR(9F), \fBu8_textprep_str\fR(9F), -\fBu8_validate\fR(9F), \fBuconv_u16tou32\fR(9F), \fBuconv_u16tou8\fR(9F), -\fBuconv_u32tou16\fR(9F), \fBuconv_u32tou8\fR(9F), \fBuconv_u8tou16\fR(9F), -\fBuconv_u8tou32\fR(9F) +.BR iconv (3C), +.BR iconv_close (3C), +.BR iconv_open (3C), +.BR u8_strcmp (3C), +.BR u8_textprep_str (3C), +.BR u8_validate (3C), +.BR uconv_u16tou32 (3C), +.BR uconv_u16tou8 (3C), +.BR uconv_u32tou16 (3C), +.BR uconv_u32tou8 (3C), +.BR uconv_u8tou16 (3C), +.BR uconv_u8tou32 (3C), +.BR attributes (7), +.BR kiconv (9F), +.BR kiconv_close (9F), +.BR kiconv_open (9F), +.BR u8_strcmp (9F), +.BR u8_textprep_str (9F), +.BR u8_validate (9F), +.BR uconv_u16tou32 (9F), +.BR uconv_u16tou8 (9F), +.BR uconv_u32tou16 (9F), +.BR uconv_u32tou8 (9F), +.BR uconv_u8tou16 (9F), +.BR uconv_u8tou32 (9F) .sp .LP The Unicode Standard: diff --git a/usr/src/man/man9f/kmem_alloc.9f b/usr/src/man/man9f/kmem_alloc.9f index 5a53bd2451..6a9b6c9eb3 100644 --- a/usr/src/man/man9f/kmem_alloc.9f +++ b/usr/src/man/man9f/kmem_alloc.9f @@ -98,7 +98,9 @@ interrupt context only if the \fBKM_NOSLEEP\fR flag is set. They can be called from user context with any valid \fIflag\fR. The \fBkmem_free()\fR function can be called from from user, interrupt, or kernel context. .SH SEE ALSO -\fBcopyout\fR(9F), \fBfreerbuf\fR(9F), \fBgetrbuf\fR(9F) +.BR copyout (9F), +.BR freerbuf (9F), +.BR getrbuf (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/kmem_cache_create.9f b/usr/src/man/man9f/kmem_cache_create.9f index e08f120244..c3218b9b36 100644 --- a/usr/src/man/man9f/kmem_cache_create.9f +++ b/usr/src/man/man9f/kmem_cache_create.9f @@ -738,7 +738,7 @@ If successful, \fBkmem_cache_alloc()\fR returns a pointer to the allocated object. If \fBKM_NOSLEEP\fR is set and memory cannot be allocated without sleeping, \fBkmem_cache_alloc()\fR returns \fBNULL\fR. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -752,7 +752,10 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBcondvar\fR(9F), \fBkmem_alloc\fR(9F), \fBmutex\fR(9F), \fBkstat\fR(9S) +.BR condvar (9F), +.BR kmem_alloc (9F), +.BR mutex (9F), +.BR kstat (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/kstat_create.9f b/usr/src/man/man9f/kstat_create.9f index 0df58c1c30..d1f028a586 100644 --- a/usr/src/man/man9f/kstat_create.9f +++ b/usr/src/man/man9f/kstat_create.9f @@ -214,9 +214,13 @@ pkstat_t *ksp; .in -2 .SH SEE ALSO -\fBkstat\fR(3KSTAT), \fBddi_get_instance\fR(9F), \fBkstat_delete\fR(9F), -\fBkstat_install\fR(9F), \fBkstat_named_init\fR(9F), \fBkstat\fR(9S), -\fBkstat_named\fR(9S) +.BR kstat (3KSTAT), +.BR ddi_get_instance (9F), +.BR kstat_delete (9F), +.BR kstat_install (9F), +.BR kstat_named_init (9F), +.BR kstat (9S), +.BR kstat_named (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/kstat_delete.9f b/usr/src/man/man9f/kstat_delete.9f index b5d5dc4201..04f508d383 100644 --- a/usr/src/man/man9f/kstat_delete.9f +++ b/usr/src/man/man9f/kstat_delete.9f @@ -35,8 +35,10 @@ None. .SH CONTEXT \fBkstat_delete()\fR can be called from any context. .SH SEE ALSO -\fBkstat_create\fR(9F), \fBkstat_install\fR(9F), \fBkstat_named_init\fR(9F), -\fBkstat\fR(9S) +.BR kstat_create (9F), +.BR kstat_install (9F), +.BR kstat_named_init (9F), +.BR kstat (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/kstat_install.9f b/usr/src/man/man9f/kstat_install.9f index 22bffeb97a..955ae7179a 100644 --- a/usr/src/man/man9f/kstat_install.9f +++ b/usr/src/man/man9f/kstat_install.9f @@ -65,8 +65,10 @@ if (ksp) { .in -2 .SH SEE ALSO -\fBkstat_create\fR(9F), \fBkstat_delete\fR(9F), \fBkstat_named_init\fR(9F), -\fBkstat\fR(9S) +.BR kstat_create (9F), +.BR kstat_delete (9F), +.BR kstat_named_init (9F), +.BR kstat (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/kstat_named_init.9f b/usr/src/man/man9f/kstat_named_init.9f index 6ede85f4b1..af31215cc4 100644 --- a/usr/src/man/man9f/kstat_named_init.9f +++ b/usr/src/man/man9f/kstat_named_init.9f @@ -133,8 +133,10 @@ None. \fBkstat_named_init()\fR and \fBkstat_named_setstr()\fR can be called from user or kernel context. .SH SEE ALSO -\fBkstat_create\fR(9F), \fBkstat_install\fR(9F), \fBkstat\fR(9S), -\fBkstat_named\fR(9S) +.BR kstat_create (9F), +.BR kstat_install (9F), +.BR kstat (9S), +.BR kstat_named (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/kstat_queue.9f b/usr/src/man/man9f/kstat_queue.9f index ec67b5e1cd..e4a0765ec6 100644 --- a/usr/src/man/man9f/kstat_queue.9f +++ b/usr/src/man/man9f/kstat_queue.9f @@ -138,9 +138,13 @@ These transitions must be protected by holding the \fBkstat\fR's \fBks_lock\fR, and must be completely accurate (all transitions are recorded). Forgetting a transition may, for example, make an idle disk appear 100% busy. .SH SEE ALSO -\fBbiodone\fR(9F), \fBdisksort\fR(9F), \fBkstat_create\fR(9F), -\fBkstat_delete\fR(9F), \fBkstat_named_init\fR(9F), \fBkstat\fR(9S), -\fBkstat_io\fR(9S) +.BR biodone (9F), +.BR disksort (9F), +.BR kstat_create (9F), +.BR kstat_delete (9F), +.BR kstat_named_init (9F), +.BR kstat (9S), +.BR kstat_io (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ldi_add_event_handler.9f b/usr/src/man/man9f/ldi_add_event_handler.9f index dad4420934..51cc255a26 100644 --- a/usr/src/man/man9f/ldi_add_event_handler.9f +++ b/usr/src/man/man9f/ldi_add_event_handler.9f @@ -156,8 +156,10 @@ The \fBldi_add_event_handler()\fR function can be called from user and kernel contexts only. .SH SEE ALSO .LP -\fBldi_ev_get_cookie\fR(9F), \fBldi_ev_register_callbacks\fR(9F), -\fBldi_get_eventcookie\fR(9F), \fBldi_remove_event_handler\fR(9F) +.BR ldi_ev_get_cookie (9F), +.BR ldi_ev_register_callbacks (9F), +.BR ldi_get_eventcookie (9F), +.BR ldi_remove_event_handler (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ldi_ev_finalize.9f b/usr/src/man/man9f/ldi_ev_finalize.9f index bd695b511d..6e178da59f 100644 --- a/usr/src/man/man9f/ldi_ev_finalize.9f +++ b/usr/src/man/man9f/ldi_ev_finalize.9f @@ -147,5 +147,6 @@ widget_finalize(ldi_handle_t lh, ldi_ev_cookie_t foo_cookie, .in -2 .SH SEE ALSO -\fBldi_ev_get_cookie\fR(9F), \fBldi_ev_register_callbacks\fR(9F), -\fBldi_ev_remove_callbacks\fR(9F) +.BR ldi_ev_get_cookie (9F), +.BR ldi_ev_register_callbacks (9F), +.BR ldi_ev_remove_callbacks (9F) diff --git a/usr/src/man/man9f/ldi_ev_get_cookie.9f b/usr/src/man/man9f/ldi_ev_get_cookie.9f index c66b8af509..36e396b846 100644 --- a/usr/src/man/man9f/ldi_ev_get_cookie.9f +++ b/usr/src/man/man9f/ldi_ev_get_cookie.9f @@ -109,4 +109,5 @@ An error occurred and the cookie was not created. .SH CONTEXT This function can be called from user and kernel contexts only. .SH SEE ALSO -\fBldi_ev_register_callbacks\fR(9F), \fBldi_ev_remove_callbacks\fR(9F) +.BR ldi_ev_register_callbacks (9F), +.BR ldi_ev_remove_callbacks (9F) diff --git a/usr/src/man/man9f/ldi_ev_get_type.9f b/usr/src/man/man9f/ldi_ev_get_type.9f index 811e74ed57..a90b31eb73 100644 --- a/usr/src/man/man9f/ldi_ev_get_type.9f +++ b/usr/src/man/man9f/ldi_ev_get_type.9f @@ -35,5 +35,6 @@ On success, this function returns the event string represented by .SH CONTEXT This function can be called from user and kernel contexts only. .SH SEE ALSO -\fBldi_ev_get_cookie\fR(9F), \fBldi_ev_register_callbacks\fR(9F), -\fBldi_ev_remove_callbacks\fR(9F) +.BR ldi_ev_get_cookie (9F), +.BR ldi_ev_register_callbacks (9F), +.BR ldi_ev_remove_callbacks (9F) diff --git a/usr/src/man/man9f/ldi_ev_notify.9f b/usr/src/man/man9f/ldi_ev_notify.9f index 9f28c5da2f..3b44d5d5f0 100644 --- a/usr/src/man/man9f/ldi_ev_notify.9f +++ b/usr/src/man/man9f/ldi_ev_notify.9f @@ -170,5 +170,6 @@ Consumers are blocking the state change. .SH CONTEXT This function can be called from user and kernel context only. .SH SEE ALSO -\fBldi_ev_get_cookie\fR(9F), \fBldi_ev_register_callbacks\fR(9F), -\fBldi_ev_remove_callbacks\fR(9F) +.BR ldi_ev_get_cookie (9F), +.BR ldi_ev_register_callbacks (9F), +.BR ldi_ev_remove_callbacks (9F) diff --git a/usr/src/man/man9f/ldi_ev_register_callbacks.9f b/usr/src/man/man9f/ldi_ev_register_callbacks.9f index 51193558f0..fd9ec945a8 100644 --- a/usr/src/man/man9f/ldi_ev_register_callbacks.9f +++ b/usr/src/man/man9f/ldi_ev_register_callbacks.9f @@ -511,5 +511,7 @@ dgrd_finalize(ldi_handle_t lh, ldi_ev_cookie_t off_cookie, .in -2 .SH SEE ALSO -\fBldi_ev_finalize\fR(9F), \fBldi_ev_get_cookie\fR(9F), -\fBldi_ev_notify\fR(9F), \fBldi_ev_remove_callbacks\fR(9F) +.BR ldi_ev_finalize (9F), +.BR ldi_ev_get_cookie (9F), +.BR ldi_ev_notify (9F), +.BR ldi_ev_remove_callbacks (9F) diff --git a/usr/src/man/man9f/ldi_ev_remove_callbacks.9f b/usr/src/man/man9f/ldi_ev_remove_callbacks.9f index 7f31fac655..5594602a33 100644 --- a/usr/src/man/man9f/ldi_ev_remove_callbacks.9f +++ b/usr/src/man/man9f/ldi_ev_remove_callbacks.9f @@ -44,4 +44,5 @@ None. .SH CONTEXT This function can be called from user and kernel contexts only. .SH SEE ALSO -\fBldi_ev_get_cookie\fR(9F), \fBldi_ev_register_callbacks\fR(9F) +.BR ldi_ev_get_cookie (9F), +.BR ldi_ev_register_callbacks (9F) diff --git a/usr/src/man/man9f/ldi_get_eventcookie.9f b/usr/src/man/man9f/ldi_get_eventcookie.9f index d775de1eaa..9bae13afdb 100644 --- a/usr/src/man/man9f/ldi_get_eventcookie.9f +++ b/usr/src/man/man9f/ldi_get_eventcookie.9f @@ -92,8 +92,10 @@ This function may be called from user or kernel contexts. .SH SEE ALSO .sp .LP -\fBldi_ev_get_cookie\fR(9F), \fBldi_ev_register_callbacks\fR(9F), -\fBldi_add_event_handler\fR(9F), \fBldi_remove_event_handler\fR(9F) +.BR ldi_add_event_handler (9F), +.BR ldi_ev_get_cookie (9F), +.BR ldi_ev_register_callbacks (9F), +.BR ldi_remove_event_handler (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ldi_get_size.9f b/usr/src/man/man9f/ldi_get_size.9f index 6e235ae434..a4481f4aae 100644 --- a/usr/src/man/man9f/ldi_get_size.9f +++ b/usr/src/man/man9f/ldi_get_size.9f @@ -70,7 +70,7 @@ This function may be called from user or kernel context. .SH SEE ALSO .sp .LP -\fBldi_open_by_name\fR(9F) +.BR ldi_open_by_name (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ldi_ioctl.9f b/usr/src/man/man9f/ldi_ioctl.9f index 4e26486375..0c088867ad 100644 --- a/usr/src/man/man9f/ldi_ioctl.9f +++ b/usr/src/man/man9f/ldi_ioctl.9f @@ -108,11 +108,11 @@ See \fBddi_model_convert_from\fR(9F) for more information. .SH STREAM IOCTLS .sp .LP -For a general description of streams ioctls see \fBstreamio\fR(7I). +For a general description of streams ioctls see \fBstreamio\fR(4I). \fBldi_ioctl()\fR supports a number of streams ioctls, using layered handles in the place of file descriptors. When issuing streams ioctls the \fBFKIOCTL\fR parameter should be specified. The possible return values for supported ioctl -commands are also documented in \fBstreamio\fR(7I). +commands are also documented in \fBstreamio\fR(4I). .sp .LP The following streams ioctls are supported: @@ -122,7 +122,7 @@ The following streams ioctls are supported: \fBI_PLINK\fR .ad .RS 13n -Behaves as documented in \fBstreamio\fR(7I). The layered handle \fIlh\fR should +Behaves as documented in \fBstreamio\fR(4I). The layered handle \fIlh\fR should point to the streams multiplexer. The \fIarg\fR parameter should point to a layered handle for another streams driver. .RE @@ -133,7 +133,7 @@ layered handle for another streams driver. \fBI_UNPLINK\fR .ad .RS 13n -Behaves as documented in \fBstreamio\fR(7I)). The layered handle \fIlh\fR +Behaves as documented in \fBstreamio\fR(4I)). The layered handle \fIlh\fR should point to the streams multiplexer. The \fIarg\fR parameter is the multiplexor ID number returned by \fBI_PLINK\fR when the streams were linked. .RE @@ -170,4 +170,5 @@ These functions can be called from user or kernel context. .SH SEE ALSO .sp .LP -\fBstreamio\fR(7I), \fBddi_model_convert_from\fR(9F) +.BR streamio (4I), +.BR ddi_model_convert_from (9F) diff --git a/usr/src/man/man9f/ldi_open_by_dev.9f b/usr/src/man/man9f/ldi_open_by_dev.9f index c0b9ea8224..a8dea48c1e 100644 --- a/usr/src/man/man9f/ldi_open_by_dev.9f +++ b/usr/src/man/man9f/ldi_open_by_dev.9f @@ -313,8 +313,10 @@ These functions may be called from user or kernel context. These functions should not be called from a device's attach, detach, or power entry point. This could result in a system crash or deadlock. .SH SEE ALSO -\fBscsi_vhci\fR(7D), \fBldi_ident_from_dev\fR(9F), -\fBldi_ident_from_dip\fR(9F), \fBldi_ident_from_stream\fR(9F) +.BR scsi_vhci (4D), +.BR ldi_ident_from_dev (9F), +.BR ldi_ident_from_dip (9F), +.BR ldi_ident_from_stream (9F) .SH NOTES Use only OTYP_CHR or OTYP_BLK options when you use the \fBldi_open_by_dev()\fR and \fBldi_open_by_devid()\fR functions to open a device. Other flags, @@ -323,9 +325,9 @@ interfaces. .sp .LP The caller should be aware of cases when multiple paths to a single device may -exist. (This can occur for scsi disk devices if \fBscsi_vhci\fR(7D)) is +exist. (This can occur for scsi disk devices if \fBscsi_vhci\fR(4D)) is disabled or a disk is connected to multiple controllers not supported by -scsi_vhci(7D). +scsi_vhci(4D). .sp .LP In these cases, \fBldi_open_by_devid()\fR returns a device handle that @@ -337,6 +339,6 @@ different filesystem device paths and dev_t values. .LP In the cases where multiple paths to a device exist and access to the device has not been virtualized via MPXIO (as with scsi disk devices not accessed via -\fBscsi_vhci\fR(7D)), the LDI does not provide any path fail-over capabilities. +\fBscsi_vhci\fR(4D)), the LDI does not provide any path fail-over capabilities. If the caller wishes to do their own path management and failover they should open all available paths to a device via \fBldi_open_by_name()\fR. diff --git a/usr/src/man/man9f/ldi_prop_get_int.9f b/usr/src/man/man9f/ldi_prop_get_int.9f index 70a611eabe..797e9b871d 100644 --- a/usr/src/man/man9f/ldi_prop_get_int.9f +++ b/usr/src/man/man9f/ldi_prop_get_int.9f @@ -184,8 +184,9 @@ The following example demonstrates the use of ldi_prop_get_int64(). .in -2 .SH SEE ALSO -\fBddi_prop_get_int\fR(9F), \fBddi_prop_get_int64\fR(9F), -\fBldi_prop_exists\fR(9F) +.BR ddi_prop_get_int (9F), +.BR ddi_prop_get_int64 (9F), +.BR ldi_prop_exists (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ldi_remove_event_handler.9f b/usr/src/man/man9f/ldi_remove_event_handler.9f index 4449cf71c8..8e682aae5b 100644 --- a/usr/src/man/man9f/ldi_remove_event_handler.9f +++ b/usr/src/man/man9f/ldi_remove_event_handler.9f @@ -73,8 +73,10 @@ Failed to remove callback handler. This function can be called from user and kernel contexts only. .SH SEE ALSO .LP -\fBldi_ev_register_callbacks\fR(9F), \fBldi_ev_remove_callbacks\fR(9F), -\fBldi_add_event_handler\fR(9F), \fBldi_get_eventcookie\fR(9F) +.BR ldi_add_event_handler (9F), +.BR ldi_ev_register_callbacks (9F), +.BR ldi_ev_remove_callbacks (9F), +.BR ldi_get_eventcookie (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/linkb.9f b/usr/src/man/man9f/linkb.9f index 3e6215aac5..94af16caf8 100644 --- a/usr/src/man/man9f/linkb.9f +++ b/usr/src/man/man9f/linkb.9f @@ -67,7 +67,9 @@ See \fBdupb\fR(9F) for an example that uses \fBlinkb()\fR. .SH SEE ALSO .sp .LP -\fBdupb\fR(9F), \fBunlinkb\fR(9F), \fBmsgb\fR(9S) +.BR dupb (9F), +.BR unlinkb (9F), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/makecom.9f b/usr/src/man/man9f/makecom.9f index f123c3950d..5efabbfe34 100644 --- a/usr/src/man/man9f/makecom.9f +++ b/usr/src/man/man9f/makecom.9f @@ -139,7 +139,7 @@ if (blkno >= (1<<20)) { .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -155,8 +155,10 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBscsi_setup_cdb\fR(9F), \fBscsi_device\fR(9S), -\fBscsi_pkt\fR(9S) +.BR attributes (7), +.BR scsi_setup_cdb (9F), +.BR scsi_device (9S), +.BR scsi_pkt (9S) .sp .LP \fIANSI Small Computer System Interface-2 (SCSI-2)\fR diff --git a/usr/src/man/man9f/makedevice.9f b/usr/src/man/man9f/makedevice.9f index 58227afc93..33f1f750d3 100644 --- a/usr/src/man/man9f/makedevice.9f +++ b/usr/src/man/man9f/makedevice.9f @@ -61,4 +61,5 @@ context. .SH SEE ALSO .sp .LP -\fBgetmajor\fR(9F), \fBgetminor\fR(9F) +.BR getmajor (9F), +.BR getminor (9F) diff --git a/usr/src/man/man9f/max.9f b/usr/src/man/man9f/max.9f index a7f1343fbb..3864d47411 100644 --- a/usr/src/man/man9f/max.9f +++ b/usr/src/man/man9f/max.9f @@ -56,7 +56,7 @@ The \fBmax()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO .sp .LP -\fBmin\fR(9F) +.BR min (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/mcopyin.9f b/usr/src/man/man9f/mcopyin.9f index 9c636c99b6..ea7ba94cae 100644 --- a/usr/src/man/man9f/mcopyin.9f +++ b/usr/src/man/man9f/mcopyin.9f @@ -76,7 +76,8 @@ None. .SH CONTEXT This function can be called from user, kernel or interrupt context. .SH SEE ALSO -\fBmcopyout\fR(9F), \fBcopyreq\fR(9S) +.BR mcopyout (9F), +.BR copyreq (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/mcopymsg.9f b/usr/src/man/man9f/mcopymsg.9f index 8613770c61..21f1045a07 100644 --- a/usr/src/man/man9f/mcopymsg.9f +++ b/usr/src/man/man9f/mcopymsg.9f @@ -52,7 +52,8 @@ None. .SH CONTEXT This function can be called from user, kernel or interrupt context. .SH SEE ALSO -\fBfreemsg\fR(9F), \fBmsgsize\fR(9F) +.BR freemsg (9F), +.BR msgsize (9F) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/mcopyout.9f b/usr/src/man/man9f/mcopyout.9f index 35f2805018..6ff5b89ca2 100644 --- a/usr/src/man/man9f/mcopyout.9f +++ b/usr/src/man/man9f/mcopyout.9f @@ -86,7 +86,9 @@ None. .SH CONTEXT This function can be called from user, kernel or interrupt context. .SH SEE ALSO -\fBmcopyin\fR(9F), \fBcopyreq\fR(9S), \fBiocblk\fR(9S) +.BR mcopyin (9F), +.BR copyreq (9S), +.BR iocblk (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/membar_ops.9f b/usr/src/man/man9f/membar_ops.9f index d37b2452f6..ecf910c132 100644 --- a/usr/src/man/man9f/membar_ops.9f +++ b/usr/src/man/man9f/membar_ops.9f @@ -80,7 +80,7 @@ These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -96,10 +96,17 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBatomic_add\fR(9F), \fBatomic_and\fR(9F), \fBatomic_bits\fR(9F), -\fBatomic_cas\fR(9F), \fBatomic_dec\fR(9F), \fBatomic_inc\fR(9F), -\fBatomic_ops\fR(9F), \fBatomic_or\fR(9F), \fBatomic_swap\fR(9F), -\fBattributes\fR(5), \fBatomic_ops\fR(3C) +.BR atomic_ops (3C), +.BR attributes (7), +.BR atomic_add (9F), +.BR atomic_and (9F), +.BR atomic_bits (9F), +.BR atomic_cas (9F), +.BR atomic_dec (9F), +.BR atomic_inc (9F), +.BR atomic_ops (9F), +.BR atomic_or (9F), +.BR atomic_swap (9F) .SH NOTES .sp .LP diff --git a/usr/src/man/man9f/memchr.9f b/usr/src/man/man9f/memchr.9f index 64a4180888..0778e0a5ab 100644 --- a/usr/src/man/man9f/memchr.9f +++ b/usr/src/man/man9f/memchr.9f @@ -102,7 +102,9 @@ application knows that the objects being copied do not overlap. .SH CONTEXT These functions can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBbcopy\fR(9F), \fBddi_copyin\fR(9F), \fBstrcpy\fR(9F) +.BR bcopy (9F), +.BR ddi_copyin (9F), +.BR strcpy (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/merror.9f b/usr/src/man/man9f/merror.9f index 2d00b04e2f..d0d51b0eb3 100644 --- a/usr/src/man/man9f/merror.9f +++ b/usr/src/man/man9f/merror.9f @@ -68,7 +68,8 @@ This function can be called from user, kernel or interrupt context. Callers must not hold any locks across an \fBmerror()\fR that can be acquired as part of \fBput\fR(9E) processing. .SH SEE ALSO -\fBput\fR(9E), \fBdupmsg\fR(9F) +.BR put (9E), +.BR dupmsg (9F) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/mexchange.9f b/usr/src/man/man9f/mexchange.9f index f8433b0b36..9434f73d30 100644 --- a/usr/src/man/man9f/mexchange.9f +++ b/usr/src/man/man9f/mexchange.9f @@ -87,7 +87,8 @@ failure. .SH CONTEXT This function can be called from user, kernel or interrupt context. .SH SEE ALSO -\fBdupmsg\fR(9F), \fBmerror\fR(9F) +.BR dupmsg (9F), +.BR merror (9F) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/min.9f b/usr/src/man/man9f/min.9f index 85d4a6b9cf..7a37f6edda 100644 --- a/usr/src/man/man9f/min.9f +++ b/usr/src/man/man9f/min.9f @@ -56,7 +56,7 @@ The \fBmin()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO .sp .LP -\fBmax\fR(9F) +.BR max (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/mioc2ack.9f b/usr/src/man/man9f/mioc2ack.9f index 3a8be0b368..03b0ac5241 100644 --- a/usr/src/man/man9f/mioc2ack.9f +++ b/usr/src/man/man9f/mioc2ack.9f @@ -71,7 +71,9 @@ None. .SH CONTEXT This function can be called from user, kernel or interrupt context. .SH SEE ALSO -\fBmiocack\fR(9F), \fBmiocnak\fR(9F), \fBiocblk\fR(9S) +.BR miocack (9F), +.BR miocnak (9F), +.BR iocblk (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/miocack.9f b/usr/src/man/man9f/miocack.9f index aaaef89b72..35c325dc5c 100644 --- a/usr/src/man/man9f/miocack.9f +++ b/usr/src/man/man9f/miocack.9f @@ -78,7 +78,9 @@ This function can be called from user, kernel or interrupt context. Callers must not hold any locks across a \fBmiocack()\fR that can be acquired as part of \fBput\fR(9E) processing. .SH SEE ALSO -\fBmioc2ack\fR(9F), \fBput\fR(9E), \fBiocblk\fR(9S) +.BR put (9E), +.BR mioc2ack (9F), +.BR iocblk (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/miocnak.9f b/usr/src/man/man9f/miocnak.9f index fab60e1029..36e5f71efd 100644 --- a/usr/src/man/man9f/miocnak.9f +++ b/usr/src/man/man9f/miocnak.9f @@ -73,7 +73,10 @@ This function can be called from user, kernel or interrupt context. Callers must not hold any locks across a \fBmiocnak()\fR that can be acquired as part of \fBput\fR(9E) processing. .SH SEE ALSO -\fBmioc2ack\fR(9F), \fBmiocack\fR(9F), \fBput\fR(9E), \fBiocblk\fR(9S) +.BR put (9E), +.BR mioc2ack (9F), +.BR miocack (9F), +.BR iocblk (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/mkiocb.9f b/usr/src/man/man9f/mkiocb.9f index 800de99ae0..4dddb73a39 100644 --- a/usr/src/man/man9f/mkiocb.9f +++ b/usr/src/man/man9f/mkiocb.9f @@ -36,7 +36,8 @@ failure. .sp .LP The \fBmkiocb\fR function returns a \fBmblk_t\fR structure which is large -enough to hold any of the ioctl messages (\fBiocblk\fR(9S), \fBcopyreq\fR(9S) +enough to hold any of the ioctl messages (\fBiocblk\fR(9S), +.BR copyreq (9S) or \fBcopyresp\fR(9S)), and has the following special properties: .sp .ne 2 @@ -233,8 +234,13 @@ is available. .in -2 .SH SEE ALSO -\fBallocb\fR(9F), \fBputnext\fR(9F), \fBqbufcall\fR(9F), \fBqwait_sig\fR(9F), -\fBcopyreq\fR(9S), \fBcopyresp\fR(9S), \fBiocblk\fR(9S) +.BR allocb (9F), +.BR putnext (9F), +.BR qbufcall (9F), +.BR qwait_sig (9F), +.BR copyreq (9S), +.BR copyresp (9S), +.BR iocblk (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/mod_install.9f b/usr/src/man/man9f/mod_install.9f index 942b2d1952..1f2eb886ad 100644 --- a/usr/src/man/man9f/mod_install.9f +++ b/usr/src/man/man9f/mod_install.9f @@ -98,8 +98,13 @@ valid as long as the module remains loaded. .SH EXAMPLES See \fB_init\fR(9E) for an example that uses these functions. .SH SEE ALSO -\fB_fini\fR(9E), \fB_info\fR(9E), \fB_init\fR(9E), \fBkstat_create\fR(9F), -\fBmodldrv\fR(9S), \fBmodlinkage\fR(9S), \fBmodlstrmod\fR(9S) +.BR _fini (9E), +.BR _info (9E), +.BR _init (9E), +.BR kstat_create (9F), +.BR modldrv (9S), +.BR modlinkage (9S), +.BR modlstrmod (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/msgdsize.9f b/usr/src/man/man9f/msgdsize.9f index 2ea333e691..1403c0d9b7 100644 --- a/usr/src/man/man9f/msgdsize.9f +++ b/usr/src/man/man9f/msgdsize.9f @@ -53,7 +53,7 @@ See \fBbufcall\fR(9F) for an example that uses \fBmsgdsize()\fR. .SH SEE ALSO .sp .LP -\fBbufcall\fR(9F) +.BR bufcall (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/msgpullup.9f b/usr/src/man/man9f/msgpullup.9f index fc8b4ddcde..ffd6734716 100644 --- a/usr/src/man/man9f/msgpullup.9f +++ b/usr/src/man/man9f/msgpullup.9f @@ -78,7 +78,10 @@ context. .SH SEE ALSO .sp .LP -\fBsrv\fR(9E), \fBallocb\fR(9F), \fBpullupmsg\fR(9F), \fBmsgb\fR(9S) +.BR srv (9E), +.BR allocb (9F), +.BR pullupmsg (9F), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/msgsize.9f b/usr/src/man/man9f/msgsize.9f index 11efb2acfb..80914fd50b 100644 --- a/usr/src/man/man9f/msgsize.9f +++ b/usr/src/man/man9f/msgsize.9f @@ -35,7 +35,7 @@ Number of bytes in the message. .SH CONTEXT This function can be called from user, kernel or interrupt context. .SH SEE ALSO -\fBmsgdsize\fR(9F) +.BR msgdsize (9F) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/mt-streams.9f b/usr/src/man/man9f/mt-streams.9f index a2ec1e2093..62aad890db 100644 --- a/usr/src/man/man9f/mt-streams.9f +++ b/usr/src/man/man9f/mt-streams.9f @@ -149,9 +149,15 @@ or outer perimeter from shared to exclusive. The use and semantics of \fBqprocson()\fR and \fBqprocsoff\fR(9F) is independent of the inner and outer perimeters. .SH SEE ALSO -\fBclose\fR(9E), \fBopen\fR(9E), \fBput\fR(9E), \fBsrv\fR(9E), -\fBqprocsoff\fR(9F), \fBqprocson\fR(9F), \fBqwait\fR(9F), \fBqwriter\fR(9F), -\fBcb_ops\fR(9S) +.BR close (9E), +.BR open (9E), +.BR put (9E), +.BR srv (9E), +.BR qprocsoff (9F), +.BR qprocson (9F), +.BR qwait (9F), +.BR qwriter (9F), +.BR cb_ops (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/mutex.9f b/usr/src/man/man9f/mutex.9f index cc77960ad7..2baec5de36 100644 --- a/usr/src/man/man9f/mutex.9f +++ b/usr/src/man/man9f/mutex.9f @@ -173,16 +173,21 @@ xxstart(struct xxunit *un) .in -2 .SH SEE ALSO -\fBlockstat\fR(1M), \fBIntro\fR(9F), \fBcondvar\fR(9F), -\fBddi_intr_alloc\fR(9F), \fBddi_intr_add_handler\fR(9F), -\fBddi_intr_get_pri\fR(9F), \fBddi_intr_get_softint_pri\fR(9F), -\fBrwlock\fR(9F), \fBsemaphore\fR(9F) +.BR lockstat (8), +.BR Intro (9F), +.BR condvar (9F), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_intr_get_softint_pri (9F), +.BR rwlock (9F), +.BR semaphore (9F) .sp .LP \fIWriting Device Drivers\fR .SH NOTES Compiling with \fB_LOCKTEST\fR or \fB_MPSTATS\fR defined has no effect. To -gather lock statistics, see \fBlockstat\fR(1M). +gather lock statistics, see \fBlockstat\fR(8). .sp .LP The address of a \fBkmutex_t\fR lock must be aligned on an 8-byte boundary for diff --git a/usr/src/man/man9f/net_event_notify_register.9f b/usr/src/man/man9f/net_event_notify_register.9f index 972c5fc59d..827df8a777 100644 --- a/usr/src/man/man9f/net_event_notify_register.9f +++ b/usr/src/man/man9f/net_event_notify_register.9f @@ -133,7 +133,7 @@ the given callback function is already registered. .SH CONTEXT These functions may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -147,5 +147,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBnet_hook_register\fR(9F), -\fBnet_hook_unregister\fR(9F), \fBnet_protocol_lookup\fR(9F) +.BR attributes (7), +.BR net_hook_register (9F), +.BR net_hook_unregister (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_getifname.9f b/usr/src/man/man9f/net_getifname.9f index e36e202e1c..592f77b91a 100644 --- a/usr/src/man/man9f/net_getifname.9f +++ b/usr/src/man/man9f/net_getifname.9f @@ -92,7 +92,7 @@ Unsuccessful. The \fBnet_getifname()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,5 +106,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_phygetnext\fR(9F), \fBnet_phylookup\fR(9F), -\fBnet_protocol_lookup\fR(9F) +.BR net_phygetnext (9F), +.BR net_phylookup (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_getlifaddr.9f b/usr/src/man/man9f/net_getlifaddr.9f index 8a2741ccb5..f13be8a0d6 100644 --- a/usr/src/man/man9f/net_getlifaddr.9f +++ b/usr/src/man/man9f/net_getlifaddr.9f @@ -149,7 +149,7 @@ Unsuccessful. The \fBnet_getifaddr()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -163,5 +163,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_lifgetnext\fR(9F), \fBnet_phylookup\fR(9F), -\fBnet_phygetnext\fR(9F), \fBnet_protocol_lookup\fR(9F) +.BR net_lifgetnext (9F), +.BR net_phygetnext (9F), +.BR net_phylookup (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_getmtu.9f b/usr/src/man/man9f/net_getmtu.9f index 7cec286b0d..77fbb45fd9 100644 --- a/usr/src/man/man9f/net_getmtu.9f +++ b/usr/src/man/man9f/net_getmtu.9f @@ -47,7 +47,7 @@ interface. The \fBnet_getmtu()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -61,5 +61,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_phygetnext\fR(9F), \fBnet_phylookup\fR(9F), -\fBnet_protocol_lookup\fR(9F) +.BR net_phygetnext (9F), +.BR net_phylookup (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_getnetid.9f b/usr/src/man/man9f/net_getnetid.9f index a2fc841223..11d684526c 100644 --- a/usr/src/man/man9f/net_getnetid.9f +++ b/usr/src/man/man9f/net_getnetid.9f @@ -33,7 +33,7 @@ The \fBnet_getnetid()\fR function returns the value of the instance identifier. The \fBnet_getnetid()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -47,4 +47,4 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_protocol_lookup\fR(9F) +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_getpmtuenabled.9f b/usr/src/man/man9f/net_getpmtuenabled.9f index e34a122ace..5e71ffc8c7 100644 --- a/usr/src/man/man9f/net_getpmtuenabled.9f +++ b/usr/src/man/man9f/net_getpmtuenabled.9f @@ -61,7 +61,7 @@ PATH MTU discovery is enabled. The \fBnet_getpmtuenabled()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -75,4 +75,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_getmtu\fR(9F), \fBnet_protocol_lookup\fR(9F) +.BR net_getmtu (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_hook_register.9f b/usr/src/man/man9f/net_hook_register.9f index 1a42e7a327..e869024d31 100644 --- a/usr/src/man/man9f/net_hook_register.9f +++ b/usr/src/man/man9f/net_hook_register.9f @@ -169,7 +169,7 @@ The netstack corresponding to \fIinfo\fR is condemned or no longer exists. The \fBnet_hook_register()\fR function may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -183,4 +183,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_hook_unregister\fR(9F), \fBhook_t\fR(9S) +.BR net_hook_unregister (9F), +.BR hook_t (9S) diff --git a/usr/src/man/man9f/net_hook_unregister.9f b/usr/src/man/man9f/net_hook_unregister.9f index 3015bd5590..147569444a 100644 --- a/usr/src/man/man9f/net_hook_unregister.9f +++ b/usr/src/man/man9f/net_hook_unregister.9f @@ -43,7 +43,7 @@ an error indicating the problem encountered. The \fBnet_hook_unregister()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -57,4 +57,4 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_hook_register\fR(9F) +.BR net_hook_register (9F) diff --git a/usr/src/man/man9f/net_inject.9f b/usr/src/man/man9f/net_inject.9f index 9362be6e86..83e2068804 100644 --- a/usr/src/man/man9f/net_inject.9f +++ b/usr/src/man/man9f/net_inject.9f @@ -122,7 +122,7 @@ The packet could not be queued up or sent out immediately. The \fBnet_inject()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -136,4 +136,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_protocol_lookup\fR(9F), \fBnetinfo\fR(9F), \fBnet_inject_t\fR(9S) +.BR net_protocol_lookup (9F), +.BR netinfo (9F), +.BR net_inject_t (9S) diff --git a/usr/src/man/man9f/net_inject_alloc.9f b/usr/src/man/man9f/net_inject_alloc.9f index cae8739866..badea776f8 100644 --- a/usr/src/man/man9f/net_inject_alloc.9f +++ b/usr/src/man/man9f/net_inject_alloc.9f @@ -35,7 +35,7 @@ Upon success, \fBnet_inject_alloc()\fR returns a pointer to the allocated The \fBnet_inject_alloc()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -49,4 +49,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_inject_free\fR(9F), \fBnet_inject_t\fR(9S) +.BR net_inject_free (9F), +.BR net_inject_t (9S) diff --git a/usr/src/man/man9f/net_inject_free.9f b/usr/src/man/man9f/net_inject_free.9f index b0542df26e..cc2556fa18 100644 --- a/usr/src/man/man9f/net_inject_free.9f +++ b/usr/src/man/man9f/net_inject_free.9f @@ -31,7 +31,7 @@ was originally allocated by \fBnet_inject_alloc\fR(9F). The \fBnet_inject_free()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -45,4 +45,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_inject_alloc\fR(9F), \fBattributes\fR(5), \fBnet_inject_t\fR(9S) +.BR attributes (7), +.BR net_inject_alloc (9F), +.BR net_inject_t (9S) diff --git a/usr/src/man/man9f/net_instance_alloc.9f b/usr/src/man/man9f/net_instance_alloc.9f index c995c4867e..bf1c69d65e 100644 --- a/usr/src/man/man9f/net_instance_alloc.9f +++ b/usr/src/man/man9f/net_instance_alloc.9f @@ -35,7 +35,7 @@ Upon success, \fBnet_instance_alloc()\fR returns a pointer to the allocated The \fBnet_instance_alloc()\fR function may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -49,4 +49,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_instance_free\fR(9F), \fBattributes\fR(5), \fBnet_inject_t\fR(9S) +.BR attributes (7), +.BR net_instance_free (9F), +.BR net_inject_t (9S) diff --git a/usr/src/man/man9f/net_instance_free.9f b/usr/src/man/man9f/net_instance_free.9f index f47b65d47a..62d3f27ec3 100644 --- a/usr/src/man/man9f/net_instance_free.9f +++ b/usr/src/man/man9f/net_instance_free.9f @@ -31,7 +31,7 @@ that was originally allocated by \fBnet_instance_alloc\fR(9F). The \fBnet_instance_free()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -45,4 +45,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_instance_alloc\fR(9F), \fBattributes\fR(5), \fBnet_instance_t\fR(9S) +.BR attributes (7), +.BR net_instance_alloc (9F), +.BR net_instance_t (9S) diff --git a/usr/src/man/man9f/net_instance_notify_register.9f b/usr/src/man/man9f/net_instance_notify_register.9f index ed1bb1d3f0..88e7a14b2a 100644 --- a/usr/src/man/man9f/net_instance_notify_register.9f +++ b/usr/src/man/man9f/net_instance_notify_register.9f @@ -118,7 +118,7 @@ the given callback function is already registered. .SH CONTEXT These functions may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -132,5 +132,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBnet_instance_register\fR(9F), -\fBnet_instance_unregister\fR(9F), \fBnet_zoneidtonetid\fR(9F) +.BR attributes (7), +.BR net_instance_register (9F), +.BR net_instance_unregister (9F), +.BR net_zoneidtonetid (9F) diff --git a/usr/src/man/man9f/net_instance_register.9f b/usr/src/man/man9f/net_instance_register.9f index f5eacb6f35..2b4a359c6c 100644 --- a/usr/src/man/man9f/net_instance_register.9f +++ b/usr/src/man/man9f/net_instance_register.9f @@ -37,7 +37,7 @@ the name in the instance already being present. The \fBnet_instance_register()\fR function may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -51,5 +51,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_instance_alloc\fR(9F), \fBnet_instance_unregister\fR(9F), -\fBattributes\fR(5), \fBnet_instance_t\fR(9S) +.BR attributes (7), +.BR net_instance_alloc (9F), +.BR net_instance_unregister (9F), +.BR net_instance_t (9S) diff --git a/usr/src/man/man9f/net_instance_unregister.9f b/usr/src/man/man9f/net_instance_unregister.9f index bfb81cf2af..32154b54c9 100644 --- a/usr/src/man/man9f/net_instance_unregister.9f +++ b/usr/src/man/man9f/net_instance_unregister.9f @@ -34,7 +34,7 @@ Otherwise, an error indicating the problem encountered. The \fBnet_instance_unregister()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -48,5 +48,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_instance_alloc\fR(9F), \fBnet_instance_register\fR(9F), -\fBattributes\fR(5), \fBnet_instance_t\fR(9S) +.BR attributes (7), +.BR net_instance_alloc (9F), +.BR net_instance_register (9F), +.BR net_instance_t (9S) diff --git a/usr/src/man/man9f/net_ispartialchecksum.9f b/usr/src/man/man9f/net_ispartialchecksum.9f index 8ffb4c673e..28cc3be83d 100644 --- a/usr/src/man/man9f/net_ispartialchecksum.9f +++ b/usr/src/man/man9f/net_ispartialchecksum.9f @@ -104,7 +104,7 @@ Partial layer 4 checksum calculated The \fBnet_ispartialchecksum()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -118,5 +118,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_isvalidchecksum\fR(9F), \fBnet_protocol_lookup\fR(9F), -\fBattributes\fR(5) +.BR attributes (7), +.BR net_isvalidchecksum (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_isvalidchecksum.9f b/usr/src/man/man9f/net_isvalidchecksum.9f index 07d90553d5..c57b1a6b1c 100644 --- a/usr/src/man/man9f/net_isvalidchecksum.9f +++ b/usr/src/man/man9f/net_isvalidchecksum.9f @@ -76,7 +76,7 @@ The packet does contain partial checksums. The \fBnet_isvalidchecksum()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -90,5 +90,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_ispartialchecksum\fR(9F), \fBnet_protocol_lookup\fR(9F), -\fBattributes\fR(5) +.BR attributes (7), +.BR net_ispartialchecksum (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_kstat_create.9f b/usr/src/man/man9f/net_kstat_create.9f index 4d23a6cec6..30d3cdfc44 100644 --- a/usr/src/man/man9f/net_kstat_create.9f +++ b/usr/src/man/man9f/net_kstat_create.9f @@ -178,7 +178,7 @@ If successful, \fBnet_kstat_create()\fR returns a pointer to the allocated The \fBnet_kstat_create()\fR function may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -192,5 +192,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBddi_get_instance\fR(9F), \fBkstat_create\fR(9F), \fBkstat_delete\fR(9F), -\fBnet_kstat_delete\fR(9F), \fBhook_t\fR(9S), \fBkstat_named\fR(9S) +.BR ddi_get_instance (9F), +.BR kstat_create (9F), +.BR kstat_delete (9F), +.BR net_kstat_delete (9F), +.BR hook_t (9S), +.BR kstat_named (9S) diff --git a/usr/src/man/man9f/net_kstat_delete.9f b/usr/src/man/man9f/net_kstat_delete.9f index e9b339d3af..e2712913ac 100644 --- a/usr/src/man/man9f/net_kstat_delete.9f +++ b/usr/src/man/man9f/net_kstat_delete.9f @@ -47,7 +47,7 @@ If successful, \fBnet_kstat_delete()\fR returns a pointer to the allocated The \fBnet_kstat_delete()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -61,5 +61,8 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBkstat_create\fR(9F), \fBkstat_delete\fR(9F), \fBnet_kstat_create\fR(9F), -\fBhook_t\fR(9S), \fBkstat_named\fR(9S) +.BR kstat_create (9F), +.BR kstat_delete (9F), +.BR net_kstat_create (9F), +.BR hook_t (9S), +.BR kstat_named (9S) diff --git a/usr/src/man/man9f/net_lifgetnext.9f b/usr/src/man/man9f/net_lifgetnext.9f index 6fb5e6d3a1..d591a8a7ab 100644 --- a/usr/src/man/man9f/net_lifgetnext.9f +++ b/usr/src/man/man9f/net_lifgetnext.9f @@ -92,7 +92,7 @@ a network interface. The \fBnet_lifgetnext()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -106,4 +106,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_phygetnext\fR(9F), \fBnet_phylookup\fR(9F) +.BR net_phygetnext (9F), +.BR net_phylookup (9F) diff --git a/usr/src/man/man9f/net_netidtozonid.9f b/usr/src/man/man9f/net_netidtozonid.9f index 32946ad504..a5b417e1b9 100644 --- a/usr/src/man/man9f/net_netidtozonid.9f +++ b/usr/src/man/man9f/net_netidtozonid.9f @@ -37,7 +37,7 @@ for the global zone is returned. The \fBnet_netidtozonid()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -51,4 +51,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_zoneidtonetid\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_zoneidtonetid (9F) diff --git a/usr/src/man/man9f/net_phygetnext.9f b/usr/src/man/man9f/net_phygetnext.9f index b30728787b..1135a607c6 100644 --- a/usr/src/man/man9f/net_phygetnext.9f +++ b/usr/src/man/man9f/net_phygetnext.9f @@ -76,7 +76,7 @@ is made. Otherwise, it returns a value representing a network interface. The \fBnet_phygetnext()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -90,4 +90,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_phylookup\fR(9F), \fBnet_protocol_lookup\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_phylookup (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_phylookup.9f b/usr/src/man/man9f/net_phylookup.9f index 917762db86..985c45580e 100644 --- a/usr/src/man/man9f/net_phylookup.9f +++ b/usr/src/man/man9f/net_phylookup.9f @@ -53,7 +53,7 @@ network protocol. The \fBnet_phylookup()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -67,5 +67,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_getifname\fR(9F), \fBnet_phygetnext\fR(9F), -\fBnet_protocol_lookup\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_getifname (9F), +.BR net_phygetnext (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_protocol_lookup.9f b/usr/src/man/man9f/net_protocol_lookup.9f index e864a162e4..7dc772e5c4 100644 --- a/usr/src/man/man9f/net_protocol_lookup.9f +++ b/usr/src/man/man9f/net_protocol_lookup.9f @@ -54,7 +54,7 @@ value that can be used with other calls in this framework. The \fBnet_protocol_lookup()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -68,4 +68,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_protocol_release\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_protocol_release (9F) diff --git a/usr/src/man/man9f/net_protocol_notify_register.9f b/usr/src/man/man9f/net_protocol_notify_register.9f index a896d106f0..658fcd7d1d 100644 --- a/usr/src/man/man9f/net_protocol_notify_register.9f +++ b/usr/src/man/man9f/net_protocol_notify_register.9f @@ -118,7 +118,7 @@ the given callback function is already registered. .SH CONTEXT These functions may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -132,4 +132,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBnet_protocol_lookup\fR(9F) +.BR attributes (7), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_protocol_release.9f b/usr/src/man/man9f/net_protocol_release.9f index c5acc5674f..e2ea0ac268 100644 --- a/usr/src/man/man9f/net_protocol_release.9f +++ b/usr/src/man/man9f/net_protocol_release.9f @@ -63,7 +63,7 @@ Unsuccessful because this function has been called too many times. The \fBnet_protocol_release()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -77,4 +77,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_protocol_lookup\fR(9F), \fBnet_protocol_walk\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_protocol_lookup (9F), +.BR net_protocol_walk (9F) diff --git a/usr/src/man/man9f/net_protocol_walk.9f b/usr/src/man/man9f/net_protocol_walk.9f index 9fcd5ffd19..b68689a79d 100644 --- a/usr/src/man/man9f/net_protocol_walk.9f +++ b/usr/src/man/man9f/net_protocol_walk.9f @@ -44,7 +44,7 @@ being passed into other function calls within this interface. The \fBnet_protocol_walk()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -58,5 +58,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_protocol_lookup\fR(9F), \fBnet_protocol_release\fR(9F), -\fBattributes\fR(5) +.BR attributes (7), +.BR net_protocol_lookup (9F), +.BR net_protocol_release (9F) diff --git a/usr/src/man/man9f/net_routeto.9f b/usr/src/man/man9f/net_routeto.9f index d5ef6b0280..ff1084477f 100644 --- a/usr/src/man/man9f/net_routeto.9f +++ b/usr/src/man/man9f/net_routeto.9f @@ -84,7 +84,7 @@ Indicates which network interface can be used to reach the given address. The \fBnet_routeto()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -98,5 +98,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_phygetnext\fR(9F), \fBnet_phylookup\fR(9F), -\fBnet_protocol_lookup\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_phygetnext (9F), +.BR net_phylookup (9F), +.BR net_protocol_lookup (9F) diff --git a/usr/src/man/man9f/net_zoneidtonetid.9f b/usr/src/man/man9f/net_zoneidtonetid.9f index 990e82261e..6d5ee12369 100644 --- a/usr/src/man/man9f/net_zoneidtonetid.9f +++ b/usr/src/man/man9f/net_zoneidtonetid.9f @@ -39,7 +39,7 @@ returned. The \fBnet_zoneidtonetid()\fR function may be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -53,4 +53,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_netidtozonid\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_netidtozonid (9F) diff --git a/usr/src/man/man9f/netinfo.9f b/usr/src/man/man9f/netinfo.9f index 59e6433d90..34b912e712 100644 --- a/usr/src/man/man9f/netinfo.9f +++ b/usr/src/man/man9f/netinfo.9f @@ -14,12 +14,12 @@ accessing functionality and data within an implementation of a network layer protocol (OSI layer 3.) A protocol may or may not provide full coverage for each of the functions that is described within this interface. Where it does not, it must return an appropriate error condition for that call. Documentation -pertaining to the network protocol, as found in man page section 7pP, must list +pertaining to the network protocol, as found in man page section 4P, must list which functions provided by this interface are and are not supported. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -35,18 +35,38 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBhook_alloc\fR(9F), \fBhook_free\fR(9F), -\fBhook_nic_event\fR(9S), \fBhook_pkt_event\fR(9S), \fBhook_t\fR(9S), -\fBnet_getifname\fR(9F), \fBnet_getlifaddr\fR(9F), \fBnet_getmtu\fR(9F), -\fBnet_getnetid\fR(9F), \fBnet_getpmtuenabled\fR(9F), -\fBnet_hook_register\fR(9F), \fBnet_hook_unregister\fR(9F), -\fBnet_inject\fR(9F), \fBnet_inject_alloc\fR(9F), \fBnet_inject_free\fR(9F), -\fBnet_inject_t\fR(9S), \fBnet_instance_alloc\fR(9F), -\fBnet_instance_free\fR(9F), \fBnet_instance_register\fR(9F), -\fBnet_instance_register\fR(9F), \fBnet_inject_t\fR(9S), -\fBnet_ispartialchecksum\fR(9F), \fBnet_isvalidchecksum\fR(9F), -\fBnet_kstat_create\fR(9F), \fBnet_kstat_delete\fR(9F), -\fBnet_lifgetnext\fR(9F), \fBnet_netidtozonid\fR(9F), \fBnet_phygetnext\fR(9F), -\fBnet_phylookup\fR(9F), \fBnet_protocol_lookup\fR(9F), -\fBnet_protocol_release\fR(9F), \fBnet_protocol_walk\fR(9F), -\fBnet_routeto\fR(9F), \fBnet_zoneidtonetid\fR(9F) +.BR attributes (7), +.BR hook_alloc (9F), +.BR hook_free (9F), +.BR net_getifname (9F), +.BR net_getlifaddr (9F), +.BR net_getmtu (9F), +.BR net_getnetid (9F), +.BR net_getpmtuenabled (9F), +.BR net_hook_register (9F), +.BR net_hook_unregister (9F), +.BR net_inject (9F), +.BR net_inject_alloc (9F), +.BR net_inject_free (9F), +.BR net_instance_alloc (9F), +.BR net_instance_free (9F), +.BR net_instance_register (9F), +.BR net_instance_register (9F), +.BR net_ispartialchecksum (9F), +.BR net_isvalidchecksum (9F), +.BR net_kstat_create (9F), +.BR net_kstat_delete (9F), +.BR net_lifgetnext (9F), +.BR net_netidtozonid (9F), +.BR net_phygetnext (9F), +.BR net_phylookup (9F), +.BR net_protocol_lookup (9F), +.BR net_protocol_release (9F), +.BR net_protocol_walk (9F), +.BR net_routeto (9F), +.BR net_zoneidtonetid (9F), +.BR hook_nic_event (9S), +.BR hook_pkt_event (9S), +.BR hook_t (9S), +.BR net_inject_t (9S), +.BR net_inject_t (9S) diff --git a/usr/src/man/man9f/nochpoll.9f b/usr/src/man/man9f/nochpoll.9f index f93369c4d0..0addeb7fd7 100644 --- a/usr/src/man/man9f/nochpoll.9f +++ b/usr/src/man/man9f/nochpoll.9f @@ -74,7 +74,9 @@ The \fBnochpoll()\fR function returns \fBENXIO\fR. The \fBnochpoll()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBpoll\fR(2), \fBchpoll\fR(9E), \fBcb_ops\fR(9S) +.BR poll (2), +.BR chpoll (9E), +.BR cb_ops (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/nodev.9f b/usr/src/man/man9f/nodev.9f index 0b6d4e85c3..4f70c0fdbd 100644 --- a/usr/src/man/man9f/nodev.9f +++ b/usr/src/man/man9f/nodev.9f @@ -40,7 +40,8 @@ call such an entry point. .SH SEE ALSO .sp .LP -\fBnulldev\fR(9F), \fBcb_ops\fR(9S) +.BR nulldev (9F), +.BR cb_ops (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/noenable.9f b/usr/src/man/man9f/noenable.9f index ad8414936c..92111cc446 100644 --- a/usr/src/man/man9f/noenable.9f +++ b/usr/src/man/man9f/noenable.9f @@ -47,8 +47,11 @@ context. .SH SEE ALSO .sp .LP -\fBenableok\fR(9F), \fBinsq\fR(9F), \fBputbq\fR(9F), \fBputq\fR(9F), -\fBqenable\fR(9F) +.BR enableok (9F), +.BR insq (9F), +.BR putbq (9F), +.BR putq (9F), +.BR qenable (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/nulldev.9f b/usr/src/man/man9f/nulldev.9f index 9b366e5bd3..9061bcd8c0 100644 --- a/usr/src/man/man9f/nulldev.9f +++ b/usr/src/man/man9f/nulldev.9f @@ -38,7 +38,8 @@ do nothing. .SH SEE ALSO .sp .LP -\fBnodev\fR(9F), \fBcb_ops\fR(9S) +.BR nodev (9F), +.BR cb_ops (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/nvlist_lookup_boolean.9f b/usr/src/man/man9f/nvlist_lookup_boolean.9f index f36112c331..bf421720eb 100644 --- a/usr/src/man/man9f/nvlist_lookup_boolean.9f +++ b/usr/src/man/man9f/nvlist_lookup_boolean.9f @@ -346,7 +346,7 @@ Encode/decode method not supported. .SH CONTEXT These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -360,7 +360,8 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnvlist_alloc\fR(9F), \fBnvpair_type\fR(9F) +.BR nvlist_alloc (9F), +.BR nvpair_type (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/nvlist_lookup_nvpair.9f b/usr/src/man/man9f/nvlist_lookup_nvpair.9f index 6412b32e05..a22d39ffe5 100644 --- a/usr/src/man/man9f/nvlist_lookup_nvpair.9f +++ b/usr/src/man/man9f/nvlist_lookup_nvpair.9f @@ -73,7 +73,7 @@ The list was not allocated with \fBNV_UNIQUE_NAME\fR. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -89,5 +89,6 @@ Interface Stability Committed .SH SEE ALSO .sp .LP -\fBnvlist_lookup_nvpair\fR(3NVPAIR), \fBnvlist_alloc\fR(9F), -\fBattributes\fR(5) +.BR nvlist_lookup_nvpair (3NVPAIR), +.BR attributes (7), +.BR nvlist_alloc (9F) diff --git a/usr/src/man/man9f/outb.9f b/usr/src/man/man9f/outb.9f index 9604e04e1c..8b08f7c6db 100644 --- a/usr/src/man/man9f/outb.9f +++ b/usr/src/man/man9f/outb.9f @@ -76,7 +76,7 @@ bits, and 32 bits of data respectively, writing the data specified by .SH CONTEXT These functions may be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -92,8 +92,12 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBisa\fR(4), \fBattributes\fR(5), \fBddi_put8\fR(9F), \fBddi_put16\fR(9F), -\fBddi_put32\fR(9F), \fBinb\fR(9F) +.BR isa (5), +.BR attributes (7), +.BR ddi_put16 (9F), +.BR ddi_put32 (9F), +.BR ddi_put8 (9F), +.BR inb (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/pci_config_get8.9f b/usr/src/man/man9f/pci_config_get8.9f index b0d228028f..e053b96d9a 100644 --- a/usr/src/man/man9f/pci_config_get8.9f +++ b/usr/src/man/man9f/pci_config_get8.9f @@ -121,7 +121,7 @@ Bus Configuration space. .SH CONTEXT These routines can be called from user, kernel, or interrupt context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -135,4 +135,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBpci_config_setup\fR(9F), \fBpci_config_teardown\fR(9F) +.BR attributes (7), +.BR pci_config_setup (9F), +.BR pci_config_teardown (9F) diff --git a/usr/src/man/man9f/pci_config_setup.9f b/usr/src/man/man9f/pci_config_setup.9f index ac3e77e395..4cf9229068 100644 --- a/usr/src/man/man9f/pci_config_setup.9f +++ b/usr/src/man/man9f/pci_config_setup.9f @@ -75,7 +75,7 @@ These functions are specific to \fBPCI \fRbus device drivers. For drivers using these functions, a single source to support devices with multiple bus versions may not be easy to maintain. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -89,7 +89,7 @@ Architecture PCI Local Bus .TE .SH SEE ALSO -\fBattributes\fR(5) +.BR attributes (7) .sp .LP \fIIEEE 1275 PCI Bus Binding\fR diff --git a/usr/src/man/man9f/pci_ereport_setup.9f b/usr/src/man/man9f/pci_ereport_setup.9f index 32f8774a3e..82afb47fff 100644 --- a/usr/src/man/man9f/pci_ereport_setup.9f +++ b/usr/src/man/man9f/pci_ereport_setup.9f @@ -160,7 +160,7 @@ Error report events are generated automatically if \fBfme_flag\fR is set to \fBDDI_FM_ERR_UNEXPECTED\fR and the corresponding error bits are set in the various \fBPCI\fR, \fBPCI/X\fR or \fBPCI Express Bus\fR error registers of the device associated with \fIdip\fR. The generated error report events are posted -to the illumos Fault Manager, \fBfmd\fR(1M), for diagnosis. +to the illumos Fault Manager, \fBfmd\fR(8), for diagnosis. .sp .LP If the status argument is non-null, \fBpci_ereport_post()\fR saves the contents @@ -256,7 +256,7 @@ xxx_detach(dev_info_t *dip, ddi_attach_cmd_t cmd) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -270,6 +270,10 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBfmd\fR(1M), \fBattributes\fR(5), \fBddi_fm_handler_register\fR(9F), -\fBddi_fm_init\fR(9F), \fBddi_peek\fR(9F), \fBddi_poke\fR(9F), -\fBddi_fm_error\fR(9S) +.BR attributes (7), +.BR fmd (8), +.BR ddi_fm_handler_register (9F), +.BR ddi_fm_init (9F), +.BR ddi_peek (9F), +.BR ddi_poke (9F), +.BR ddi_fm_error (9S) diff --git a/usr/src/man/man9f/pci_report_pmcap.9f b/usr/src/man/man9f/pci_report_pmcap.9f index 868a9835da..d89b972418 100644 --- a/usr/src/man/man9f/pci_report_pmcap.9f +++ b/usr/src/man/man9f/pci_report_pmcap.9f @@ -140,7 +140,7 @@ if (pci_report_pmcap(dip, PCI_PM_IDLESPEED, (void *)4000) != .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp diff --git a/usr/src/man/man9f/pci_save_config_regs.9f b/usr/src/man/man9f/pci_save_config_regs.9f index 2aa230d691..6975cd5d82 100644 --- a/usr/src/man/man9f/pci_save_config_regs.9f +++ b/usr/src/man/man9f/pci_save_config_regs.9f @@ -119,7 +119,7 @@ xx_power(dev_info_t *dip, int component, int level) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -133,7 +133,8 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBpower\fR(9E) +.BR attributes (7), +.BR power (9E) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/physio.9f b/usr/src/man/man9f/physio.9f index 8c72550bd6..35a62c0397 100644 --- a/usr/src/man/man9f/physio.9f +++ b/usr/src/man/man9f/physio.9f @@ -142,8 +142,11 @@ Upon failure. .SH CONTEXT \fBphysio()\fR can be called from user context only. .SH SEE ALSO -\fBstrategy\fR(9E), \fBbiodone\fR(9F), \fBbiowait\fR(9F), \fBbuf\fR(9S), -\fBuio\fR(9S) +.BR strategy (9E), +.BR biodone (9F), +.BR biowait (9F), +.BR buf (9S), +.BR uio (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/pm_busy_component.9f b/usr/src/man/man9f/pm_busy_component.9f index 593a0f2294..548d420ca2 100644 --- a/usr/src/man/man9f/pm_busy_component.9f +++ b/usr/src/man/man9f/pm_busy_component.9f @@ -86,7 +86,7 @@ These functions can be called from user or kernel context. These functions may also be called from interrupt context, providing they are not the first Power Management function called by the driver. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -100,9 +100,14 @@ Interface stability Committed .TE .SH SEE ALSO -\fBpower.conf\fR(4), \fBpm\fR(7D), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBpower\fR(9E), \fBpm_raise_power\fR(9F), \fBpm\fR(9P), -\fBpm-components\fR(9P) +.BR pm (4D), +.BR power.conf (5), +.BR attach (9E), +.BR detach (9E), +.BR power (9E), +.BR pm_raise_power (9F), +.BR pm (9P), +.BR pm-components (9P) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/pm_power_has_changed.9f b/usr/src/man/man9f/pm_power_has_changed.9f index 4ea0032dd4..660fa090bb 100644 --- a/usr/src/man/man9f/pm_power_has_changed.9f +++ b/usr/src/man/man9f/pm_power_has_changed.9f @@ -152,7 +152,7 @@ xxdisk_power(dev_info *dip, int comp, int level) .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -166,10 +166,17 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBpower.conf\fR(4), \fBpm\fR(7D), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBpower\fR(9E), \fBpm_busy_component\fR(9F), \fBpm_idle_component\fR(9F), -\fBpm_raise_power\fR(9F), \fBpm_lower_power\fR(9F), \fBpm\fR(9P), -\fBpm-components\fR(9P) +.BR pm (4D), +.BR power.conf (5), +.BR attach (9E), +.BR detach (9E), +.BR power (9E), +.BR pm_busy_component (9F), +.BR pm_idle_component (9F), +.BR pm_lower_power (9F), +.BR pm_raise_power (9F), +.BR pm (9P), +.BR pm-components (9P) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/pm_raise_power.9f b/usr/src/man/man9f/pm_raise_power.9f index d3277f468e..30cd294628 100644 --- a/usr/src/man/man9f/pm_raise_power.9f +++ b/usr/src/man/man9f/pm_raise_power.9f @@ -115,8 +115,8 @@ return \fBDDI_FAILURE\fR if the driver is not detaching at the time of the call. .sp .LP -If automatic Power Management is disabled (see \fBdtpower\fR(1M) and -\fBpower.conf\fR(4)), \fBpm_lower_power\fR(9F) returns \fBDDI_SUCCESS\fR +If automatic Power Management is disabled (see \fBdtpower\fR(8) and +\fBpower.conf\fR(5)), \fBpm_lower_power\fR(9F) returns \fBDDI_SUCCESS\fR without changing the power level of the component. Otherwise, when \fBpm_lower_power\fR(9F) returns with success, the \fIcomponent \fR is guaranteed to be at most at the requested power level. Since the actual device @@ -258,7 +258,7 @@ xxdisk_power(dev_info *dip, int comp, int level) .SH CONTEXT These functions can be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attribute: +See \fBattributes\fR(7) for a description of the following attribute: .sp .sp @@ -272,9 +272,15 @@ Interface stability Committed .TE .SH SEE ALSO -\fBpower.conf\fR(4), \fBpm\fR(7D), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBpower\fR(9E), \fBpm_busy_component\fR(9F), \fBpm_idle_component\fR(9F), -\fBpm\fR(9P), \fBpm-components\fR(9P) +.BR pm (4D), +.BR power.conf (5), +.BR attach (9E), +.BR detach (9E), +.BR power (9E), +.BR pm_busy_component (9F), +.BR pm_idle_component (9F), +.BR pm (9P), +.BR pm-components (9P) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/pm_trans_check.9f b/usr/src/man/man9f/pm_trans_check.9f index 3ad0bf1ccd..25329359fa 100644 --- a/usr/src/man/man9f/pm_trans_check.9f +++ b/usr/src/man/man9f/pm_trans_check.9f @@ -117,7 +117,7 @@ Error due to invalid argument. .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -131,7 +131,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBpower.conf\fR(4), \fBattributes\fR(5), \fBpower\fR(9E) +.BR power.conf (5), +.BR attributes (7), +.BR power (9E) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/pollhead_clean.9f b/usr/src/man/man9f/pollhead_clean.9f index 4c7d076ff9..a1d2d8d2df 100644 --- a/usr/src/man/man9f/pollhead_clean.9f +++ b/usr/src/man/man9f/pollhead_clean.9f @@ -55,5 +55,7 @@ of a \fBclose\fR(9E) entry point, but may be called from user or kernel context. .SH SEE ALSO .LP -\fBpoll\fR(2), \fBchpoll\fR(9E), \fBpollwakeup\fR(9F) +.BR poll (2), +.BR chpoll (9E), +.BR pollwakeup (9F) diff --git a/usr/src/man/man9f/pollwakeup.9f b/usr/src/man/man9f/pollwakeup.9f index 00b20d8da7..57a2aad64f 100644 --- a/usr/src/man/man9f/pollwakeup.9f +++ b/usr/src/man/man9f/pollwakeup.9f @@ -56,7 +56,8 @@ context. .SH SEE ALSO .sp .LP -\fBpoll\fR(2), \fBchpoll\fR(9E) +.BR poll (2), +.BR chpoll (9E) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/priv_getbyname.9f b/usr/src/man/man9f/priv_getbyname.9f index f60b76d366..a2aad4cc2e 100644 --- a/usr/src/man/man9f/priv_getbyname.9f +++ b/usr/src/man/man9f/priv_getbyname.9f @@ -106,7 +106,7 @@ An attempt was made to allocate a privilege that was longer than .SH CONTEXT This functions can be called from user and kernel contexts. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -122,7 +122,8 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBprivileges\fR(5) +.BR attributes (7), +.BR privileges (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/priv_policy.9f b/usr/src/man/man9f/priv_policy.9f index e84cb344e3..09641a4690 100644 --- a/usr/src/man/man9f/priv_policy.9f +++ b/usr/src/man/man9f/priv_policy.9f @@ -155,7 +155,7 @@ An attempt was made to allocate a privilege that was longer than .SH CONTEXT This functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -169,7 +169,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBacct\fR(3HEAD), \fBattributes\fR(5), \fBprivileges\fR(5) +.BR acct (3HEAD), +.BR attributes (7), +.BR privileges (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/proc_signal.9f b/usr/src/man/man9f/proc_signal.9f index d81b55e273..aca5769fde 100644 --- a/usr/src/man/man9f/proc_signal.9f +++ b/usr/src/man/man9f/proc_signal.9f @@ -169,7 +169,8 @@ The \fBproc_unref()\fR and \fBproc_signal()\fR functions can be called from user, interrupt, or kernel context. The \fBproc_ref()\fR function should be called only from user context. .SH SEE ALSO -\fBsignal.h\fR(3HEAD), \fBputnextctl1\fR(9F) +.BR signal.h (3HEAD), +.BR putnextctl1 (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ptob.9f b/usr/src/man/man9f/ptob.9f index 7b059a9873..71ef48dbaf 100644 --- a/usr/src/man/man9f/ptob.9f +++ b/usr/src/man/man9f/ptob.9f @@ -53,7 +53,9 @@ context. .SH SEE ALSO .sp .LP -\fBbtop\fR(9F), \fBbtopr\fR(9F), \fBddi_ptob\fR(9F) +.BR btop (9F), +.BR btopr (9F), +.BR ddi_ptob (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/pullupmsg.9f b/usr/src/man/man9f/pullupmsg.9f index ce7592e23f..59d7d77f01 100644 --- a/usr/src/man/man9f/pullupmsg.9f +++ b/usr/src/man/man9f/pullupmsg.9f @@ -111,7 +111,10 @@ processing messages on the queue. .SH SEE ALSO .sp .LP -\fBsrv\fR(9E), \fBallocb\fR(9F), \fBmsgpullup\fR(9F), \fBmsgb\fR(9S) +.BR srv (9E), +.BR allocb (9F), +.BR msgpullup (9F), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/put.9f b/usr/src/man/man9f/put.9f index 97afb2db9c..cf6d512f67 100644 --- a/usr/src/man/man9f/put.9f +++ b/usr/src/man/man9f/put.9f @@ -65,9 +65,15 @@ replacement for a direct call to a put procedure. .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBfreezestr\fR(9F), \fBputctl\fR(9F), \fBputctl1\fR(9F), -\fBputnext\fR(9F), \fBputnextctl\fR(9F), \fBputnextctl1\fR(9F), -\fBqprocson\fR(9F), \fBqreply\fR(9F) +.BR put (9E), +.BR freezestr (9F), +.BR putctl (9F), +.BR putctl1 (9F), +.BR putnext (9F), +.BR putnextctl (9F), +.BR putnextctl1 (9F), +.BR qprocson (9F), +.BR qreply (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/putbq.9f b/usr/src/man/man9f/putbq.9f index c6809fcf84..3b71d0b33b 100644 --- a/usr/src/man/man9f/putbq.9f +++ b/usr/src/man/man9f/putbq.9f @@ -79,8 +79,11 @@ See the \fBbufcall\fR(9F) function page for an example of \fBputbq()\fR. .SH SEE ALSO .sp .LP -\fBbcanput\fR(9F), \fBbufcall\fR(9F), \fBcanput\fR(9F), \fBgetq\fR(9F), -\fBputq\fR(9F) +.BR bcanput (9F), +.BR bufcall (9F), +.BR canput (9F), +.BR getq (9F), +.BR putq (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/putctl.9f b/usr/src/man/man9f/putctl.9f index c0ba830f3e..b5a64ee9b3 100644 --- a/usr/src/man/man9f/putctl.9f +++ b/usr/src/man/man9f/putctl.9f @@ -105,8 +105,11 @@ failures is incremented (lines 12, 17). If an invalid message type is detected, .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBcmn_err\fR(9F), \fBdatamsg\fR(9F), \fBputctl1\fR(9F), -\fBputnextctl\fR(9F) +.BR put (9E), +.BR cmn_err (9F), +.BR datamsg (9F), +.BR putctl1 (9F), +.BR putnextctl (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/putctl1.9f b/usr/src/man/man9f/putctl1.9f index f81c2660a7..a4affe977f 100644 --- a/usr/src/man/man9f/putctl1.9f +++ b/usr/src/man/man9f/putctl1.9f @@ -78,8 +78,11 @@ See the \fBputctl\fR(9F) function page for an example of \fBputctl1()\fR. .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBallocb\fR(9F), \fBdatamsg\fR(9F), \fBputctl\fR(9F), -\fBputnextctl1\fR(9F) +.BR put (9E), +.BR allocb (9F), +.BR datamsg (9F), +.BR putctl (9F), +.BR putnextctl1 (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/putnext.9f b/usr/src/man/man9f/putnext.9f index 5baf0fb3fd..c9e833ab89 100644 --- a/usr/src/man/man9f/putnext.9f +++ b/usr/src/man/man9f/putnext.9f @@ -62,7 +62,10 @@ See \fBallocb\fR(9F) for an example of using \fBputnext()\fR. .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBallocb\fR(9F), \fBput\fR(9F), \fBqprocson\fR(9F) +.BR put (9E), +.BR allocb (9F), +.BR put (9F), +.BR qprocson (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/putnextctl.9f b/usr/src/man/man9f/putnextctl.9f index a8eaee82ee..17ce3685e2 100644 --- a/usr/src/man/man9f/putnextctl.9f +++ b/usr/src/man/man9f/putnextctl.9f @@ -59,7 +59,7 @@ dereferencing \fIq\fR through its \fBq_next\fR field and then invoking .sp .LP The \fBputnextctl()\fR function should always be used in preference to -\fBputctl\fR(9F) +.BR putctl (9F) .SH RETURN VALUES .sp .LP @@ -109,8 +109,11 @@ is detected, \fBcmn_err\fR(9F) panics the system (line 18). .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBcmn_err\fR(9F), \fBdatamsg\fR(9F), \fBputctl\fR(9F), -\fBputnextctl1\fR(9F) +.BR put (9E), +.BR cmn_err (9F), +.BR datamsg (9F), +.BR putctl (9F), +.BR putnextctl1 (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/putnextctl1.9f b/usr/src/man/man9f/putnextctl1.9f index 6e6a214488..8c025c91bf 100644 --- a/usr/src/man/man9f/putnextctl1.9f +++ b/usr/src/man/man9f/putnextctl1.9f @@ -71,7 +71,7 @@ that dereferencing \fIq\fR through its \fBq_next\fR field and then invoking .sp .LP The \fBputnextctl1()\fR function should always be used in preference to -\fBputctl1\fR(9F) +.BR putctl1 (9F) .SH RETURN VALUES .sp .LP @@ -90,8 +90,11 @@ See the \fBputnextctl\fR(9F) function page for an example of .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBallocb\fR(9F), \fBdatamsg\fR(9F), \fBputctl1\fR(9F), -\fBputnextctl\fR(9F) +.BR put (9E), +.BR allocb (9F), +.BR datamsg (9F), +.BR putctl1 (9F), +.BR putnextctl (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/putq.9f b/usr/src/man/man9f/putq.9f index 5ced18cc4d..4554376c4a 100644 --- a/usr/src/man/man9f/putq.9f +++ b/usr/src/man/man9f/putq.9f @@ -68,7 +68,10 @@ See the \fBdatamsg\fR(9F) function page for an example of \fBputq()\fR. .SH SEE ALSO .sp .LP -\fBdatamsg\fR(9F), \fBputbq\fR(9F), \fBqenable\fR(9F), \fBrmvq\fR(9F) +.BR datamsg (9F), +.BR putbq (9F), +.BR qenable (9F), +.BR rmvq (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/qassociate.9f b/usr/src/man/man9f/qassociate.9f index 1b75e9b9c6..abe257405b 100644 --- a/usr/src/man/man9f/qassociate.9f +++ b/usr/src/man/man9f/qassociate.9f @@ -41,8 +41,8 @@ Driver instance number or -1. .SH DESCRIPTION The \fBqassociate()\fR function must be used by \fBDLPI\fR style 2 device drivers to manage the association between STREAMS queues and device instances. -The \fBgld\fR(7D) does this automatically on behalf of drivers based on it. It -is recommended that the \fBgld\fR(7D) be used for network device drivers +The \fBgld\fR(4D) does this automatically on behalf of drivers based on it. It +is recommended that the \fBgld\fR(4D) be used for network device drivers whenever possible. .sp .LP @@ -54,7 +54,7 @@ dissolved. .LP A DLPI style 2 driver calls \fBqassociate()\fR while processing the \fBDL_ATTACH_REQ\fR message. The driver is also expected to call this interface -while performing stream associations through other means, such as \fBndd\fR(1M) +while performing stream associations through other means, such as \fBndd\fR(8) ioctl commands. .sp .LP @@ -131,5 +131,9 @@ qassociate(q, -1); This informs the framework that this driver has been modified to be DDI-compliant. .SH SEE ALSO -\fBdlpi\fR(7P), \fBgld\fR(7D), \fBopen\fR(9E), \fBput\fR(9E), -\fBddi_no_info\fR(9F), \fBqueue\fR(9S) +.BR gld (4D), +.BR dlpi (4P), +.BR open (9E), +.BR put (9E), +.BR ddi_no_info (9F), +.BR queue (9S) diff --git a/usr/src/man/man9f/qbufcall.9f b/usr/src/man/man9f/qbufcall.9f index d409ad72d7..b100c0d42f 100644 --- a/usr/src/man/man9f/qbufcall.9f +++ b/usr/src/man/man9f/qbufcall.9f @@ -93,8 +93,12 @@ is returned. The \fBqbufcall()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBallocb\fR(9F), \fBmt-streams\fR(9F), \fBqprocson\fR(9F), \fBqtimeout\fR(9F), -\fBqunbufcall\fR(9F), \fBquntimeout\fR(9F) +.BR allocb (9F), +.BR mt-streams (9F), +.BR qprocson (9F), +.BR qtimeout (9F), +.BR qunbufcall (9F), +.BR quntimeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/qenable.9f b/usr/src/man/man9f/qenable.9f index 245eca50aa..9b4fbbc527 100644 --- a/usr/src/man/man9f/qenable.9f +++ b/usr/src/man/man9f/qenable.9f @@ -50,7 +50,7 @@ See the \fBdupb\fR(9F) function page for an example of the \fBqenable()\fR. .SH SEE ALSO .sp .LP -\fBdupb\fR(9F) +.BR dupb (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/qprocson.9f b/usr/src/man/man9f/qprocson.9f index aca781cbaf..0602cbc38d 100644 --- a/usr/src/man/man9f/qprocson.9f +++ b/usr/src/man/man9f/qprocson.9f @@ -70,9 +70,16 @@ These routines can be called from user, interrupt, or kernel context. .SH SEE ALSO .sp .LP -\fBclose\fR(9E), \fBopen\fR(9E), \fBput\fR(9E), \fBsrv\fR(9E), \fBput\fR(9F), -\fBputnext\fR(9F), \fBqbufcall\fR(9F), \fBqtimeout\fR(9F), \fBqwait\fR(9F), -\fBqwait_sig\fR(9F) +.BR close (9E), +.BR open (9E), +.BR put (9E), +.BR srv (9E), +.BR put (9F), +.BR putnext (9F), +.BR qbufcall (9F), +.BR qtimeout (9F), +.BR qwait (9F), +.BR qwait_sig (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/qreply.9f b/usr/src/man/man9f/qreply.9f index c7c882d361..10d39a14d3 100644 --- a/usr/src/man/man9f/qreply.9f +++ b/usr/src/man/man9f/qreply.9f @@ -96,8 +96,11 @@ bit is off, then the message is freed (line 15). See the example for .SH SEE ALSO .sp .LP -\fBput\fR(9E), \fBsrv\fR(9E), \fBflushq\fR(9F), \fBOTHERQ\fR(9F), -\fBputnext\fR(9F) +.BR put (9E), +.BR srv (9E), +.BR OTHERQ (9F), +.BR flushq (9F), +.BR putnext (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/qtimeout.9f b/usr/src/man/man9f/qtimeout.9f index 5a78f82ec3..4e63ff4a12 100644 --- a/usr/src/man/man9f/qtimeout.9f +++ b/usr/src/man/man9f/qtimeout.9f @@ -85,8 +85,12 @@ Note: No value is returned from the called function. The \fBqtimeout()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBdrv_usectohz\fR(9F), \fBmt-streams\fR(9F), \fBqbufcall\fR(9F), -\fBqprocson\fR(9F), \fBqunbufcall\fR(9F), \fBquntimeout\fR(9F) +.BR drv_usectohz (9F), +.BR mt-streams (9F), +.BR qbufcall (9F), +.BR qprocson (9F), +.BR qunbufcall (9F), +.BR quntimeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/qunbufcall.9f b/usr/src/man/man9f/qunbufcall.9f index 048146241b..eb0c617d57 100644 --- a/usr/src/man/man9f/qunbufcall.9f +++ b/usr/src/man/man9f/qunbufcall.9f @@ -53,8 +53,10 @@ and before the close routine calls \fBqprocsoff\fR(9F). The \fBqunbufcall()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBmt-streams\fR(9F), \fBqbufcall\fR(9F), \fBqtimeout\fR(9F), -\fBquntimeout\fR(9F) +.BR mt-streams (9F), +.BR qbufcall (9F), +.BR qtimeout (9F), +.BR quntimeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/quntimeout.9f b/usr/src/man/man9f/quntimeout.9f index 4cf660d375..411f32102c 100644 --- a/usr/src/man/man9f/quntimeout.9f +++ b/usr/src/man/man9f/quntimeout.9f @@ -54,8 +54,10 @@ Otherwise, \fBquntimeout()\fR returns a \fB0\fR or positive value. The \fBquntimeout()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBmt-streams\fR(9F), \fBqbufcall\fR(9F), \fBqtimeout\fR(9F), -\fBqunbufcall\fR(9F) +.BR mt-streams (9F), +.BR qbufcall (9F), +.BR qtimeout (9F), +.BR qunbufcall (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/qwait.9f b/usr/src/man/man9f/qwait.9f index 9542c0cab5..89de31aade 100644 --- a/usr/src/man/man9f/qwait.9f +++ b/usr/src/man/man9f/qwait.9f @@ -134,9 +134,16 @@ xxrput(qp, mp) .in -2 .SH SEE ALSO -\fBclose\fR(9E), \fBopen\fR(9E), \fBput\fR(9E), \fBsrv\fR(9E), -\fBcondvar\fR(9F), \fBddi_can_receive_sig\fR(9F), \fBmt-streams\fR(9F), -\fBqbufcall\fR(9F), \fBqprocson\fR(9F), \fBqtimeout\fR(9F) +.BR close (9E), +.BR open (9E), +.BR put (9E), +.BR srv (9E), +.BR condvar (9F), +.BR ddi_can_receive_sig (9F), +.BR mt-streams (9F), +.BR qbufcall (9F), +.BR qprocson (9F), +.BR qtimeout (9F) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/qwriter.9f b/usr/src/man/man9f/qwriter.9f index 4a5ccaf51b..72e3dac58e 100644 --- a/usr/src/man/man9f/qwriter.9f +++ b/usr/src/man/man9f/qwriter.9f @@ -88,8 +88,11 @@ function has finished executing. routine, or from a \fBqwriter()\fR, \fBqtimeout\fR(9F), or \fBqbufcall\fR(9F) callback function. .SH SEE ALSO -\fBput\fR(9E), \fBsrv\fR(9E), \fBmt-streams\fR(9F), \fBqbufcall\fR(9F), -\fBqtimeout\fR(9F) +.BR put (9E), +.BR srv (9E), +.BR mt-streams (9F), +.BR qbufcall (9F), +.BR qtimeout (9F) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9f/rmalloc.9f b/usr/src/man/man9f/rmalloc.9f index bf60744bed..3daa987892 100644 --- a/usr/src/man/man9f/rmalloc.9f +++ b/usr/src/man/man9f/rmalloc.9f @@ -285,9 +285,13 @@ returned. .SH SEE ALSO .sp .LP -\fBkmem_alloc\fR(9F), \fBrmalloc_wait\fR(9F), \fBrmallocmap\fR(9F), -\fBrmallocmap_wait\fR(9F), -\fBrmfree\fR(9F), \fBrmfreemap\fR(9F), \fBuiomove\fR(9F) +.BR kmem_alloc (9F), +.BR rmalloc_wait (9F), +.BR rmallocmap (9F), +.BR rmallocmap_wait (9F), +.BR rmfree (9F), +.BR rmfreemap (9F), +.BR uiomove (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/rmalloc_wait.9f b/usr/src/man/man9f/rmalloc_wait.9f index 46a3bd8d33..418e4c4c37 100644 --- a/usr/src/man/man9f/rmalloc_wait.9f +++ b/usr/src/man/man9f/rmalloc_wait.9f @@ -60,7 +60,10 @@ in most cases \fBrmalloc_wait()\fR should not be called from interrupt context. .SH SEE ALSO .sp .LP -\fBrmalloc\fR(9F), \fBrmallocmap\fR(9F), \fBrmfree\fR(9F), \fBrmfreemap\fR(9F) +.BR rmalloc (9F), +.BR rmallocmap (9F), +.BR rmfree (9F), +.BR rmfreemap (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/rmallocmap.9f b/usr/src/man/man9f/rmallocmap.9f index 6f04677ea1..2362413d99 100644 --- a/usr/src/man/man9f/rmallocmap.9f +++ b/usr/src/man/man9f/rmallocmap.9f @@ -99,7 +99,9 @@ interrupt context. .SH SEE ALSO .sp .LP -\fBrmalloc\fR(9F), \fBrmalloc_wait\fR(9F), \fBrmfree\fR(9F) +.BR rmalloc (9F), +.BR rmalloc_wait (9F), +.BR rmfree (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/rmfree.9f b/usr/src/man/man9f/rmfree.9f index 94528d4a2a..88021b3706 100644 --- a/usr/src/man/man9f/rmfree.9f +++ b/usr/src/man/man9f/rmfree.9f @@ -80,8 +80,10 @@ context. .SH SEE ALSO .sp .LP -\fBrmalloc\fR(9F), \fBrmalloc_wait\fR(9F), \fBrmallocmap\fR(9F), -\fBrmfreemap\fR(9F) +.BR rmalloc (9F), +.BR rmalloc_wait (9F), +.BR rmallocmap (9F), +.BR rmfreemap (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/rmvb.9f b/usr/src/man/man9f/rmvb.9f index a239da322e..bb92ccae4a 100644 --- a/usr/src/man/man9f/rmvb.9f +++ b/usr/src/man/man9f/rmvb.9f @@ -96,7 +96,8 @@ in its buffer (line 11), then remove it from the message (line 12) and free it .SH SEE ALSO .sp .LP -\fBfreeb\fR(9F), \fBmsgb\fR(9S) +.BR freeb (9F), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/rmvq.9f b/usr/src/man/man9f/rmvq.9f index 847f70bb75..aaf0870bd3 100644 --- a/usr/src/man/man9f/rmvq.9f +++ b/usr/src/man/man9f/rmvq.9f @@ -97,7 +97,9 @@ by using STREAMS functions or by implementing your own locking. .SH SEE ALSO .sp .LP -\fBfreemsg\fR(9F), \fBgetq\fR(9F), \fBinsq\fR(9F) +.BR freemsg (9F), +.BR getq (9F), +.BR insq (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/rwlock.9f b/usr/src/man/man9f/rwlock.9f index d43b062505..0f1899c5b2 100644 --- a/usr/src/man/man9f/rwlock.9f +++ b/usr/src/man/man9f/rwlock.9f @@ -235,12 +235,16 @@ These functions can be called from user, interrupt, or kernel context, except for \fBrw_init()\fR and \fBrw_destroy()\fR, which can be called from user context only. .SH SEE ALSO -\fBcondvar\fR(9F), \fBddi_intr_alloc\fR(9F), \fBddi_intr_add_handler\fR(9F), -\fBddi_intr_get_pri\fR(9F), \fBddi_intr_get_softint_pri\fR(9F), -\fBmutex\fR(9F), \fBsemaphore\fR(9F) +.BR condvar (9F), +.BR ddi_intr_add_handler (9F), +.BR ddi_intr_alloc (9F), +.BR ddi_intr_get_pri (9F), +.BR ddi_intr_get_softint_pri (9F), +.BR mutex (9F), +.BR semaphore (9F) .sp .LP \fIWriting Device Drivers\fR .SH NOTES Compiling with \fB_LOCKTEST\fR or \fB_MPSTATS\fR defined no longer has any -effect. To gather lock statistics, see \fBlockstat\fR(1M). +effect. To gather lock statistics, see \fBlockstat\fR(8). diff --git a/usr/src/man/man9f/scsi_abort.9f b/usr/src/man/man9f/scsi_abort.9f index a12a01f47a..8952db63de 100644 --- a/usr/src/man/man9f/scsi_abort.9f +++ b/usr/src/man/man9f/scsi_abort.9f @@ -76,7 +76,9 @@ context. .in -2 .SH SEE ALSO -\fBtran_abort\fR(9E), \fBscsi_reset\fR(9F), \fBscsi_pkt\fR(9S) +.BR tran_abort (9E), +.BR scsi_reset (9F), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_alloc_consistent_buf.9f b/usr/src/man/man9f/scsi_alloc_consistent_buf.9f index aaf292f402..1bfae956f1 100644 --- a/usr/src/man/man9f/scsi_alloc_consistent_buf.9f +++ b/usr/src/man/man9f/scsi_alloc_consistent_buf.9f @@ -168,9 +168,14 @@ attached. .in -2 .SH SEE ALSO -\fBddi_dma_mem_alloc\fR(9F), \fBddi_dma_sync\fR(9F), \fBgetrbuf\fR(9F), -\fBscsi_destroy_pkt\fR(9F), \fBscsi_init_pkt\fR(9F), -\fBscsi_free_consistent_buf\fR(9F), \fBbuf\fR(9S), \fBscsi_address\fR(9S) +.BR ddi_dma_mem_alloc (9F), +.BR ddi_dma_sync (9F), +.BR getrbuf (9F), +.BR scsi_destroy_pkt (9F), +.BR scsi_free_consistent_buf (9F), +.BR scsi_init_pkt (9F), +.BR buf (9S), +.BR scsi_address (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_destroy_pkt.9f b/usr/src/man/man9f/scsi_destroy_pkt.9f index 1d848cb7be..0da4078570 100644 --- a/usr/src/man/man9f/scsi_destroy_pkt.9f +++ b/usr/src/man/man9f/scsi_destroy_pkt.9f @@ -43,7 +43,9 @@ scsi_destroy_pkt(un->un_rqs); .in -2 .SH SEE ALSO -\fBtran_destroy_pkt\fR(9E), \fBscsi_init_pkt\fR(9F), \fBscsi_pkt\fR(9S) +.BR tran_destroy_pkt (9E), +.BR scsi_init_pkt (9F), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_dmaget.9f b/usr/src/man/man9f/scsi_dmaget.9f index 5ac471eef7..9b8c7e6fcf 100644 --- a/usr/src/man/man9f/scsi_dmaget.9f +++ b/usr/src/man/man9f/scsi_dmaget.9f @@ -128,7 +128,7 @@ context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -144,9 +144,13 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBscsi_pktalloc\fR(9F), \fBscsi_pktfree\fR(9F), -\fBscsi_resalloc\fR(9F), \fBscsi_resfree\fR(9F), \fBbuf\fR(9S), -\fBscsi_pkt\fR(9S) +.BR attributes (7), +.BR scsi_pktalloc (9F), +.BR scsi_pktfree (9F), +.BR scsi_resalloc (9F), +.BR scsi_resfree (9F), +.BR buf (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_errmsg.9f b/usr/src/man/man9f/scsi_errmsg.9f index 24b5d78c7b..51984e45eb 100644 --- a/usr/src/man/man9f/scsi_errmsg.9f +++ b/usr/src/man/man9f/scsi_errmsg.9f @@ -210,8 +210,11 @@ ASC: 0x29 (reset), ASCQ: 0x0, FRU: 0x0\fR .in -2 .SH SEE ALSO -\fBcmn_err\fR(9F), \fBscsi_log\fR(9F), \fBscsi_device\fR(9S), -\fBscsi_extended_sense\fR(9S), \fBscsi_pkt\fR(9S) +.BR cmn_err (9F), +.BR scsi_log (9F), +.BR scsi_device (9S), +.BR scsi_extended_sense (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_ext_sense_fields.9f b/usr/src/man/man9f/scsi_ext_sense_fields.9f index ef6c3933a9..adfc6ed4d7 100644 --- a/usr/src/man/man9f/scsi_ext_sense_fields.9f +++ b/usr/src/man/man9f/scsi_ext_sense_fields.9f @@ -159,6 +159,8 @@ The \fBscsi_ext_sense_fields()\fR, \fBscsi_sense_info_uint64()\fR and \fBscsi_sense_cmdspecific_uint64()()\fR functions can be called from user or interrupt context. .SH SEE ALSO -\fBscsi_find_sense_descr\fR(9F), \fBscsi_sense_asc\fR(9F), -\fBscsi_sense_ascq\fR(9F), \fBscsi_sense_key\fR(9F), -\fBscsi_validate_sense\fR(9F) +.BR scsi_find_sense_descr (9F), +.BR scsi_sense_asc (9F), +.BR scsi_sense_ascq (9F), +.BR scsi_sense_key (9F), +.BR scsi_validate_sense (9F) diff --git a/usr/src/man/man9f/scsi_find_sense_descr.9f b/usr/src/man/man9f/scsi_find_sense_descr.9f index 76bb4990bb..991a5dda4b 100644 --- a/usr/src/man/man9f/scsi_find_sense_descr.9f +++ b/usr/src/man/man9f/scsi_find_sense_descr.9f @@ -84,7 +84,10 @@ such descriptor exists, \fBscsi_find_sense_descr()\fR returns \fINULL\fR. The \fBscsi_find_sense_descr()\fR function can be called from user or interrupt context. .SH SEE ALSO -\fBscsi_ext_sense_fields\fR(9F), \fBscsi_sense_asc\fR(9F), -\fBscsi_sense_ascq\fR(9F), \fBscsi_sense_cmdspecific_uint64\fR(9F), -\fBscsi_sense_info_uint64\fR(9F), \fBscsi_sense_key\fR(9F), -\fBscsi_validate_sense\fR(9F) +.BR scsi_ext_sense_fields (9F), +.BR scsi_sense_asc (9F), +.BR scsi_sense_ascq (9F), +.BR scsi_sense_cmdspecific_uint64 (9F), +.BR scsi_sense_info_uint64 (9F), +.BR scsi_sense_key (9F), +.BR scsi_validate_sense (9F) diff --git a/usr/src/man/man9f/scsi_free_consistent_buf.9f b/usr/src/man/man9f/scsi_free_consistent_buf.9f index 9912dcf7c0..19d142d545 100644 --- a/usr/src/man/man9f/scsi_free_consistent_buf.9f +++ b/usr/src/man/man9f/scsi_free_consistent_buf.9f @@ -35,7 +35,9 @@ consistent data buffer that was previously allocated using The \fBscsi_free_consistent_buf()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBfreerbuf\fR(9F), \fBscsi_alloc_consistent_buf\fR(9F), \fBbuf\fR(9S) +.BR freerbuf (9F), +.BR scsi_alloc_consistent_buf (9F), +.BR buf (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_get_device_type_scsi_options.9f b/usr/src/man/man9f/scsi_get_device_type_scsi_options.9f index 04eddd328a..45d1700bdf 100644 --- a/usr/src/man/man9f/scsi_get_device_type_scsi_options.9f +++ b/usr/src/man/man9f/scsi_get_device_type_scsi_options.9f @@ -49,7 +49,7 @@ Value returned if no match is found. .SH DESCRIPTION The \fBscsi_get_device_type_scsi_options()\fR function looks up the property \fBdevice-type-scsi-options-list\fR, which can be specified in the HBA's -\fBdriver.conf\fR(4) file. This property allows specification of +\fBdriver.conf\fR(5) file. This property allows specification of \fBscsi-options\fR on a per-device-type basis. .sp .LP diff --git a/usr/src/man/man9f/scsi_get_device_type_string.9f b/usr/src/man/man9f/scsi_get_device_type_string.9f index 1b72f7119a..c1af5f3b6a 100644 --- a/usr/src/man/man9f/scsi_get_device_type_string.9f +++ b/usr/src/man/man9f/scsi_get_device_type_string.9f @@ -49,9 +49,9 @@ Pointer to a \fBscsi_device\fR(9S) structure of the target. .SH DESCRIPTION The \fBscsi_get_device_type_string()\fR function looks up the \fIprop_name\fR -property, which can be specified in the HBA's \fBdriver.conf\fR(4)file. This +property, which can be specified in the HBA's \fBdriver.conf\fR(5)file. This property allows specification of per-device-type information. The syntax for -\fIprop_name\fR in a \fBdriver.conf\fR(4) file is: +\fIprop_name\fR in a \fBdriver.conf\fR(5) file is: .sp .LP The formal syntax is: @@ -116,7 +116,7 @@ kmem_free(info, strlen(info) + 1); .SH CONTEXT This function can be called from kernel or interrupt context. .SH SEE ALSO -\fBdriver.conf\fR(4) +.BR driver.conf (5) .sp .LP \fIWriting Device Drivers \fR diff --git a/usr/src/man/man9f/scsi_hba_init.9f b/usr/src/man/man9f/scsi_hba_init.9f index cfd664141d..e0a7894e50 100644 --- a/usr/src/man/man9f/scsi_hba_init.9f +++ b/usr/src/man/man9f/scsi_hba_init.9f @@ -56,8 +56,13 @@ should return the value returned by \fBscsi_hba_init()\fR. \fBscsi_hba_init()\fR and \fBscsi_hba_fini()\fR should be called from \fB_init\fR(9E) or \fB_fini\fR(9E), respectively. .SH SEE ALSO -\fB_fini\fR(9E), \fB_init\fR(9E), \fBmod_install\fR(9F), \fBmod_remove\fR(9F), -\fBscsi_pktalloc\fR(9F), \fBscsi_pktfree\fR(9F), \fBscsi_hba_tran\fR(9S) +.BR _fini (9E), +.BR _init (9E), +.BR mod_install (9F), +.BR mod_remove (9F), +.BR scsi_pktalloc (9F), +.BR scsi_pktfree (9F), +.BR scsi_hba_tran (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_hba_lookup_capstr.9f b/usr/src/man/man9f/scsi_hba_lookup_capstr.9f index b92b8b8c20..cd184326e7 100644 --- a/usr/src/man/man9f/scsi_hba_lookup_capstr.9f +++ b/usr/src/man/man9f/scsi_hba_lookup_capstr.9f @@ -231,7 +231,7 @@ capability, \fB-1\fR is returned. The \fBscsi_hba_lookup_capstr()\fR function can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -245,8 +245,11 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBtran_getcap\fR(9E), \fBtran_setcap\fR(9E), \fBscsi_ifgetcap\fR(9F), -\fBscsi_ifsetcap\fR(9F), \fBscsi_reset_notify\fR(9F) +.BR tran_getcap (9E), +.BR tran_setcap (9E), +.BR scsi_ifgetcap (9F), +.BR scsi_ifsetcap (9F), +.BR scsi_reset_notify (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_hba_pkt_alloc.9f b/usr/src/man/man9f/scsi_hba_pkt_alloc.9f index bbced72edd..41ba597987 100644 --- a/usr/src/man/man9f/scsi_hba_pkt_alloc.9f +++ b/usr/src/man/man9f/scsi_hba_pkt_alloc.9f @@ -207,7 +207,9 @@ called from an interrupt routine. The \fBscsi_hba_pkt_free()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBtran_init_pkt\fR(9E), \fBscsi_address\fR(9S), \fBscsi_pkt\fR(9S) +.BR tran_init_pkt (9E), +.BR scsi_address (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_hba_pkt_comp.9f b/usr/src/man/man9f/scsi_hba_pkt_comp.9f index 1896e23526..0f6cdf5427 100644 --- a/usr/src/man/man9f/scsi_hba_pkt_comp.9f +++ b/usr/src/man/man9f/scsi_hba_pkt_comp.9f @@ -45,7 +45,7 @@ different CPU. The \fBscsi_hba_pkt_comp()\fR function can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -59,7 +59,9 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBtran_setup_pkt\fR(9E), \fBscsi_pkt\fR(9S) +.BR attributes (7), +.BR tran_setup_pkt (9E), +.BR scsi_pkt (9S) .SH NOTES HBA driver calls \fBscsi_hba_pkt_comp()\fR instead of calling \fBscsi_pkt\fR(9S) \fIpkt_comp\fR directly. diff --git a/usr/src/man/man9f/scsi_hba_probe.9f b/usr/src/man/man9f/scsi_hba_probe.9f index 75f1f271da..094975bddf 100644 --- a/usr/src/man/man9f/scsi_hba_probe.9f +++ b/usr/src/man/man9f/scsi_hba_probe.9f @@ -47,7 +47,9 @@ See \fBscsi_probe\fR(9F) for the return values from \fBscsi_hba_probe()\fR. \fBscsi_hba_probe()\fR should only be called from the \fBHBA\fR's \fBtran_tgt_probe\fR(9E) entry point. .SH SEE ALSO -\fBtran_tgt_probe\fR(9E), \fBscsi_probe\fR(9F), \fBscsi_device\fR(9S) +.BR tran_tgt_probe (9E), +.BR scsi_probe (9F), +.BR scsi_device (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_hba_tgtmap_create.9f b/usr/src/man/man9f/scsi_hba_tgtmap_create.9f index 808c189a27..a8a16afab0 100644 --- a/usr/src/man/man9f/scsi_hba_tgtmap_create.9f +++ b/usr/src/man/man9f/scsi_hba_tgtmap_create.9f @@ -231,9 +231,9 @@ arguments are optional function pointers that will be run in the context of devices being added and removed from the system. This allows the HBA driver to perform any required operations prior to the system attaching a target driver such as -.Xr sd 7D +.Xr sd 4D or -.Xr ses 7D +.Xr ses 4D in the activate case and after the system has detached the driver, in the removal case. .Pp @@ -486,8 +486,8 @@ Otherwise, .Dv DDI_FAILURE is returned. .Sh SEE ALSO -.Xr sd 7D , -.Xr ses 7D , +.Xr sd 4D , +.Xr ses 4D , .Xr tgtmap 9 , .Xr attach 9E , .Xr detach 9E , diff --git a/usr/src/man/man9f/scsi_hba_tran_alloc.9f b/usr/src/man/man9f/scsi_hba_tran_alloc.9f index 351de0e60e..b4c51b7397 100644 --- a/usr/src/man/man9f/scsi_hba_tran_alloc.9f +++ b/usr/src/man/man9f/scsi_hba_tran_alloc.9f @@ -83,7 +83,8 @@ called from an interrupt routine. The \fBscsi_hba_tran_free()\fR function can be called from user, interrupt, or kernel context context. .SH SEE ALSO -\fBscsi_hba_attach_setup\fR(9F), \fBscsi_hba_tran\fR(9S) +.BR scsi_hba_attach_setup (9F), +.BR scsi_hba_tran (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_ifgetcap.9f b/usr/src/man/man9f/scsi_ifgetcap.9f index 356b60a747..fbb1d9ebfe 100644 --- a/usr/src/man/man9f/scsi_ifgetcap.9f +++ b/usr/src/man/man9f/scsi_ifgetcap.9f @@ -233,7 +233,7 @@ If geometry is not relevant or appropriate for the target disk, defined. For example, if the \fBHBA\fR BIOS supports Logical Block Addressing for the target disk, \fBscsi_ifgetcap()\fR returns \fB-1\fR. Attempts to retrieve the "virtual geometry" from the target driver, such as the -\fBDKIOCG_VIRTGEOM\fR ioctl, will fail. See \fBdkio\fR(7I) for more information +\fBDKIOCG_VIRTGEOM\fR ioctl, will fail. See \fBdkio\fR(4I) for more information about \fBDKIOCG_VIRTGEOM\fR. .RE @@ -399,7 +399,7 @@ if (scsi_ifsetcap(&devp->sd_address, "tagged-qing", 1, 1) == 1) { .SH CONTEXT These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -413,9 +413,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBtran_reset\fR(9E), \fBscsi_hba_lookup_capstr\fR(9F), \fBscsi_reset\fR(9F), -\fBscsi_reset_notify\fR(9F), \fBddi_dma_attr\fR(9S), -\fBscsi_address\fR(9S), \fBscsi_arq_status\fR(9S) +.BR tran_reset (9E), +.BR scsi_hba_lookup_capstr (9F), +.BR scsi_reset (9F), +.BR scsi_reset_notify (9F), +.BR ddi_dma_attr (9S), +.BR scsi_address (9S), +.BR scsi_arq_status (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_init_pkt.9f b/usr/src/man/man9f/scsi_init_pkt.9f index b15128114b..4a121e4dfd 100644 --- a/usr/src/man/man9f/scsi_init_pkt.9f +++ b/usr/src/man/man9f/scsi_init_pkt.9f @@ -357,9 +357,13 @@ my_pkt = scsi_init_pkt(&devp->sd_address, NULL, bp, CDB_GROUP0, .in -2 .SH SEE ALSO -\fBscsi_alloc_consistent_buf\fR(9F), \fBscsi_destroy_pkt\fR(9F), -\fBscsi_dmaget\fR(9F), \fBscsi_pktalloc\fR(9F), \fBbuf\fR(9S), -\fBscsi_address\fR(9S), \fBscsi_pkt\fR(9S) +.BR scsi_alloc_consistent_buf (9F), +.BR scsi_destroy_pkt (9F), +.BR scsi_dmaget (9F), +.BR scsi_pktalloc (9F), +.BR buf (9S), +.BR scsi_address (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_log.9f b/usr/src/man/man9f/scsi_log.9f index 0d8d5f4a05..3232948ddb 100644 --- a/usr/src/man/man9f/scsi_log.9f +++ b/usr/src/man/man9f/scsi_log.9f @@ -85,7 +85,7 @@ A caret (\fB^\fR), the message goes only to the console. .el o A question mark (\fB?\fR) and \fIlevel\fR is \fBCE_CONT\fR, the message is always sent to the system buffer, but is written to the console only when the -system has been booted in verbose mode. See \fBkernel\fR(1M). If neither +system has been booted in verbose mode. See \fBkernel\fR(8). If neither condition is met, the \fB?\fR character has no effect and is simply ignored. .RE .sp @@ -96,7 +96,10 @@ All formatting conversions in use by \fBcmn_err()\fR also work with The \fBscsi_log()\fR function may be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBkernel\fR(1M), \fBsd\fR(7D), \fBcmn_err\fR(9F), \fBscsi_errmsg\fR(9F) +.BR sd (4D), +.BR kernel (8), +.BR cmn_err (9F), +.BR scsi_errmsg (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_pktalloc.9f b/usr/src/man/man9f/scsi_pktalloc.9f index f19ee24e3c..216823072c 100644 --- a/usr/src/man/man9f/scsi_pktalloc.9f +++ b/usr/src/man/man9f/scsi_pktalloc.9f @@ -190,7 +190,7 @@ interrupt context. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -206,8 +206,11 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBscsi_dmafree\fR(9F), \fBscsi_dmaget\fR(9F), -\fBbuf\fR(9S), \fBscsi_pkt\fR(9S) +.BR attributes (7), +.BR scsi_dmafree (9F), +.BR scsi_dmaget (9F), +.BR buf (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_poll.9f b/usr/src/man/man9f/scsi_poll.9f index 42f5c30905..90b22c6f55 100644 --- a/usr/src/man/man9f/scsi_poll.9f +++ b/usr/src/man/man9f/scsi_poll.9f @@ -58,7 +58,9 @@ The \fBscsi_poll()\fR function can be called from user, interrupt, or kernel context. This function should not be called when the caller is executing \fBtimeout\fR(9F) in the context of a thread. .SH SEE ALSO -\fBmakecom\fR(9F), \fBscsi_transport\fR(9F), \fBscsi_pkt\fR(9S) +.BR makecom (9F), +.BR scsi_transport (9F), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_probe.9f b/usr/src/man/man9f/scsi_probe.9f index 5e04869f7d..20751ef6bf 100644 --- a/usr/src/man/man9f/scsi_probe.9f +++ b/usr/src/man/man9f/scsi_probe.9f @@ -178,9 +178,13 @@ allocated. .in -2 .SH SEE ALSO -\fBattach\fR(9E), \fBprobe\fR(9E), \fBscsi_slave\fR(9F), -\fBscsi_unprobe\fR(9F), \fBscsi_unslave\fR(9F), \fBscsi_device\fR(9S), -\fBscsi_inquiry\fR(9S) +.BR attach (9E), +.BR probe (9E), +.BR scsi_slave (9F), +.BR scsi_unprobe (9F), +.BR scsi_unslave (9F), +.BR scsi_device (9S), +.BR scsi_inquiry (9S) .sp .LP \fIANSI Small Computer System Interface-2 (SCSI-2)\fR diff --git a/usr/src/man/man9f/scsi_reset.9f b/usr/src/man/man9f/scsi_reset.9f index bfbb189d12..166002ff3a 100644 --- a/usr/src/man/man9f/scsi_reset.9f +++ b/usr/src/man/man9f/scsi_reset.9f @@ -95,7 +95,9 @@ Upon failure. The \fBscsi_reset()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBtran_reset\fR(9E), \fBtran_reset_notify\fR(9E), \fBscsi_abort\fR(9F) +.BR tran_reset (9E), +.BR tran_reset_notify (9E), +.BR scsi_abort (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_reset_notify.9f b/usr/src/man/man9f/scsi_reset_notify.9f index a7872a80fe..164cda3d3d 100644 --- a/usr/src/man/man9f/scsi_reset_notify.9f +++ b/usr/src/man/man9f/scsi_reset_notify.9f @@ -134,7 +134,8 @@ No notification request was registered. The \fBscsi_reset_notify()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBscsi_address\fR(9S), \fBscsi_ifgetcap\fR(9F) +.BR scsi_ifgetcap (9F), +.BR scsi_address (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_sense_key.9f b/usr/src/man/man9f/scsi_sense_key.9f index bb3438e5d4..b6e05df99f 100644 --- a/usr/src/man/man9f/scsi_sense_key.9f +++ b/usr/src/man/man9f/scsi_sense_key.9f @@ -68,6 +68,8 @@ returns the additional sense code qualifier (\fBASCQ\fR) from the sense buffer. The \fBscsi_sense_key()\fR, \fBscsi_sense_asc()\fR, and \fBscsi_sense_ascq()\fR functions can be called from user or interrupt context. .SH SEE ALSO -\fBscsi_ext_sense_fields\fR(9F), \fBscsi_find_sense_descr\fR(9F), -\fBscsi_sense_cmdspecific_uint64\fR(9F), \fBscsi_sense_info_uint64\fR(9F), -\fBscsi_validate_sense\fR(9F) +.BR scsi_ext_sense_fields (9F), +.BR scsi_find_sense_descr (9F), +.BR scsi_sense_cmdspecific_uint64 (9F), +.BR scsi_sense_info_uint64 (9F), +.BR scsi_validate_sense (9F) diff --git a/usr/src/man/man9f/scsi_setup_cdb.9f b/usr/src/man/man9f/scsi_setup_cdb.9f index 76e7433b73..9bd8d7f676 100644 --- a/usr/src/man/man9f/scsi_setup_cdb.9f +++ b/usr/src/man/man9f/scsi_setup_cdb.9f @@ -99,7 +99,8 @@ Upon failure. .SH CONTEXT These functions can be called from a user, interrupt, or kernel context. .SH SEE ALSO -\fBmakecom\fR(9F), \fBscsi_pkt\fR(9S) +.BR makecom (9F), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_slave.9f b/usr/src/man/man9f/scsi_slave.9f index 621c4fd260..1783a1832f 100644 --- a/usr/src/man/man9f/scsi_slave.9f +++ b/usr/src/man/man9f/scsi_slave.9f @@ -145,7 +145,7 @@ allocated. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -161,10 +161,17 @@ Stability Level Obsolete .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBattach\fR(9E), \fBprobe\fR(9E), -\fBddi_iopb_alloc\fR(9F), \fBmakecom\fR(9F), \fBscsi_dmaget\fR(9F), -\fBscsi_ifgetcap\fR(9F), \fBscsi_pktalloc\fR(9F), \fBscsi_poll\fR(9F), -\fBscsi_probe\fR(9F), \fBscsi_device\fR(9S) +.BR attributes (7), +.BR attach (9E), +.BR probe (9E), +.BR ddi_iopb_alloc (9F), +.BR makecom (9F), +.BR scsi_dmaget (9F), +.BR scsi_ifgetcap (9F), +.BR scsi_pktalloc (9F), +.BR scsi_poll (9F), +.BR scsi_probe (9F), +.BR scsi_device (9S) .sp .LP \fIANSI Small Computer System Interface-2 (SCSI-2)\fR diff --git a/usr/src/man/man9f/scsi_sync_pkt.9f b/usr/src/man/man9f/scsi_sync_pkt.9f index 58b6b42b1a..bab540afbf 100644 --- a/usr/src/man/man9f/scsi_sync_pkt.9f +++ b/usr/src/man/man9f/scsi_sync_pkt.9f @@ -51,8 +51,12 @@ the packet but before accessing the data in memory. The \fBscsi_sync_pkt()\fR function may be called from user, interrupt, or kernel context. .SH SEE ALSO -\fBtran_sync_pkt\fR(9E), \fBddi_dma_sync\fR(9F), \fBscsi_destroy_pkt\fR(9F), -\fBscsi_init_pkt\fR(9F), \fBscsi_transport\fR(9F), \fBscsi_pkt\fR(9S) +.BR tran_sync_pkt (9E), +.BR ddi_dma_sync (9F), +.BR scsi_destroy_pkt (9F), +.BR scsi_init_pkt (9F), +.BR scsi_transport (9F), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_transport.9f b/usr/src/man/man9f/scsi_transport.9f index 072fe877b0..b357809807 100644 --- a/usr/src/man/man9f/scsi_transport.9f +++ b/usr/src/man/man9f/scsi_transport.9f @@ -94,8 +94,12 @@ if ((status = scsi_transport(rqpkt)) != TRAN_ACCEPT) { .in -2 .SH SEE ALSO -\fBtran_start\fR(9E), \fBmakecom\fR(9F), \fBscsi_init_pkt\fR(9F), -\fBscsi_pktalloc\fR(9F), \fBscsi_poll\fR(9F), \fBscsi_pkt\fR(9S) +.BR tran_start (9E), +.BR makecom (9F), +.BR scsi_init_pkt (9F), +.BR scsi_pktalloc (9F), +.BR scsi_poll (9F), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_unprobe.9f b/usr/src/man/man9f/scsi_unprobe.9f index 5b31d103b1..7af110fc3b 100644 --- a/usr/src/man/man9f/scsi_unprobe.9f +++ b/usr/src/man/man9f/scsi_unprobe.9f @@ -40,7 +40,9 @@ that were allocated on the driver's behalf during \fBscsi_slave\fR(9F) and \fBscsi_unprobe()\fR and \fBscsi_unslave()\fR must not be called from an interrupt context. .SH SEE ALSO -\fBscsi_probe\fR(9F), \fBscsi_slave\fR(9F), \fBscsi_device\fR(9S) +.BR scsi_probe (9F), +.BR scsi_slave (9F), +.BR scsi_device (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/scsi_validate_sense.9f b/usr/src/man/man9f/scsi_validate_sense.9f index dc06bda8cd..182d511f9a 100644 --- a/usr/src/man/man9f/scsi_validate_sense.9f +++ b/usr/src/man/man9f/scsi_validate_sense.9f @@ -110,7 +110,10 @@ The sense data in the buffer is in "descriptor format". The \fBscsi_validate_sense()\fR function can be called from user or interrupt context. .SH SEE ALSO -\fBscsi_ext_sense_fields\fR(9F), \fBscsi_find_sense_descr\fR(9F), -\fBscsi_sense_asc\fR(9F), \fBscsi_sense_ascq\fR(9F), -\fBscsi_sense_cmdspecific_uint64\fR(9F), \fBscsi_sense_info_uint64\fR(9F), -\fBscsi_sense_key\fR(9F) +.BR scsi_ext_sense_fields (9F), +.BR scsi_find_sense_descr (9F), +.BR scsi_sense_asc (9F), +.BR scsi_sense_ascq (9F), +.BR scsi_sense_cmdspecific_uint64 (9F), +.BR scsi_sense_info_uint64 (9F), +.BR scsi_sense_key (9F) diff --git a/usr/src/man/man9f/scsi_vu_errmsg.9f b/usr/src/man/man9f/scsi_vu_errmsg.9f index 0573364d88..c0d30206ba 100644 --- a/usr/src/man/man9f/scsi_vu_errmsg.9f +++ b/usr/src/man/man9f/scsi_vu_errmsg.9f @@ -248,9 +248,14 @@ WARNING: /sbus@1,f8000000/esp@0,800000/sd@1,0 (sd1): .in -2 .SH SEE ALSO -\fBcmn_err\fR(9F), \fBscsi_errmsg\fR(9F), \fBscsi_log\fR(9F), -\fBscsi_errmsg\fR(9F), \fBscsi_asc_key_strings\fR(9S), \fBscsi_device\fR(9S), -\fBscsi_extended_sense\fR(9S), \fBscsi_pkt\fR(9S) +.BR cmn_err (9F), +.BR scsi_errmsg (9F), +.BR scsi_errmsg (9F), +.BR scsi_log (9F), +.BR scsi_asc_key_strings (9S), +.BR scsi_device (9S), +.BR scsi_extended_sense (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/string.9f b/usr/src/man/man9f/string.9f index 537871c952..6ed0687b0a 100644 --- a/usr/src/man/man9f/string.9f +++ b/usr/src/man/man9f/string.9f @@ -230,7 +230,7 @@ the \fBKM_NOSLEEP\fR flag is set. All the other string manipulation functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -244,8 +244,11 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBstring\fR(3C), \fBattributes\fR(5), \fBbcopy\fR(9F), \fBddi_copyin\fR(9F), -\fBkmem_alloc\fR(9F) +.BR string (3C), +.BR attributes (7), +.BR bcopy (9F), +.BR ddi_copyin (9F), +.BR kmem_alloc (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/strlog.9f b/usr/src/man/man9f/strlog.9f index 505c8f39b7..dcfae9c418 100644 --- a/usr/src/man/man9f/strlog.9f +++ b/usr/src/man/man9f/strlog.9f @@ -150,8 +150,8 @@ to 32-bits here but will be fully represented in the string. .LP The messages can be retrieved with the \fBgetmsg\fR(2) system call. The \fIflags\fR argument specifies the type of the message and where it is to be -sent. \fBstrace\fR(1M) receives messages from the \fBlog\fR driver and sends -them to the standard output. \fBstrerr\fR(1M) receives error messages from the +sent. \fBstrace\fR(8) receives messages from the \fBlog\fR driver and sends +them to the standard output. \fBstrerr\fR(8) receives error messages from the \fBlog\fR driver and appends them to a file called \fB/var/adm/streams/error.\fR\fImm-dd\fR, where \fImm-dd\fR identifies the date of the error message. @@ -159,7 +159,7 @@ of the error message. .sp .LP The \fBstrlog()\fR function returns \fB0\fR if it fails to submit the message -to the \fBlog\fR(7D) driver and \fB1\fR otherwise. +to the \fBlog\fR(4D) driver and \fB1\fR otherwise. .SH CONTEXT .sp .LP @@ -173,15 +173,18 @@ context. .ad .sp .6 .RS 4n -Error messages dated \fImm-dd\fR appended by \fBstrerr\fR(1M) from the +Error messages dated \fImm-dd\fR appended by \fBstrerr\fR(8) from the \fBlog\fR driver .RE .SH SEE ALSO .sp .LP -\fBstrace\fR(1M), \fBstrerr\fR(1M), \fBgetmsg\fR(2), \fBlog\fR(7D), -\fBmodule_info\fR(9S) +.BR getmsg (2), +.BR log (4D), +.BR strace (8), +.BR strerr (8), +.BR module_info (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/strqget.9f b/usr/src/man/man9f/strqget.9f index 3bf1e4ddf3..81727ec538 100644 --- a/usr/src/man/man9f/strqget.9f +++ b/usr/src/man/man9f/strqget.9f @@ -152,7 +152,8 @@ context. .SH SEE ALSO .sp .LP -\fBstrqset\fR(9F), \fBqueue\fR(9S) +.BR strqset (9F), +.BR queue (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/strqset.9f b/usr/src/man/man9f/strqset.9f index 5ccc58a25d..9aa76c395b 100644 --- a/usr/src/man/man9f/strqset.9f +++ b/usr/src/man/man9f/strqset.9f @@ -114,7 +114,8 @@ context. .SH SEE ALSO .sp .LP -\fBstrqget\fR(9F), \fBqueue\fR(9S) +.BR strqget (9F), +.BR queue (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/testb.9f b/usr/src/man/man9f/testb.9f index b02c1ac6e9..bbe69497ee 100644 --- a/usr/src/man/man9f/testb.9f +++ b/usr/src/man/man9f/testb.9f @@ -124,7 +124,10 @@ the amount of time spent in a \fBtimeout()\fR routine. .SH SEE ALSO .sp .LP -\fBallocb\fR(9F), \fBbufcall\fR(9F), \fBcopymsg\fR(9F), \fBtimeout\fR(9F) +.BR allocb (9F), +.BR bufcall (9F), +.BR copymsg (9F), +.BR timeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/timeout.9f b/usr/src/man/man9f/timeout.9f index 07de9f388c..29782729ee 100644 --- a/usr/src/man/man9f/timeout.9f +++ b/usr/src/man/man9f/timeout.9f @@ -145,8 +145,12 @@ xxcheckcond(struct xxstate *xsp) .SH SEE ALSO .sp .LP -\fBbufcall\fR(9F), \fBcv_timedwait\fR(9F), \fBddi_in_panic\fR(9F), -\fBdelay\fR(9F), \fBdrv_usectohz\fR(9F), \fBuntimeout\fR(9F) +.BR bufcall (9F), +.BR cv_timedwait (9F), +.BR ddi_in_panic (9F), +.BR delay (9F), +.BR drv_usectohz (9F), +.BR untimeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/u8_strcmp.9f b/usr/src/man/man9f/u8_strcmp.9f index cd9b90ed5f..a93f6acda0 100644 --- a/usr/src/man/man9f/u8_strcmp.9f +++ b/usr/src/man/man9f/u8_strcmp.9f @@ -318,7 +318,7 @@ docmp_nfd_caseinsensitive_u320(const char *u1, const char *u2) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -332,9 +332,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBu8_validate\fR(3C), \fBu8_textprep_str\fR(3C), \fBu8_validate\fR(3C), -\fBattributes\fR(5), \fBu8_textprep_str\fR(9F), \fBu8_validate\fR(9F), -\fBuconv_u16tou32\fR(9F) +.BR u8_textprep_str (3C), +.BR u8_validate (3C), +.BR u8_validate (3C), +.BR attributes (7), +.BR u8_textprep_str (9F), +.BR u8_validate (9F), +.BR uconv_u16tou32 (9F) .sp .LP The Unicode Standard (http://www.unicode.org) diff --git a/usr/src/man/man9f/u8_textprep_str.9f b/usr/src/man/man9f/u8_textprep_str.9f index d08f71e32d..63bc23d0c3 100644 --- a/usr/src/man/man9f/u8_textprep_str.9f +++ b/usr/src/man/man9f/u8_textprep_str.9f @@ -353,7 +353,7 @@ if (ret == (size_t)-1) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -367,9 +367,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBu8_strcmp\fR(3C), \fBu8_textprep_str\fR(3C), \fBu8_validate\fR(3C), -\fBattributes\fR(5), \fBu8_strcmp\fR(9F), \fBu8_validate\fR(9F), -\fBuconv_u16tou32\fR(9F) +.BR u8_strcmp (3C), +.BR u8_textprep_str (3C), +.BR u8_validate (3C), +.BR attributes (7), +.BR u8_strcmp (9F), +.BR u8_validate (9F), +.BR uconv_u16tou32 (9F) .sp .LP The Unicode Standard (http://www.unicode.org) diff --git a/usr/src/man/man9f/u8_validate.9f b/usr/src/man/man9f/u8_validate.9f index 11cd5e8112..00d69a75bf 100644 --- a/usr/src/man/man9f/u8_validate.9f +++ b/usr/src/man/man9f/u8_validate.9f @@ -263,7 +263,7 @@ if (len == -1) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -277,9 +277,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBu8_strcmp\fR(3C), \fBu8_textprep_str\fR(3C), \fBu8_validate\fR(3C), -\fBattributes\fR(5), \fBu8_strcmp\fR(9F), \fBu8_textprep_str\fR(9F), -\fBuconv_u16tou32\fR(9F) +.BR u8_strcmp (3C), +.BR u8_textprep_str (3C), +.BR u8_validate (3C), +.BR attributes (7), +.BR u8_strcmp (9F), +.BR u8_textprep_str (9F), +.BR uconv_u16tou32 (9F) .sp .LP The Unicode Standard (http://www.unicode.org) diff --git a/usr/src/man/man9f/uconv_u16tou32.9f b/usr/src/man/man9f/uconv_u16tou32.9f index 3dd09887d8..d1a34e2a52 100644 --- a/usr/src/man/man9f/uconv_u16tou32.9f +++ b/usr/src/man/man9f/uconv_u16tou32.9f @@ -459,7 +459,7 @@ if (ret != 0) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -473,7 +473,8 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBuconv_u16tou32\fR(3C), \fBattributes\fR(5) +.BR uconv_u16tou32 (3C), +.BR attributes (7) .sp .LP The Unicode Standard (http://www.unicode.org) diff --git a/usr/src/man/man9f/uiomove.9f b/usr/src/man/man9f/uiomove.9f index ca3d6a3599..11188c6357 100644 --- a/usr/src/man/man9f/uiomove.9f +++ b/usr/src/man/man9f/uiomove.9f @@ -102,7 +102,10 @@ interrupt, or kernel context, if \fBuio_segflg\fR is set to \fBUIO_SYSSPACE\fR. .SH SEE ALSO .sp .LP -\fBureadc\fR(9F), \fBuwritec\fR(9F), \fBiovec\fR(9S), \fBuio\fR(9S) +.BR ureadc (9F), +.BR uwritec (9F), +.BR iovec (9S), +.BR uio (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/unbufcall.9f b/usr/src/man/man9f/unbufcall.9f index 5965836c5c..26acd89511 100644 --- a/usr/src/man/man9f/unbufcall.9f +++ b/usr/src/man/man9f/unbufcall.9f @@ -53,7 +53,8 @@ context. .SH SEE ALSO .sp .LP -\fBbufcall\fR(9F), \fBesbbcall\fR(9F) +.BR bufcall (9F), +.BR esbbcall (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/unlinkb.9f b/usr/src/man/man9f/unlinkb.9f index 5c2092401c..0e1e449c1c 100644 --- a/usr/src/man/man9f/unlinkb.9f +++ b/usr/src/man/man9f/unlinkb.9f @@ -76,7 +76,7 @@ remove and free the \fBM_PROTO\fR header and return the remaining .SH SEE ALSO .sp .LP -\fBlinkb\fR(9F) +.BR linkb (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/untimeout.9f b/usr/src/man/man9f/untimeout.9f index 7c169e962b..492625421c 100644 --- a/usr/src/man/man9f/untimeout.9f +++ b/usr/src/man/man9f/untimeout.9f @@ -122,8 +122,11 @@ xxcheckcond(struct xxstate *xsp) .SH SEE ALSO .sp .LP -\fBopen\fR(9E), \fBcv_signal\fR(9F), \fBcv_wait_sig\fR(9F), \fBdelay\fR(9F), -\fBtimeout\fR(9F) +.BR open (9E), +.BR cv_signal (9F), +.BR cv_wait_sig (9F), +.BR delay (9F), +.BR timeout (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/ureadc.9f b/usr/src/man/man9f/ureadc.9f index 9e6c4aeb12..ee9ea76a1b 100644 --- a/usr/src/man/man9f/ureadc.9f +++ b/usr/src/man/man9f/ureadc.9f @@ -59,7 +59,10 @@ context. .SH SEE ALSO .sp .LP -\fBuiomove\fR(9F), \fBuwritec\fR(9F), \fBiovec\fR(9S), \fBuio\fR(9S) +.BR uiomove (9F), +.BR uwritec (9F), +.BR iovec (9S), +.BR uio (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/usb_alloc_request.9f b/usr/src/man/man9f/usb_alloc_request.9f index 9e5baeadde..c1d1ffebe4 100644 --- a/usr/src/man/man9f/usb_alloc_request.9f +++ b/usr/src/man/man9f/usb_alloc_request.9f @@ -216,7 +216,7 @@ The free routines may be called from kernel, user, and interrupt context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -232,10 +232,15 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_current_frame_number\fR(9F), -\fBusb_get_max_pkts_per_isoc_request\fR(9F), -\fBusb_pipe_get_max_bulk_transfer_size\fR(9F), \fBusb_pipe_bulk_xfer\fR(9F), -\fBusb_pipe_ctrl_xfer\fR(9F), \fBusb_pipe_intr_xfer\fR(9F), -\fBusb_pipe_isoc_xfer\fR(9F), \fBusb_bulk_request\fR(9S), -\fBusb_ctrl_request\fR(9S), \fBusb_intr_request\fR(9S), -\fBusb_isoc_request\fR(9S) +.BR attributes (7), +.BR usb_get_current_frame_number (9F), +.BR usb_get_max_pkts_per_isoc_request (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_get_max_bulk_transfer_size (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_bulk_request (9S), +.BR usb_ctrl_request (9S), +.BR usb_intr_request (9S), +.BR usb_isoc_request (9S) diff --git a/usr/src/man/man9f/usb_client_attach.9f b/usr/src/man/man9f/usb_client_attach.9f index b7654cb6f1..a055c6c6d8 100644 --- a/usr/src/man/man9f/usb_client_attach.9f +++ b/usr/src/man/man9f/usb_client_attach.9f @@ -206,7 +206,7 @@ or \fBdetach\fR(9E). .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -222,5 +222,7 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBusb_get_dev_data\fR(9F) +.BR attributes (7), +.BR attach (9E), +.BR detach (9E), +.BR usb_get_dev_data (9F) diff --git a/usr/src/man/man9f/usb_clr_feature.9f b/usr/src/man/man9f/usb_clr_feature.9f index 02a5053658..c3d74012a4 100644 --- a/usr/src/man/man9f/usb_clr_feature.9f +++ b/usr/src/man/man9f/usb_clr_feature.9f @@ -200,7 +200,7 @@ if (usb_clr_feature(dip, pipe_handle, USB_DEV_REQ_RCPT_EP, .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -216,5 +216,8 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_status\fR(9F), \fBusb_pipe_reset\fR(9F), -\fBusb_pipe_get_state\fR(9F), \fBusb_callback_flags\fR(9S) +.BR attributes (7), +.BR usb_get_status (9F), +.BR usb_pipe_get_state (9F), +.BR usb_pipe_reset (9F), +.BR usb_callback_flags (9S) diff --git a/usr/src/man/man9f/usb_create_pm_components.9f b/usr/src/man/man9f/usb_create_pm_components.9f index d2d729f270..f7da551cab 100644 --- a/usr/src/man/man9f/usb_create_pm_components.9f +++ b/usr/src/man/man9f/usb_create_pm_components.9f @@ -118,7 +118,7 @@ May be called from user or kernel context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -134,8 +134,14 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_clr_feature\fR(9F), -\fBusb_register_hotplug_cbs\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_handle_remote_wakeup\fR(9F), -\fBpm_idle_component\fR(9F), \fBpm_busy_component\fR(9F), -\fBpm_raise_power\fR(9F), \fBpm_lower_power\fR(9F), \fBusb_cfg_descr\fR(9S) +.BR attributes (7), +.BR pm_busy_component (9F), +.BR pm_idle_component (9F), +.BR pm_lower_power (9F), +.BR pm_raise_power (9F), +.BR usb_clr_feature (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_handle_remote_wakeup (9F), +.BR usb_register_hotplug_cbs (9F), +.BR usb_cfg_descr (9S) diff --git a/usr/src/man/man9f/usb_get_addr.9f b/usr/src/man/man9f/usb_get_addr.9f index 109437755e..daa8aebf5c 100644 --- a/usr/src/man/man9f/usb_get_addr.9f +++ b/usr/src/man/man9f/usb_get_addr.9f @@ -46,7 +46,7 @@ usb_addr = usb_get_addr(dip); .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -62,4 +62,5 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_pipe_xopen\fR(9F) +.BR attributes (7), +.BR usb_pipe_xopen (9F) diff --git a/usr/src/man/man9f/usb_get_alt_if.9f b/usr/src/man/man9f/usb_get_alt_if.9f index c726aeb312..ffcfaa367a 100644 --- a/usr/src/man/man9f/usb_get_alt_if.9f +++ b/usr/src/man/man9f/usb_get_alt_if.9f @@ -423,7 +423,7 @@ if (usb_set_alt_if( .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -439,5 +439,8 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_pipe_ctrl_xfer\fR(9F), \fBusb_get_dev_data\fR(9F), -\fBusb_get_string_descr\fR(9F), \fBusb_get_cfg\fR(9F) +.BR attributes (7), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_pipe_ctrl_xfer (9F) diff --git a/usr/src/man/man9f/usb_get_cfg.9f b/usr/src/man/man9f/usb_get_cfg.9f index 94d2c47b6c..a60e02118a 100644 --- a/usr/src/man/man9f/usb_get_cfg.9f +++ b/usr/src/man/man9f/usb_get_cfg.9f @@ -275,7 +275,7 @@ information on callbacks. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -291,7 +291,12 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_dev_data\fR(9F), -\fBusb_get_string_descr\fR(9F), \fBusb_pipe_xopen\fR(9F), -\fBusb_callback_flags\fR(9S), \fBusb_cfg_descr\fR(9S), \fBusb_ep_descr\fR(9S), -\fBusb_if_descr\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_pipe_xopen (9F), +.BR usb_callback_flags (9S), +.BR usb_cfg_descr (9S), +.BR usb_ep_descr (9S), +.BR usb_if_descr (9S) diff --git a/usr/src/man/man9f/usb_get_current_frame_number.9f b/usr/src/man/man9f/usb_get_current_frame_number.9f index daa7176e47..afe8032426 100644 --- a/usr/src/man/man9f/usb_get_current_frame_number.9f +++ b/usr/src/man/man9f/usb_get_current_frame_number.9f @@ -68,7 +68,7 @@ May be called from user, kernel or interrupt context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -84,6 +84,9 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_alloc_isoc_req\fR(9F), -\fBusb_get_max_pkts_per_isoc_request\fR(9F), \fBusb_pipe_isoc_xfer\fR(9F), -\fBusb_pipe_get_max_bulk_transfer_size\fR(9F), \fBusb_isoc_request\fR(9S) +.BR attributes (7), +.BR usb_alloc_isoc_req (9F), +.BR usb_get_max_pkts_per_isoc_request (9F), +.BR usb_pipe_get_max_bulk_transfer_size (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_isoc_request (9S) diff --git a/usr/src/man/man9f/usb_get_dev_data.9f b/usr/src/man/man9f/usb_get_dev_data.9f index 9290fdfd51..29afbd302c 100644 --- a/usr/src/man/man9f/usb_get_dev_data.9f +++ b/usr/src/man/man9f/usb_get_dev_data.9f @@ -379,7 +379,7 @@ current OS device node. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -395,9 +395,10 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_client_attach\fR(9F), \fBusb_get_alt_if\fR(9F), +\fBattributes\fR(7), \fBusb_client_attach\fR(9F), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), \fBusb_get_string_descr\fR(9F), \fBusb_lookup_ep_data\fR(9F), \fBusb_parse_data\fR(9F), \fBusb_pipe_xopen\fR(9F), \fBusb_cfg_descr\fR(9S), -\fBusb_client_dev_data(9S)\fR, \fBusb_ep_descr\fR(9S), \fBusb_if_descr\fR(9S), -\fBusb_string_descr\fR(9S) +\fBusb_client_dev_data(9S)\fR, \fBusb_ep_descr\fR(9S), +.BR usb_if_descr (9S), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9f/usb_get_max_pkts_per_isoc_request.9f b/usr/src/man/man9f/usb_get_max_pkts_per_isoc_request.9f index a796a777b1..811fbf18a1 100644 --- a/usr/src/man/man9f/usb_get_max_pkts_per_isoc_request.9f +++ b/usr/src/man/man9f/usb_get_max_pkts_per_isoc_request.9f @@ -92,7 +92,7 @@ if (usb_pipe_isoc_xfer(pipe, isoc_req, USB_FLAGS_NOSLEEP) != USB_SUCCESS) { .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -108,6 +108,9 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_pipe_isoc_xfer\fR(9F), \fBusb_alloc_request\fR(9F), -\fBusb_get_current_frame_number\fR(9F), \fBusb_ep_descr\fR(9S), -\fBusb_isoc_request\fR(9S) +.BR attributes (7), +.BR usb_alloc_request (9F), +.BR usb_get_current_frame_number (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_ep_descr (9S), +.BR usb_isoc_request (9S) diff --git a/usr/src/man/man9f/usb_get_status.9f b/usr/src/man/man9f/usb_get_status.9f index f7d440ce3e..7c1fc5287b 100644 --- a/usr/src/man/man9f/usb_get_status.9f +++ b/usr/src/man/man9f/usb_get_status.9f @@ -156,7 +156,7 @@ May be called from user or kernel context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -172,5 +172,5 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_clr_feature\fR(9F), \fBusb_get_alt_if\fR(9F), +\fBattributes\fR(7), \fBusb_clr_feature\fR(9F), \fBusb_get_alt_if\fR(9F), \fBusb_pipe_get_state\fR(9F), \fBusb_get_cfg\fR(9F), diff --git a/usr/src/man/man9f/usb_get_string_descr.9f b/usr/src/man/man9f/usb_get_string_descr.9f index 98e058b5e5..0f72b12fb4 100644 --- a/usr/src/man/man9f/usb_get_string_descr.9f +++ b/usr/src/man/man9f/usb_get_string_descr.9f @@ -127,7 +127,7 @@ May be called from user or kernel context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -143,4 +143,6 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_dev_data\fR(9F), \fBusb_string_descr\fR(9S) +.BR attributes (7), +.BR usb_get_dev_data (9F), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9f/usb_handle_remote_wakeup.9f b/usr/src/man/man9f/usb_handle_remote_wakeup.9f index 3e945fe30f..9b38e81eb7 100644 --- a/usr/src/man/man9f/usb_handle_remote_wakeup.9f +++ b/usr/src/man/man9f/usb_handle_remote_wakeup.9f @@ -72,7 +72,7 @@ May be called from user or kernel context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -88,8 +88,14 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBpm_busy_component\fR(9F), \fBpm_idle_component\fR(9F), -\fBpm_lower_power\fR(9F), \fBpm_raise_power\fR(9F), \fBusb_clr_feature\fR(9F), -\fBusb_create_pm_components\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_register_hotplug_cbs\fR(9F), -\fBusb_cfg_descr\fR(9S) +.BR attributes (7), +.BR pm_busy_component (9F), +.BR pm_idle_component (9F), +.BR pm_lower_power (9F), +.BR pm_raise_power (9F), +.BR usb_clr_feature (9F), +.BR usb_create_pm_components (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_register_hotplug_cbs (9F), +.BR usb_cfg_descr (9S) diff --git a/usr/src/man/man9f/usb_lookup_ep_data.9f b/usr/src/man/man9f/usb_lookup_ep_data.9f index b3a467aae2..b9704f357b 100644 --- a/usr/src/man/man9f/usb_lookup_ep_data.9f +++ b/usr/src/man/man9f/usb_lookup_ep_data.9f @@ -135,7 +135,7 @@ Retrieve the maximum packet size for the first control pipe at interface 0, alt .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -151,5 +151,9 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_dev_data\fR(9F), \fBusb_pipe_open\fR(9F), -\fBusb_cfg_descr\fR(9S), \fBusb_if_descr\fR(9S), \fBusb_ep_descr\fR(9S) +.BR attributes (7), +.BR usb_get_dev_data (9F), +.BR usb_pipe_open (9F), +.BR usb_cfg_descr (9S), +.BR usb_ep_descr (9S), +.BR usb_if_descr (9S) diff --git a/usr/src/man/man9f/usb_parse_data.9f b/usr/src/man/man9f/usb_parse_data.9f index c6954bd5fa..5a08dc5b8e 100644 --- a/usr/src/man/man9f/usb_parse_data.9f +++ b/usr/src/man/man9f/usb_parse_data.9f @@ -125,7 +125,7 @@ May be called from user, kernel or interrupt context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -141,5 +141,7 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_dev_data\fR(9F), -\fBusb_get_string_descr\fR(9F), \fBusb_get_cfg\fR(9F) +.BR attributes (7), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F) diff --git a/usr/src/man/man9f/usb_pipe_bulk_xfer.9f b/usr/src/man/man9f/usb_pipe_bulk_xfer.9f index 26a9c1164a..93e92a68bd 100644 --- a/usr/src/man/man9f/usb_pipe_bulk_xfer.9f +++ b/usr/src/man/man9f/usb_pipe_bulk_xfer.9f @@ -199,7 +199,7 @@ called from interrupt context only when the USB_FLAGS_SLEEP flag is clear. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -215,11 +215,19 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_alloc_request\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_status\fR(9F), \fBusb_pipe_ctrl_xfer\fR(9F), -\fBusb_pipe_get_state\fR(9F), \fBusb_pipe_intr_xfer\fR(9F), -\fBusb_pipe_isoc_xfer\fR(9F), \fBusb_pipe_xopen\fR(9F), -\fBusb_pipe_reset\fR(9F), \fBusb_bulk_request\fR(9S), -\fBusb_callback_flags\fR(9S), \fBusb_completion_reason\fR(9S), -\fBusb_ctrl_request\fR(9S), \fBusb_intr_request\fR(9S), -\fBusb_isoc_request\fR(9S) +.BR attributes (7), +.BR usb_alloc_request (9F), +.BR usb_get_cfg (9F), +.BR usb_get_status (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_get_state (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_pipe_reset (9F), +.BR usb_pipe_xopen (9F), +.BR usb_bulk_request (9S), +.BR usb_callback_flags (9S), +.BR usb_completion_reason (9S), +.BR usb_ctrl_request (9S), +.BR usb_intr_request (9S), +.BR usb_isoc_request (9S) diff --git a/usr/src/man/man9f/usb_pipe_close.9f b/usr/src/man/man9f/usb_pipe_close.9f index b1b2c0c11f..18858636e9 100644 --- a/usr/src/man/man9f/usb_pipe_close.9f +++ b/usr/src/man/man9f/usb_pipe_close.9f @@ -238,7 +238,7 @@ usb_pipe_close(dip, pipe, 0, close_callback, callback_arg); .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -254,6 +254,10 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_status\fR(9F), \fBusb_pipe_drain_reqs\fR(9F), -\fBusb_pipe_get_state\fR(9F), \fBusb_pipe_xopen\fR(9F), -\fBusb_pipe_reset\fR(9F), \fBusb_callback_flags\fR(9S) +.BR attributes (7), +.BR usb_get_status (9F), +.BR usb_pipe_drain_reqs (9F), +.BR usb_pipe_get_state (9F), +.BR usb_pipe_reset (9F), +.BR usb_pipe_xopen (9F), +.BR usb_callback_flags (9S) diff --git a/usr/src/man/man9f/usb_pipe_ctrl_xfer.9f b/usr/src/man/man9f/usb_pipe_ctrl_xfer.9f index 0bd4600208..eb75cab438 100644 --- a/usr/src/man/man9f/usb_pipe_ctrl_xfer.9f +++ b/usr/src/man/man9f/usb_pipe_ctrl_xfer.9f @@ -424,7 +424,7 @@ context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -440,11 +440,19 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_alloc_request\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_status\fR(9F), \fBusb_pipe_bulk_xfer\fR(9F), -\fBusb_pipe_intr_xfer\fR(9F), \fBusb_pipe_isoc_xfer\fR(9F), -\fBusb_pipe_xopen\fR(9F), \fBusb_pipe_reset\fR(9F), -\fBusb_pipe_get_state\fR(9F), \fBusb_bulk_request\fR(9S), -\fBusb_callback_flags\fR(9S), \fBusb_ctrl_request\fR(9S), -\fBusb_completion_reason\fR(9S), \fBusb_intr_request\fR(9S), -\fBusb_isoc_request\fR(9S) +.BR attributes (7), +.BR usb_alloc_request (9F), +.BR usb_get_cfg (9F), +.BR usb_get_status (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_get_state (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_pipe_reset (9F), +.BR usb_pipe_xopen (9F), +.BR usb_bulk_request (9S), +.BR usb_callback_flags (9S), +.BR usb_completion_reason (9S), +.BR usb_ctrl_request (9S), +.BR usb_intr_request (9S), +.BR usb_isoc_request (9S) diff --git a/usr/src/man/man9f/usb_pipe_drain_reqs.9f b/usr/src/man/man9f/usb_pipe_drain_reqs.9f index f1fe843cbd..9b8322e1b5 100644 --- a/usr/src/man/man9f/usb_pipe_drain_reqs.9f +++ b/usr/src/man/man9f/usb_pipe_drain_reqs.9f @@ -245,7 +245,7 @@ Do not call \fBusb_pipe_drain_reqs()\fR while additional requests are being submitted by a different thread. This action can stall the calling thread of \fBusb_pipe_drain_reqs()\fR unnecessarily. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -261,5 +261,7 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_pipe_close\fR(9F), \fBusb_pipe_reset\fR(9F), -\fBusb_callback_flags\fR(9S) +.BR attributes (7), +.BR usb_pipe_close (9F), +.BR usb_pipe_reset (9F), +.BR usb_callback_flags (9S) diff --git a/usr/src/man/man9f/usb_pipe_get_max_bulk_transfer_size.9f b/usr/src/man/man9f/usb_pipe_get_max_bulk_transfer_size.9f index f47745fe2e..1316471091 100644 --- a/usr/src/man/man9f/usb_pipe_get_max_bulk_transfer_size.9f +++ b/usr/src/man/man9f/usb_pipe_get_max_bulk_transfer_size.9f @@ -94,7 +94,7 @@ May be called from user, kernel or interrupt context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -110,5 +110,7 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_pipe_bulk_xfer\fR(9F), \fBusb_alloc_request\fR(9F), -\fBusb_bulk_request\fR(9S) +.BR attributes (7), +.BR usb_alloc_request (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_bulk_request (9S) diff --git a/usr/src/man/man9f/usb_pipe_get_state.9f b/usr/src/man/man9f/usb_pipe_get_state.9f index bfc79c8eff..db72d0a142 100644 --- a/usr/src/man/man9f/usb_pipe_get_state.9f +++ b/usr/src/man/man9f/usb_pipe_get_state.9f @@ -148,7 +148,7 @@ May be called from user, kernel or interrupt context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -164,7 +164,11 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_clr_feature\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_status\fR(9F), \fBusb_pipe_close\fR(9F), -\fBusb_pipe_ctrl_xfer\fR(9F), \fBusb_pipe_xopen\fR(9F), -\fBusb_pipe_reset\fR(9F) +.BR attributes (7), +.BR usb_clr_feature (9F), +.BR usb_get_cfg (9F), +.BR usb_get_status (9F), +.BR usb_pipe_close (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_reset (9F), +.BR usb_pipe_xopen (9F) diff --git a/usr/src/man/man9f/usb_pipe_intr_xfer.9f b/usr/src/man/man9f/usb_pipe_intr_xfer.9f index ca4c2cdee7..c2b9112620 100644 --- a/usr/src/man/man9f/usb_pipe_intr_xfer.9f +++ b/usr/src/man/man9f/usb_pipe_intr_xfer.9f @@ -371,7 +371,7 @@ USB_FLAGS_SLEEP flag is clear. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -387,11 +387,20 @@ Interface stability Evolving .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_alloc_request\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_status\fR(9F), \fBusb_pipe_bulk_xfer\fR(9F), -\fBusb_pipe_ctrl_xfer\fR(9F), \fBusb_pipe_get_state\fR(9F), -\fBusb_pipe_isoc_xfer\fR(9F), \fBusb_pipe_xopen\fR(9F), -\fBusb_pipe_reset\fR(9F), \fBusb_bulk_request\fR(9S), -\fBusb_callback_flags\fR(9S), \fBusb_completion_reason\fR(9S), -\fBusb_ctrl_request\fR(9S), \fBusb_ep_descr\fR(9S), \fBusb_intr_request\fR(9S), -\fBusb_isoc_request\fR(9S) +.BR attributes (7), +.BR usb_alloc_request (9F), +.BR usb_get_cfg (9F), +.BR usb_get_status (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_get_state (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_pipe_reset (9F), +.BR usb_pipe_xopen (9F), +.BR usb_bulk_request (9S), +.BR usb_callback_flags (9S), +.BR usb_completion_reason (9S), +.BR usb_ctrl_request (9S), +.BR usb_ep_descr (9S), +.BR usb_intr_request (9S), +.BR usb_isoc_request (9S) diff --git a/usr/src/man/man9f/usb_pipe_isoc_xfer.9f b/usr/src/man/man9f/usb_pipe_isoc_xfer.9f index 2c5dd5a365..430d045376 100644 --- a/usr/src/man/man9f/usb_pipe_isoc_xfer.9f +++ b/usr/src/man/man9f/usb_pipe_isoc_xfer.9f @@ -412,7 +412,7 @@ USB_FLAGS_SLEEP flag is clear. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -428,12 +428,22 @@ Interface stability Evolving .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_alloc_request\fR(9F), -\fBusb_get_current_frame_number\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_max_pkts_per_isoc_request\fR(9F), \fBusb_get_status\fR(9F), -\fBusb_pipe_bulk_xfer\fR(9F), \fBusb_pipe_ctrl_xfer\fR(9F), -\fBusb_pipe_get_state\fR(9F), \fBusb_pipe_intr_xfer\fR(9F), -\fBusb_pipe_xopen\fR(9F), \fBusb_pipe_reset\fR(9F), \fBusb_bulk_request\fR(9S), -\fBusb_callback_flags\fR(9S), \fBusb_completion_reason\fR(9S), -\fBusb_ctrl_request\fR(9S), \fBusb_ep_descr\fR(9S), \fBusb_intr_request\fR(9S), -\fBusb_isoc_request\fR(9S) +.BR attributes (7), +.BR usb_alloc_request (9F), +.BR usb_get_cfg (9F), +.BR usb_get_current_frame_number (9F), +.BR usb_get_max_pkts_per_isoc_request (9F), +.BR usb_get_status (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_get_state (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_reset (9F), +.BR usb_pipe_xopen (9F), +.BR usb_bulk_request (9S), +.BR usb_callback_flags (9S), +.BR usb_completion_reason (9S), +.BR usb_ctrl_request (9S), +.BR usb_ep_descr (9S), +.BR usb_intr_request (9S), +.BR usb_isoc_request (9S) diff --git a/usr/src/man/man9f/usb_pipe_reset.9f b/usr/src/man/man9f/usb_pipe_reset.9f index 98008e6546..2778ece29e 100644 --- a/usr/src/man/man9f/usb_pipe_reset.9f +++ b/usr/src/man/man9f/usb_pipe_reset.9f @@ -259,7 +259,7 @@ usb_pipe_reset(dip, bulk_pipe, USB_FLAGS_SLEEP, NULL, NULL); .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -275,10 +275,17 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_cfg\fR(9F), \fBusb_pipe_bulk_xfer\fR(9F), -\fBusb_pipe_close\fR(9F), \fBusb_get_status\fR(9F), -\fBusb_pipe_ctrl_xfer\fR(9F), \fBusb_pipe_drain_reqs\fR(9F), -\fBusb_pipe_get_state\fR(9F), \fBusb_pipe_intr_xfer\fR(9F), -\fBusb_pipe_isoc_xfer\fR(9F), \fBusb_pipe_xopen\fR(9F), -\fBusb_pipe_stop_intr_polling\fR(9F), \fBusb_pipe_stop_isoc_polling\fR(9F), -\fBusb_callback_flags\fR(9S) +.BR attributes (7), +.BR usb_get_cfg (9F), +.BR usb_get_status (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_close (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_drain_reqs (9F), +.BR usb_pipe_get_state (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_pipe_stop_intr_polling (9F), +.BR usb_pipe_stop_isoc_polling (9F), +.BR usb_pipe_xopen (9F), +.BR usb_callback_flags (9S) diff --git a/usr/src/man/man9f/usb_pipe_set_private.9f b/usr/src/man/man9f/usb_pipe_set_private.9f index a03ee1ec37..8c92afe980 100644 --- a/usr/src/man/man9f/usb_pipe_set_private.9f +++ b/usr/src/man/man9f/usb_pipe_set_private.9f @@ -125,7 +125,7 @@ May be called from user, kernel or interrupt context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -141,4 +141,6 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_pipe_xopen\fR(9F), \fBusb_alloc_request\fR(9F) +.BR attributes (7), +.BR usb_alloc_request (9F), +.BR usb_pipe_xopen (9F) diff --git a/usr/src/man/man9f/usb_register_hotplug_cbs.9f b/usr/src/man/man9f/usb_register_hotplug_cbs.9f index a69f836d8b..28604b26e4 100644 --- a/usr/src/man/man9f/usb_register_hotplug_cbs.9f +++ b/usr/src/man/man9f/usb_register_hotplug_cbs.9f @@ -152,7 +152,7 @@ The registered callback handlers execute in kernel context. .in -2 .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -168,5 +168,7 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBattach\fR(9E), \fBdetach\fR(9E), -\fBusb_get_status\fR(9F) +.BR attributes (7), +.BR attach (9E), +.BR detach (9E), +.BR usb_get_status (9F) diff --git a/usr/src/man/man9f/usb_reset_device.9f b/usr/src/man/man9f/usb_reset_device.9f index 236ad2fb89..0845deba1a 100644 --- a/usr/src/man/man9f/usb_reset_device.9f +++ b/usr/src/man/man9f/usb_reset_device.9f @@ -231,7 +231,7 @@ static int xxx_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) The \fBusb_reset_device()\fR function may be called from user or kernel context. .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -247,7 +247,7 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_clr_feature\fR(9F), \fBusb_get_cfg\fR(9F), +\fBattributes\fR(7), \fBusb_clr_feature\fR(9F), \fBusb_get_cfg\fR(9F), \fBusb_pipe_close\fR(9F), \fBusb_pipe_xopen\fR(9F), \fBusb_pipe_reset\fR(9F), .SH DIAGNOSTICS The messages described below may appear on the system console as well as being diff --git a/usr/src/man/man9f/uwritec.9f b/usr/src/man/man9f/uwritec.9f index 6afb2792e6..1779b09ccb 100644 --- a/usr/src/man/man9f/uwritec.9f +++ b/usr/src/man/man9f/uwritec.9f @@ -50,7 +50,10 @@ context. .SH SEE ALSO .sp .LP -\fBuiomove\fR(9F), \fBureadc\fR(9F), \fBiovec\fR(9S), \fBuio\fR(9S) +.BR uiomove (9F), +.BR ureadc (9F), +.BR iovec (9S), +.BR uio (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9f/va_arg.9f b/usr/src/man/man9f/va_arg.9f index 4e133c6b74..51c73e1645 100644 --- a/usr/src/man/man9f/va_arg.9f +++ b/usr/src/man/man9f/va_arg.9f @@ -177,7 +177,8 @@ xx_write_cmd(uchar_t *cmdp, int ncmdbytes, ...) .in -2 .SH SEE ALSO -\fBvcmn_err\fR(9F), \fBvsprintf\fR(9F) +.BR vcmn_err (9F), +.BR vsprintf (9F) .SH NOTES It is up to the calling routine to specify in some manner how many arguments there are, since it is not always possible to determine the number of arguments |
