diff options
Diffstat (limited to 'usr/src/man/man9s')
59 files changed, 430 insertions, 207 deletions
diff --git a/usr/src/man/man9s/datab.9s b/usr/src/man/man9s/datab.9s index 686b5fb9da..0ada44a173 100644 --- a/usr/src/man/man9s/datab.9s +++ b/usr/src/man/man9s/datab.9s @@ -47,7 +47,8 @@ A \fBdatab\fR structure is defined as type \fBdblk_t\fR. .SH SEE ALSO .sp .LP -\fBfree_rtn\fR(9S), \fBmsgb\fR(9S) +.BR free_rtn (9S), +.BR msgb (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/ddi_device_acc_attr.9s b/usr/src/man/man9s/ddi_device_acc_attr.9s index b58b080032..fb2f1f2ea1 100644 --- a/usr/src/man/man9s/ddi_device_acc_attr.9s +++ b/usr/src/man/man9s/ddi_device_acc_attr.9s @@ -208,7 +208,7 @@ The following examples illustrate the use of device register address mapping setup functions and different data access functions. .LP \fBExample 1 \fRUsing \fBddi_device_acc_attr()\fR in -\fBddi_regs_map_setup\fR(9F) +.BR ddi_regs_map_setup (9F) .sp .LP This example demonstrates the use of the \fBddi_device_acc_attr()\fR structure @@ -353,7 +353,7 @@ if (status & DATA_READY) .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,8 +367,11 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_fm_acc_err_get\fR(9F), \fBddi_get16\fR(9F), -\fBddi_put16\fR(9F), \fBddi_regs_map_setup\fR(9F) +.BR attributes (7), +.BR ddi_fm_acc_err_get (9F), +.BR ddi_get16 (9F), +.BR ddi_put16 (9F), +.BR ddi_regs_map_setup (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/ddi_dma_attr.9s b/usr/src/man/man9s/ddi_dma_attr.9s index e73ad90b02..5d3c90fb2e 100644 --- a/usr/src/man/man9s/ddi_dma_attr.9s +++ b/usr/src/man/man9s/ddi_dma_attr.9s @@ -303,7 +303,7 @@ static ddi_dma_attr_t dma_attrs = { .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 @@ -317,11 +317,15 @@ Interface Stability Committed .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_mem_alloc\fR(9F), -\fBddi_dma_nextcookie\fR(9F), \fBddi_fm_dma_err_get\fR(9F), -\fBddi_dma_cookie\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_mem_alloc (9F), +.BR ddi_dma_nextcookie (9F), +.BR ddi_fm_dma_err_get (9F), +.BR ddi_dma_cookie (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/ddi_dma_cookie.9s b/usr/src/man/man9s/ddi_dma_cookie.9s index 7f31b98967..4052001e4b 100644 --- a/usr/src/man/man9s/ddi_dma_cookie.9s +++ b/usr/src/man/man9s/ddi_dma_cookie.9s @@ -69,9 +69,14 @@ to be specified in a \fBddi_dma_attr\fR(9S) structure. \fBdmac_type\fR contains bus-specific type bits, if appropriate. For example, a device on a \fBPCI\fR bus has \fBPCI\fR address modifier bits placed here. .SH SEE ALSO -\fBpci\fR(4), \fBsbus\fR(4), \fBsysbus\fR(4), -\fBddi_dma_addr_bind_handle\fR(9F), \fBddi_dma_buf_bind_handle\fR(9F), -\fBddi_dma_getwin\fR(9F), \fBddi_dma_nextcookie\fR(9F), \fBddi_dma_attr\fR(9S) +.BR pci (5), +.BR sbus (5), +.BR sysbus (5), +.BR ddi_dma_addr_bind_handle (9F), +.BR ddi_dma_buf_bind_handle (9F), +.BR ddi_dma_getwin (9F), +.BR ddi_dma_nextcookie (9F), +.BR ddi_dma_attr (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/ddi_dmae_req.9s b/usr/src/man/man9s/ddi_dmae_req.9s index cac2325a87..657c3387e0 100644 --- a/usr/src/man/man9s/ddi_dmae_req.9s +++ b/usr/src/man/man9s/ddi_dmae_req.9s @@ -198,7 +198,7 @@ default, in the \fBder_cycles\fR structure member) should use the .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 @@ -212,5 +212,7 @@ Architecture x86 .TE .SH SEE ALSO -\fBisa\fR(4), \fBattributes\fR(5), -\fBddi_dmae\fR(9F), \fBddi_dma_attr\fR(9S) +.BR isa (5), +.BR attributes (7), +.BR ddi_dmae (9F), +.BR ddi_dma_attr (9S) diff --git a/usr/src/man/man9s/ddi_fm_error.9s b/usr/src/man/man9s/ddi_fm_error.9s index fc5a0bdbc8..f905197204 100644 --- a/usr/src/man/man9s/ddi_fm_error.9s +++ b/usr/src/man/man9s/ddi_fm_error.9s @@ -103,7 +103,7 @@ that can be returned from \fBpci_ereport_post()\fR The \fBfme_dma_handle\fR is the valid \fBDMA\fR handle associated with the error that can be returned from \fBpci_ereport_post()\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 @@ -117,9 +117,13 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBddi_fm_acc_err_get\fR(9F), -\fBddi_fm_dma_err_get\fR(9F), \fBddi_fm_handler_register\fR(9F), -\fBddi_peek\fR(9F), \fBddi_poke\fR(9F), \fBpci_ereport_post\fR(9F) +.BR attributes (7), +.BR ddi_fm_acc_err_get (9F), +.BR ddi_fm_dma_err_get (9F), +.BR ddi_fm_handler_register (9F), +.BR ddi_peek (9F), +.BR ddi_poke (9F), +.BR pci_ereport_post (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/ddi_idevice_cookie.9s b/usr/src/man/man9s/ddi_idevice_cookie.9s index da7502938a..54724dde66 100644 --- a/usr/src/man/man9s/ddi_idevice_cookie.9s +++ b/usr/src/man/man9s/ddi_idevice_cookie.9s @@ -35,7 +35,7 @@ The \fBidev_vector\fR field contains the interrupt vector number for vectored bus architectures such as VMEbus. The \fBidev_priority\fR field contains the bus interrupt priority level. .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,7 +49,8 @@ Interface Stability Obsolete .TE .SH SEE ALSO -\fBddi_add_intr\fR(9F), \fBIntro\fR(9F) +.BR Intro (9F), +.BR ddi_add_intr (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/dev_ops.9s b/usr/src/man/man9s/dev_ops.9s index ee030b9198..584a5e23ca 100644 --- a/usr/src/man/man9s/dev_ops.9s +++ b/usr/src/man/man9s/dev_ops.9s @@ -154,8 +154,13 @@ int (*devo_quiesce)(dev_info_t *dip); .in -2 .SH SEE ALSO -\fBattach\fR(9E), \fBdetach\fR(9E), \fBgetinfo\fR(9E), \fBprobe\fR(9E), -\fBpower\fR(9E), \fBquiesce\fR(9E), \fBnodev\fR(9F) +.BR attach (9E), +.BR detach (9E), +.BR getinfo (9E), +.BR power (9E), +.BR probe (9E), +.BR quiesce (9E), +.BR nodev (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/devmap_callback_ctl.9s b/usr/src/man/man9s/devmap_callback_ctl.9s index e79f5ecd18..74a91db43a 100644 --- a/usr/src/man/man9s/devmap_callback_ctl.9s +++ b/usr/src/man/man9s/devmap_callback_ctl.9s @@ -106,11 +106,21 @@ void (*devmap_unmap)(devmap_cookie_t dhp, void *pvtp, .in -2 .SH SEE ALSO -\fBexit\fR(2), \fBfork\fR(2), \fBmmap\fR(2), \fBmunmap\fR(2), \fBdevmap\fR(9E), -\fBdevmap_access\fR(9E), \fBdevmap_dup\fR(9E), \fBdevmap_map\fR(9E), -\fBdevmap_unmap\fR(9E), \fBddi_devmap_segmap\fR(9F), -\fBdevmap_default_access\fR(9F), \fBdevmap_devmem_setup\fR(9F), -\fBdevmap_do_ctxmgt\fR(9F), \fBdevmap_setup\fR(9F), \fBdevmap_umem_setup\fR(9F) +.BR exit (2), +.BR fork (2), +.BR mmap (2), +.BR munmap (2), +.BR devmap (9E), +.BR devmap_access (9E), +.BR devmap_dup (9E), +.BR devmap_map (9E), +.BR devmap_unmap (9E), +.BR ddi_devmap_segmap (9F), +.BR devmap_default_access (9F), +.BR devmap_devmem_setup (9F), +.BR devmap_do_ctxmgt (9F), +.BR devmap_setup (9F), +.BR devmap_umem_setup (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/fmodsw.9s b/usr/src/man/man9s/fmodsw.9s index fbcdbbe110..1bcdc8eeaf 100644 --- a/usr/src/man/man9s/fmodsw.9s +++ b/usr/src/man/man9s/fmodsw.9s @@ -38,7 +38,9 @@ int f_flag; /* flags */ .in -2 .SH SEE ALSO -\fBmt-streams\fR(9F), \fBmodlstrmod\fR(9S), \fBmodule_info\fR(9S) +.BR mt-streams (9F), +.BR modlstrmod (9S), +.BR module_info (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9s/gld_mac_info.9s b/usr/src/man/man9s/gld_mac_info.9s index 458d4baa03..b4ea410aab 100644 --- a/usr/src/man/man9s/gld_mac_info.9s +++ b/usr/src/man/man9s/gld_mac_info.9s @@ -320,7 +320,7 @@ transmit beyond \fBgldm_maxpkt\fR. For example, if an Ethernet device can handle packets whose payload section is no greater than 1522 bytes and the \fBgldm_maxpkt\fR is set to 1500 (as is typical for Ethernet), then \fBgldm_margin\fR is set to 22. The registered \fBgldm_margin\fR value is -reported in acknowledgements of the DLIOCMARGININFO ioctl (see \fBdlpi\fR(7P)). +reported in acknowledgements of the DLIOCMARGININFO ioctl (see \fBdlpi\fR(4P)). .RE .sp @@ -334,8 +334,13 @@ link state, the GLD_CAP_LINKSTATE bit should be set. .RE .SH SEE ALSO -\fBgld\fR(7D), \fBdlpi\fR(7P), \fBattach\fR(9E), \fBgld\fR(9E), -\fBddi_add_intr\fR(9F), \fBgld\fR(9F), \fBgld_stats\fR(9S) +.BR gld (4D), +.BR dlpi (4P), +.BR attach (9E), +.BR gld (9E), +.BR ddi_add_intr (9F), +.BR gld (9F), +.BR gld_stats (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/gld_stats.9s b/usr/src/man/man9s/gld_stats.9s index de2462b1f6..01ce0a1dc4 100644 --- a/usr/src/man/man9s/gld_stats.9s +++ b/usr/src/man/man9s/gld_stats.9s @@ -17,10 +17,10 @@ illumos architecture specific (illumos DDI). The Generic LAN Driver (GLD) statistics (\fBgld_stats\fR) structure is used to communicate statistics and state information from a GLD-based driver to GLD when returning from a driver's \fBgldm_get_stats()\fR routine as discussed in -\fBgld\fR(9E) and \fBgld\fR(7D). The members of this structure, filled in by +\fBgld\fR(9E) and \fBgld\fR(4D). The members of this structure, filled in by the GLD-based driver, are used when GLD reports the statistics. In the tables below, the name of the statistics variable reported by GLD is noted in the -comments. See \fBgld\fR(7D) for a more detailed description of the meaning of +comments. See \fBgld\fR(4D) for a more detailed description of the meaning of each statistic. .sp .LP @@ -160,7 +160,10 @@ also be specified. .RE .SH SEE ALSO -\fBgld\fR(7D), \fBgld\fR(9F), \fBgld\fR(9E), \fBgld_mac_info\fR(9S) +.BR gld (4D), +.BR gld (9E), +.BR gld (9F), +.BR gld_mac_info (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/hook_nic_event.9s b/usr/src/man/man9s/hook_nic_event.9s index 13faa42f04..ccfff88844 100644 --- a/usr/src/man/man9s/hook_nic_event.9s +++ b/usr/src/man/man9s/hook_nic_event.9s @@ -120,7 +120,7 @@ new network address. .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 @@ -134,4 +134,4 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnetinfo\fR(9F) +.BR netinfo (9F) diff --git a/usr/src/man/man9s/hook_pkt_event.9s b/usr/src/man/man9s/hook_pkt_event.9s index 89d7cc9cfc..2dd44bce82 100644 --- a/usr/src/man/man9s/hook_pkt_event.9s +++ b/usr/src/man/man9s/hook_pkt_event.9s @@ -150,7 +150,7 @@ possible with physical in packet events. .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 @@ -164,4 +164,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_protocol_lookup\fR(9F), \fBnetinfo\fR(9F) +.BR net_protocol_lookup (9F), +.BR netinfo (9F) diff --git a/usr/src/man/man9s/hook_t.9s b/usr/src/man/man9s/hook_t.9s index 22fefc1b36..68e45b365d 100644 --- a/usr/src/man/man9s/hook_t.9s +++ b/usr/src/man/man9s/hook_t.9s @@ -93,7 +93,7 @@ Place the hook after another hook on the list of hooks. The value in .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 @@ -107,4 +107,4 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnetinfo\fR(9F) +.BR netinfo (9F) diff --git a/usr/src/man/man9s/kstat.9s b/usr/src/man/man9s/kstat.9s index 35ecc7c515..66ea622b63 100644 --- a/usr/src/man/man9s/kstat.9s +++ b/usr/src/man/man9s/kstat.9s @@ -123,7 +123,7 @@ data structures. .RE .SH SEE ALSO -\fBkstat_create\fR(9F) +.BR kstat_create (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/kstat_intr.9s b/usr/src/man/man9s/kstat_intr.9s index 1e3ee6a685..fe6a3fb69e 100644 --- a/usr/src/man/man9s/kstat_intr.9s +++ b/usr/src/man/man9s/kstat_intr.9s @@ -107,7 +107,7 @@ Multiple service interrupt .RE .SH SEE ALSO -\fBkstat\fR(9S) +.BR kstat (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/kstat_io.9s b/usr/src/man/man9s/kstat_io.9s index 5c0c0c3adb..f9da817cf4 100644 --- a/usr/src/man/man9s/kstat_io.9s +++ b/usr/src/man/man9s/kstat_io.9s @@ -59,10 +59,15 @@ write operation. Other \fBI/O\fR statistics are updated through the use of the \fBkstat_queue\fR(9F) functions. .SH SEE ALSO -\fBkstat_create\fR(9F), \fBkstat_named_init\fR(9F), \fBkstat_queue\fR(9F), -\fBkstat_runq_back_to_waitq\fR(9F), \fBkstat_runq_enter\fR(9F), -\fBkstat_runq_exit\fR(9F), \fBkstat_waitq_enter\fR(9F), -\fBkstat_waitq_exit\fR(9F), \fBkstat_waitq_to_runq\fR(9F) +.BR kstat_create (9F), +.BR kstat_named_init (9F), +.BR kstat_queue (9F), +.BR kstat_runq_back_to_waitq (9F), +.BR kstat_runq_enter (9F), +.BR kstat_runq_exit (9F), +.BR kstat_waitq_enter (9F), +.BR kstat_waitq_exit (9F), +.BR kstat_waitq_to_runq (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/kstat_named.9s b/usr/src/man/man9s/kstat_named.9s index 88f75683f8..ed7a47b268 100644 --- a/usr/src/man/man9s/kstat_named.9s +++ b/usr/src/man/man9s/kstat_named.9s @@ -41,7 +41,8 @@ The only member exposed to drivers is the \fBvalue\fR member. This field is a union of several data types. The driver must specify which type it will use in the call to \fBkstat_named_init()\fR. .SH SEE ALSO -\fBkstat_create\fR(9F), \fBkstat_named_init\fR(9F) +.BR kstat_create (9F), +.BR kstat_named_init (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/linkblk.9s b/usr/src/man/man9s/linkblk.9s index d85cfc6488..ffd9dfdb42 100644 --- a/usr/src/man/man9s/linkblk.9s +++ b/usr/src/man/man9s/linkblk.9s @@ -23,7 +23,7 @@ Architecture independent level 1 (DDI/DKI) The \fBlinkblk\fR structure is used to connect a lower Stream to an upper STREAMS multiplexor driver. This structure is used in conjunction with the \fBI_LINK\fR, \fBI_UNLINK\fR, \fBP_LINK\fR, and \fBP_UNLINK\fR ioctl commands. -See \fBstreamio\fR(7I). The \fBM_DATA\fR portion of the \fBM_IOCTL\fR +See \fBstreamio\fR(4I). The \fBM_DATA\fR portion of the \fBM_IOCTL\fR message contains the \fBlinkblk\fR structure. Note that the \fBlinkblk\fR structure is allocated and initialized by the Stream head as a result of one of the above ioctl commands. @@ -41,7 +41,8 @@ int l_index; /* index for lower stream. */ .SH SEE ALSO .sp .LP -\fBioctl\fR(2), \fBstreamio\fR(7I) +.BR ioctl (2), +.BR streamio (4I) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9s/mac_callbacks.9s b/usr/src/man/man9s/mac_callbacks.9s index 7908ff3028..ba2d27f309 100644 --- a/usr/src/man/man9s/mac_callbacks.9s +++ b/usr/src/man/man9s/mac_callbacks.9s @@ -216,7 +216,7 @@ opened. Note that most device drivers will not have a need to implement this. It is not required for this function to be implemented for this device to be used with -.Xr dlpi 7P . +.Xr dlpi 4P . This entry point is optional. For it to be used, the .Sy MC_OPEN @@ -233,7 +233,7 @@ closed. Note that most device drivers will not have a need to implement this. It is not required for this function to be implemented for this device to be used with -.Xr dlpi 7P . +.Xr dlpi 4P . This entry point is optional. For it to be used, the .Sy MC_CLOSE @@ -322,10 +322,10 @@ or .Sy mc_propinfo will want to implement all three endpoints to ensure that the property is fully integrated into user land utilities such as -.Xr dladm 1M . +.Xr dladm 8 . .Sh SEE ALSO -.Xr dladm 1M , -.Xr dlpi 7P , +.Xr dlpi 4P , +.Xr dladm 8 , .Xr mac 9E , .Xr mc_close 9E , .Xr mc_getcapab 9E , diff --git a/usr/src/man/man9s/modldrv.9s b/usr/src/man/man9s/modldrv.9s index eb07caca17..aa36709110 100644 --- a/usr/src/man/man9s/modldrv.9s +++ b/usr/src/man/man9s/modldrv.9s @@ -57,7 +57,9 @@ Pointer to the driver's \fBdev_ops\fR(9S) structure. .RE .SH SEE ALSO -\fBadd_drv\fR(1M), \fBdev_ops\fR(9S), \fBmodlinkage\fR(9S) +.BR add_drv (8), +.BR dev_ops (9S), +.BR modlinkage (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/modlinkage.9s b/usr/src/man/man9s/modlinkage.9s index 55d262e6cb..5524553f40 100644 --- a/usr/src/man/man9s/modlinkage.9s +++ b/usr/src/man/man9s/modlinkage.9s @@ -46,8 +46,12 @@ have only one linkage structure. .RE .SH SEE ALSO -\fBadd_drv\fR(1M), \fB_fini\fR(9E), \fB_info\fR(9E), \fB_init\fR(9E), -\fBmodldrv\fR(9S), \fBmodlstrmod\fR(9S) +.BR add_drv (8), +.BR _fini (9E), +.BR _info (9E), +.BR _init (9E), +.BR modldrv (9S), +.BR modlstrmod (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/modlmisc.9s b/usr/src/man/man9s/modlmisc.9s index 56ac4f5233..a40a15ddd1 100644 --- a/usr/src/man/man9s/modlmisc.9s +++ b/usr/src/man/man9s/modlmisc.9s @@ -46,4 +46,5 @@ also contain other information (such as a version number). .RE .SH SEE ALSO -\fBmodload\fR(1M), \fBmodlinkage\fR(9S) +.BR modload (8), +.BR modlinkage (9S) diff --git a/usr/src/man/man9s/modlstrmod.9s b/usr/src/man/man9s/modlstrmod.9s index a45f4d48bf..155f604c80 100644 --- a/usr/src/man/man9s/modlstrmod.9s +++ b/usr/src/man/man9s/modlstrmod.9s @@ -57,7 +57,7 @@ the kernel's class table when the module is loaded. .RE .SH SEE ALSO -\fBmodload\fR(1M) +.BR modload (8) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/module_info.9s b/usr/src/man/man9s/module_info.9s index cb58fd2cc7..9cc48b128c 100644 --- a/usr/src/man/man9s/module_info.9s +++ b/usr/src/man/man9s/module_info.9s @@ -53,7 +53,8 @@ eight in this release. .SH SEE ALSO .sp .LP -\fBfmodsw\fR(9S), \fBqueue\fR(9S) +.BR fmodsw (9S), +.BR queue (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9s/msgb.9s b/usr/src/man/man9s/msgb.9s index 975b6ee756..18fb03502a 100644 --- a/usr/src/man/man9s/msgb.9s +++ b/usr/src/man/man9s/msgb.9s @@ -71,7 +71,7 @@ The \fBmsgb\fR structure is defined as type \fBmblk_t\fR. .SH SEE ALSO .sp .LP -\fBdatab\fR(9S) +.BR datab (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/net_inject_t.9s b/usr/src/man/man9s/net_inject_t.9s index cf62ae6711..35a9b19287 100644 --- a/usr/src/man/man9s/net_inject_t.9s +++ b/usr/src/man/man9s/net_inject_t.9s @@ -58,7 +58,7 @@ The physical interface where the packet will be injected. .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 @@ -72,4 +72,6 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnet_inject\fR(9F), \fBnetinfo\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR net_inject (9F), +.BR netinfo (9F) diff --git a/usr/src/man/man9s/net_instance_t.9s b/usr/src/man/man9s/net_instance_t.9s index b2ae46c6ee..c28a977db5 100644 --- a/usr/src/man/man9s/net_instance_t.9s +++ b/usr/src/man/man9s/net_instance_t.9s @@ -70,7 +70,7 @@ Function to be called when an instance of \fBIP\fR is being shutdown. .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 @@ -84,4 +84,5 @@ Interface Stability Committed .TE .SH SEE ALSO -\fBnetinfo\fR(9F), \fBattributes\fR(5) +.BR attributes (7), +.BR netinfo (9F) diff --git a/usr/src/man/man9s/qband.9s b/usr/src/man/man9s/qband.9s index 1dc13c88a8..05f8ce2a58 100644 --- a/usr/src/man/man9s/qband.9s +++ b/usr/src/man/man9s/qband.9s @@ -63,7 +63,10 @@ Someone wants to write to band. .SH SEE ALSO .sp .LP -\fBstrqget\fR(9F), \fBstrqset\fR(9F), \fBmsgb\fR(9S), \fBqueue\fR(9S) +.BR strqget (9F), +.BR strqset (9F), +.BR msgb (9S), +.BR queue (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9s/queue.9s b/usr/src/man/man9s/queue.9s index dc577e6f69..6849828017 100644 --- a/usr/src/man/man9s/queue.9s +++ b/usr/src/man/man9s/queue.9s @@ -203,12 +203,28 @@ However, checking \fBq_next\fR for NULL can be used to distinguish a module from a driver in code shared by both. .RE .SH SEE ALSO -\fBclose\fR(9E), \fBopen\fR(9E), \fBbcanput\fR(9F), \fBcanput\fR(9F), -\fBgetq\fR(9F), \fBinsq\fR(9F), \fBmod_install\fR(9F), \fBput\fR(9F), -\fBputbq\fR(9F), \fBputctl\fR(9F), \fBputctl1\fR(9F), \fBputnext\fR(9F), -\fBputq\fR(9F), \fBqprocsoff\fR(9F), \fBqprocson\fR(9F), \fBrmvq\fR(9F), -\fBstrqget\fR(9F), \fBstrqset\fR(9F), \fBmodule_info\fR(9S), \fBmsgb\fR(9S), -\fBqinit\fR(9S), \fBstreamtab\fR(9S) +.BR close (9E), +.BR open (9E), +.BR bcanput (9F), +.BR canput (9F), +.BR getq (9F), +.BR insq (9F), +.BR mod_install (9F), +.BR put (9F), +.BR putbq (9F), +.BR putctl (9F), +.BR putctl1 (9F), +.BR putnext (9F), +.BR putq (9F), +.BR qprocsoff (9F), +.BR qprocson (9F), +.BR rmvq (9F), +.BR strqget (9F), +.BR strqset (9F), +.BR module_info (9S), +.BR msgb (9S), +.BR qinit (9S), +.BR streamtab (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/scsi_arq_status.9s b/usr/src/man/man9s/scsi_arq_status.9s index 77eaabb8cb..20838a02be 100644 --- a/usr/src/man/man9s/scsi_arq_status.9s +++ b/usr/src/man/man9s/scsi_arq_status.9s @@ -66,8 +66,10 @@ request sense command. \fBsts_sensedata\fR contains the actual sense data if the request sense command completed normally. .SH SEE ALSO -\fBscsi_ifgetcap\fR(9F), \fBscsi_init_pkt\fR(9F), -\fBscsi_extended_sense\fR(9S), \fBscsi_pkt\fR(9S) +.BR scsi_ifgetcap (9F), +.BR scsi_init_pkt (9F), +.BR scsi_extended_sense (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/scsi_asc_key_strings.9s b/usr/src/man/man9s/scsi_asc_key_strings.9s index 71dd1b50e9..da1536cc24 100644 --- a/usr/src/man/man9s/scsi_asc_key_strings.9s +++ b/usr/src/man/man9s/scsi_asc_key_strings.9s @@ -33,7 +33,7 @@ message Points to the NULL terminated ASCII string .in -2 .SH SEE ALSO -\fBscsi_vu_errmsg\fR(9F) +.BR scsi_vu_errmsg (9F) .sp .LP \fIANSI Small Computer System Interface-2 (SCSI-2)\fR diff --git a/usr/src/man/man9s/scsi_device.9s b/usr/src/man/man9s/scsi_device.9s index 73994674c6..f7bc48047b 100644 --- a/usr/src/man/man9s/scsi_device.9s +++ b/usr/src/man/man9s/scsi_device.9s @@ -68,8 +68,13 @@ buffer. \fBsd_private\fR is reserved for the use of target drivers and should generally be used to point to target specific data structures. .SH SEE ALSO -\fBdetach\fR(9E), \fBprobe\fR(9E), \fBmakecom\fR(9F), \fBmutex\fR(9F), -\fBscsi_probe\fR(9F), \fBscsi_extended_sense\fR(9S), \fBscsi_pkt\fR(9S) +.BR detach (9E), +.BR probe (9E), +.BR makecom (9F), +.BR mutex (9F), +.BR scsi_probe (9F), +.BR scsi_extended_sense (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/scsi_extended_sense.9s b/usr/src/man/man9s/scsi_extended_sense.9s index 000a9a8589..eebc0453a5 100644 --- a/usr/src/man/man9s/scsi_extended_sense.9s +++ b/usr/src/man/man9s/scsi_extended_sense.9s @@ -273,7 +273,7 @@ that has failed. valid bit (bit 7) is \fB1\fR. This field is reserved for sense keys not defined above. .SH SEE ALSO -\fBscsi_device\fR(9S) +.BR scsi_device (9S) .sp .LP \fIANSI Small Computer System Interface-2 (SCSI-2)\fR diff --git a/usr/src/man/man9s/scsi_hba_tran.9s b/usr/src/man/man9s/scsi_hba_tran.9s index f88974829f..29365e6abb 100644 --- a/usr/src/man/man9s/scsi_hba_tran.9s +++ b/usr/src/man/man9s/scsi_hba_tran.9s @@ -318,15 +318,30 @@ the \fBservices.h\fR header file. .RE .SH SEE ALSO -\fBtran_abort\fR(9E), \fBtran_bus_reset\fR(9E), \fBtran_destroy_pkt\fR(9E), -\fBtran_dmafree\fR(9E), \fBtran_getcap\fR(9E), \fBtran_init_pkt\fR(9E), -\fBtran_quiesce\fR(9E), \fBtran_reset\fR(9E), \fBtran_reset_notify\fR(9E), -\fBtran_setcap\fR(9E), \fBtran_setup_pkt\fR(9E), \fBtran_start\fR(9E), -\fBtran_sync_pkt\fR(9E), \fBtran_tgt_free\fR(9E), \fBtran_tgt_init\fR(9E), -\fBtran_tgt_probe\fR(9E), \fBtran_unquiesce\fR(9E), \fBddi_dma_sync\fR(9F), -\fBscsi_hba_attach\fR(9F), \fBscsi_hba_pkt_alloc\fR(9F), -\fBscsi_hba_pkt_free\fR(9F), \fBscsi_probe\fR(9F), \fBscsi_device\fR(9S), -\fBscsi_pkt\fR(9S) +.BR tran_abort (9E), +.BR tran_bus_reset (9E), +.BR tran_destroy_pkt (9E), +.BR tran_dmafree (9E), +.BR tran_getcap (9E), +.BR tran_init_pkt (9E), +.BR tran_quiesce (9E), +.BR tran_reset (9E), +.BR tran_reset_notify (9E), +.BR tran_setcap (9E), +.BR tran_setup_pkt (9E), +.BR tran_start (9E), +.BR tran_sync_pkt (9E), +.BR tran_tgt_free (9E), +.BR tran_tgt_init (9E), +.BR tran_tgt_probe (9E), +.BR tran_unquiesce (9E), +.BR ddi_dma_sync (9F), +.BR scsi_hba_attach (9F), +.BR scsi_hba_pkt_alloc (9F), +.BR scsi_hba_pkt_free (9F), +.BR scsi_probe (9F), +.BR scsi_device (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/scsi_inquiry.9s b/usr/src/man/man9s/scsi_inquiry.9s index b56fce4e99..ebfe9298bd 100644 --- a/usr/src/man/man9s/scsi_inquiry.9s +++ b/usr/src/man/man9s/scsi_inquiry.9s @@ -367,7 +367,7 @@ management. .sp .LP \fBinq_encserv\fR, if set, indicates that the device contains an embedded -enclosure services component (\fBses\fR(7D)). +enclosure services component (\fBses\fR(4D)). .sp .LP \fBinq_dualp\fR, if set, indicates that the \fBSCSI\fR target device supports @@ -425,7 +425,8 @@ selection. .LP \fBinq_ius\fR the \fBSPI3\fR target device supports information unit transfers. .SH SEE ALSO -\fBscsi_probe\fR(9F), \fBscsi_device\fR(9S) +.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/man9s/scsi_pkt.9s b/usr/src/man/man9s/scsi_pkt.9s index 208ae10eee..385075076a 100644 --- a/usr/src/man/man9s/scsi_pkt.9s +++ b/usr/src/man/man9s/scsi_pkt.9s @@ -682,9 +682,13 @@ Command timed out. .RE .SH SEE ALSO -\fBtran_init_pkt\fR(9E), \fBtran_setup_pkt\fR(9E), \fBscsi_arq_status\fR(9S), -\fBscsi_init_pkt\fR(9F), \fBscsi_transport\fR(9F), \fBscsi_status\fR(9S), -\fBscsi_hba_pkt_comp\fR(9F) +.BR tran_init_pkt (9E), +.BR tran_setup_pkt (9E), +.BR scsi_hba_pkt_comp (9F), +.BR scsi_init_pkt (9F), +.BR scsi_transport (9F), +.BR scsi_arq_status (9S), +.BR scsi_status (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/scsi_status.9s b/usr/src/man/man9s/scsi_status.9s index d32a1decfb..b82a74fee7 100644 --- a/usr/src/man/man9s/scsi_status.9s +++ b/usr/src/man/man9s/scsi_status.9s @@ -165,8 +165,10 @@ it is returned when the command queue in the target is full. .RE .SH SEE ALSO -\fBscsi_ifgetcap\fR(9F), \fBscsi_init_pkt\fR(9F), -\fBscsi_extended_sense\fR(9S), \fBscsi_pkt\fR(9S) +.BR scsi_ifgetcap (9F), +.BR scsi_init_pkt (9F), +.BR scsi_extended_sense (9S), +.BR scsi_pkt (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/streamtab.9s b/usr/src/man/man9s/streamtab.9s index 82d479a496..342b91f488 100644 --- a/usr/src/man/man9s/streamtab.9s +++ b/usr/src/man/man9s/streamtab.9s @@ -46,7 +46,7 @@ struct qinit *st_muxwinit; /* lower write QUEUE*/ .SH SEE ALSO .sp .LP -\fBqinit\fR(9S) +.BR qinit (9S) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9s/stroptions.9s b/usr/src/man/man9s/stroptions.9s index 91954e0a9a..41bc735bc0 100644 --- a/usr/src/man/man9s/stroptions.9s +++ b/usr/src/man/man9s/stroptions.9s @@ -271,7 +271,8 @@ Non-persistent write errors. .SH SEE ALSO .sp .LP -\fBread\fR(2), \fBstreamio\fR(7I) +.BR read (2), +.BR streamio (4I) .sp .LP \fISTREAMS Programming Guide\fR diff --git a/usr/src/man/man9s/tuple.9s b/usr/src/man/man9s/tuple.9s index 13844612ba..fb9b300c29 100644 --- a/usr/src/man/man9s/tuple.9s +++ b/usr/src/man/man9s/tuple.9s @@ -213,14 +213,22 @@ the \fBDesiredTuple\fR field is returned. .RE .SH SEE ALSO -\fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F), -\fBcsx_ParseTuple\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) +.BR csx_GetFirstTuple (9F), +.BR csx_GetTupleData (9F), +.BR csx_ParseTuple (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) .sp .LP \fIPC Card 95 Standard\fR, PCMCIA/JEIDA diff --git a/usr/src/man/man9s/uio.9s b/usr/src/man/man9s/uio.9s index 867cdda360..e34b3d7d60 100644 --- a/usr/src/man/man9s/uio.9s +++ b/usr/src/man/man9s/uio.9s @@ -69,9 +69,15 @@ initialized by the driver and not written to afterward. .SH SEE ALSO .sp .LP -\fBaread\fR(9E), \fBawrite\fR(9E), \fBread\fR(9E), \fBwrite\fR(9E), -\fBbzero\fR(9F), \fBkmem_zalloc\fR(9F), \fBuiomove\fR(9F), \fBcb_ops\fR(9S), -\fBiovec\fR(9S) +.BR aread (9E), +.BR awrite (9E), +.BR read (9E), +.BR write (9E), +.BR bzero (9F), +.BR kmem_zalloc (9F), +.BR uiomove (9F), +.BR cb_ops (9S), +.BR iovec (9S) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man9s/usb_bulk_req.9s b/usr/src/man/man9s/usb_bulk_req.9s index be8fd8bf0d..98d05c44c0 100644 --- a/usr/src/man/man9s/usb_bulk_req.9s +++ b/usr/src/man/man9s/usb_bulk_req.9s @@ -237,7 +237,7 @@ summarize recovery actions taken and errors encountered during recovery. See All usb request types share the same callback handling. See \fBusb_callback_flags\fR(9S) for details. .SH ATTRIBUTES -See attributes(5) for descriptions of the following attributes: +See attributes(7) for descriptions of the following attributes: .sp .sp @@ -253,9 +253,15 @@ Interface stability Committed .TE .SH SEE ALSO -\fBusb_alloc_request\fR(9F), \fBusb_pipe_bulk_xfer\fR(9F), -\fBusb_pipe_ctrl_xfer\fR(9F), \fBusb_pipe_get_max_bulk_transfer_size\fR(9F), -\fBusb_pipe_intr_xfer\fR(9F), \fBusb_pipe_isoc_xfer\fR(9F), -\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), \fBusb_request_attributes\fR(9S) +.BR usb_alloc_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_callback_flags (9S), +.BR usb_completion_reason (9S), +.BR usb_ctrl_request (9S), +.BR usb_intr_request (9S), +.BR usb_isoc_request (9S), +.BR usb_request_attributes (9S) diff --git a/usr/src/man/man9s/usb_callback_flags.9s b/usr/src/man/man9s/usb_callback_flags.9s index d81ce21873..664041c476 100644 --- a/usr/src/man/man9s/usb_callback_flags.9s +++ b/usr/src/man/man9s/usb_callback_flags.9s @@ -273,8 +273,11 @@ type of request (ctrl, intr, isoc or bulk.) .SS "COMMAND COMPLETION CALLBACKS" Calls to some non-transfer functions can be set up for callback notification. -These include \fBusb_pipe_close\fR(9F), \fBusb_pipe_reset\fR(9F), -\fBusb_pipe_drain_reqs\fR(9F), \fBusb_set_cfg\fR(9F), \fBusb_set_alt_if\fR(9F) +These include \fBusb_pipe_close\fR(9F), +.BR usb_pipe_reset (9F), +.BR usb_pipe_drain_reqs (9F), +.BR usb_set_cfg (9F), +.BR usb_set_alt_if (9F) and \fBusb_clr_feature\fR(9F). .sp .LP @@ -308,7 +311,7 @@ The callback flags can be checked when rval indicates failure status. Just as for transfer completion callbacks, callback flags return additional information on execution events. .SH ATTRIBUTES -See attributes(5) for descriptions of the following attributes: +See attributes(7) for descriptions of the following attributes: .sp .sp @@ -324,8 +327,12 @@ Interface stability Committed .TE .SH SEE ALSO -\fBusb_alloc_request\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 usb_alloc_request (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (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/man9s/usb_cfg_descr.9s b/usr/src/man/man9s/usb_cfg_descr.9s index 8d28a372db..68b6ede805 100644 --- a/usr/src/man/man9s/usb_cfg_descr.9s +++ b/usr/src/man/man9s/usb_cfg_descr.9s @@ -61,7 +61,7 @@ Configuration descriptors define the following bmAttributes: .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 @@ -77,8 +77,16 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_ctrl_request\fR(9S), \fBusb_dev_descr\fR(9S), -\fBusb_dev_qlf_descr\fR(9S), \fBusb_ep_descr\fR(9S), \fBusb_if_descr\fR(9S), -\fBusb_other_speed_cfg_descr\fR(9S), \fBusb_string_descr\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_parse_data (9F), +.BR usb_ctrl_request (9S), +.BR usb_dev_descr (9S), +.BR usb_dev_qlf_descr (9S), +.BR usb_ep_descr (9S), +.BR usb_if_descr (9S), +.BR usb_other_speed_cfg_descr (9S), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9s/usb_client_dev_data.9s b/usr/src/man/man9s/usb_client_dev_data.9s index dc9bbd4b90..78b7a6d920 100644 --- a/usr/src/man/man9s/usb_client_dev_data.9s +++ b/usr/src/man/man9s/usb_client_dev_data.9s @@ -269,7 +269,7 @@ usb_client_dev_data_t *reg_data: .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 @@ -285,7 +285,14 @@ Interface stability Committed .TE .SH SEE ALSO -\fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), \fBusb_get_dev_data\fR(9F), -\fBusb_get_string_descr\fR(9F), \fBusb_lookup_ep_data\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_pipe_open\fR(9F), \fBusb_cfg_descr\fR(9S), -\fBusb_if_descr\fR(9S), \fBusb_ep_descr\fR(9S), \fBusb_string_descr\fR(9S) +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_lookup_ep_data (9F), +.BR usb_parse_data (9F), +.BR usb_pipe_open (9F), +.BR usb_cfg_descr (9S), +.BR usb_ep_descr (9S), +.BR usb_if_descr (9S), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9s/usb_completion_reason.9s b/usr/src/man/man9s/usb_completion_reason.9s index a44247c03f..ff11b92e5d 100644 --- a/usr/src/man/man9s/usb_completion_reason.9s +++ b/usr/src/man/man9s/usb_completion_reason.9s @@ -230,7 +230,7 @@ hardware error. .RE .SH ATTRIBUTES -See attributes(5) for descriptions of the following attributes: +See attributes(7) for descriptions of the following attributes: .sp .sp @@ -246,8 +246,12 @@ Interface stability Committed .TE .SH SEE ALSO -\fBusb_alloc_request\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 usb_alloc_request (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (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/man9s/usb_ctrl_req.9s b/usr/src/man/man9s/usb_ctrl_req.9s index cb9b9c9f3b..8ad0fcb84f 100644 --- a/usr/src/man/man9s/usb_ctrl_req.9s +++ b/usr/src/man/man9s/usb_ctrl_req.9s @@ -151,7 +151,7 @@ Unicode language ID, used as wIndex for USB_REQ_SET/GET_DESCRIPTOR .in -2 .SH ATTRIBUTES -See attributes(5) for descriptions of the following attributes: +See attributes(7) for descriptions of the following attributes: .sp .sp @@ -167,9 +167,14 @@ Interface stability Committed .TE .SH SEE ALSO -\fBusb_alloc_request\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_callback_flags\fR(9S), \fBusb_completion_reason\fR(9S), -\fBusb_intr_request\fR(9S), \fBusb_isoc_request\fR(9S), -\fBusb_request_attributes\fR(9S) +.BR usb_alloc_request (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_bulk_request (9S), +.BR usb_callback_flags (9S), +.BR usb_completion_reason (9S), +.BR usb_intr_request (9S), +.BR usb_isoc_request (9S), +.BR usb_request_attributes (9S) diff --git a/usr/src/man/man9s/usb_dev_descr.9s b/usr/src/man/man9s/usb_dev_descr.9s index 3d800ca2d7..5f0492bb35 100644 --- a/usr/src/man/man9s/usb_dev_descr.9s +++ b/usr/src/man/man9s/usb_dev_descr.9s @@ -94,7 +94,7 @@ A device descriptor contains the following fields: .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,8 +110,16 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_cfg_descr\fR(9S), \fBusb_ctrl_request\fR(9S), -\fBusb_dev_qlf_descr\fR(9S), \fBusb_ep_descr\fR(9S), \fBusb_if_descr\fR(9S), -\fBusb_other_speed_cfg_descr\fR(9S), \fBusb_string_descr\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_parse_data (9F), +.BR usb_cfg_descr (9S), +.BR usb_ctrl_request (9S), +.BR usb_dev_qlf_descr (9S), +.BR usb_ep_descr (9S), +.BR usb_if_descr (9S), +.BR usb_other_speed_cfg_descr (9S), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9s/usb_dev_qlf_descr.9s b/usr/src/man/man9s/usb_dev_qlf_descr.9s index 4e7bfc1ab6..26e18f1e76 100644 --- a/usr/src/man/man9s/usb_dev_qlf_descr.9s +++ b/usr/src/man/man9s/usb_dev_qlf_descr.9s @@ -58,7 +58,7 @@ uint8_t bReserved Reserved. .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 @@ -74,8 +74,16 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_ctrl_request\fR(9S), \fBusb_cfg_descr\fR(9S), -\fBusb_dev_descr\fR(9S), \fBusb_ep_descr\fR(9S), \fBusb_if_descr\fR(9S), -\fBusb_other_speed_cfg_descr\fR(9S), \fBusb_string_descr\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_parse_data (9F), +.BR usb_cfg_descr (9S), +.BR usb_ctrl_request (9S), +.BR usb_dev_descr (9S), +.BR usb_ep_descr (9S), +.BR usb_if_descr (9S), +.BR usb_other_speed_cfg_descr (9S), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9s/usb_ep_descr.9s b/usr/src/man/man9s/usb_ep_descr.9s index bfe07d2028..e1145046fe 100644 --- a/usr/src/man/man9s/usb_ep_descr.9s +++ b/usr/src/man/man9s/usb_ep_descr.9s @@ -115,7 +115,7 @@ is 2**(value-1). See Section 9.6.6 of the USB 2.0 specification. .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 @@ -131,8 +131,16 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_cfg_descr\fR(9S), \fBusb_ctrl_request\fR(9S), -\fBusb_dev_descr\fR(9S), \fBusb_dev_qlf_descr\fR(9S), \fBusb_if_descr\fR(9S), -\fBusb_other_speed_cfg_descr\fR(9S), \fBusb_string_descr\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_parse_data (9F), +.BR usb_cfg_descr (9S), +.BR usb_ctrl_request (9S), +.BR usb_dev_descr (9S), +.BR usb_dev_qlf_descr (9S), +.BR usb_if_descr (9S), +.BR usb_other_speed_cfg_descr (9S), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9s/usb_if_descr.9s b/usr/src/man/man9s/usb_if_descr.9s index 40c56d8ed0..06b59e28df 100644 --- a/usr/src/man/man9s/usb_if_descr.9s +++ b/usr/src/man/man9s/usb_if_descr.9s @@ -98,7 +98,7 @@ values are as follows: .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 @@ -114,8 +114,16 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_cfg_descr\fR(9S), \fBusb_ctrl_request\fR(9S), -\fBusb_dev_descr\fR(9S), \fBusb_dev_qlf_descr\fR(9S), \fBusb_ep_descr\fR(9S), -\fBusb_other_speed_cfg_descr\fR(9S), \fBusb_string_descr\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_parse_data (9F), +.BR usb_cfg_descr (9S), +.BR usb_ctrl_request (9S), +.BR usb_dev_descr (9S), +.BR usb_dev_qlf_descr (9S), +.BR usb_ep_descr (9S), +.BR usb_other_speed_cfg_descr (9S), +.BR usb_string_descr (9S) diff --git a/usr/src/man/man9s/usb_intr_req.9s b/usr/src/man/man9s/usb_intr_req.9s index 73dab8ef3d..070058cd89 100644 --- a/usr/src/man/man9s/usb_intr_req.9s +++ b/usr/src/man/man9s/usb_intr_req.9s @@ -258,7 +258,7 @@ constraints and caveats: .in -2 .SH ATTRIBUTES -See attributes(5) for descriptions of the following attributes: +See attributes(7) for descriptions of the following attributes: .sp .sp @@ -274,9 +274,14 @@ Interface stability Committed .TE .SH SEE ALSO -\fBusb_alloc_request\fR(9F), \fBusb_pipe_ctrl_xfer\fR(9F), -\fBusb_pipe_bulk_xfer\fR(9F), \fBusb_pipe_intr_xfer\fR(9F), -\fBusb_pipe_isoc_xfer\fR(9F), \fBusb_bulk_request\fR(9S), -\fBusb_callback_flags\fR(9S), \fBusb_completion_reason\fR(9S), -\fBusb_ctrl_request\fR(9S), \fBusb_isoc_request\fR(9S), -\fBusb_request_attributes\fR(9S) +.BR usb_alloc_request (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (9F), +.BR usb_bulk_request (9S), +.BR usb_callback_flags (9S), +.BR usb_completion_reason (9S), +.BR usb_ctrl_request (9S), +.BR usb_isoc_request (9S), +.BR usb_request_attributes (9S) diff --git a/usr/src/man/man9s/usb_isoc_req.9s b/usr/src/man/man9s/usb_isoc_req.9s index 0649cbc84d..345ffe3440 100644 --- a/usr/src/man/man9s/usb_isoc_req.9s +++ b/usr/src/man/man9s/usb_isoc_req.9s @@ -228,7 +228,7 @@ usb_callback_flags(9s) for a description of use and operation. .in -2 .SH ATTRIBUTES -See attributes(5) for descriptions of the following attributes: +See attributes(7) for descriptions of the following attributes: .sp .sp @@ -244,11 +244,17 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_alloc_request\fR(9F), -\fBusb_get_current_frame_number\fR(9F), -\fBusb_get_max_pkts_per_isoc_request\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_callback_flags\fR(9S), \fBusb_completion_reason\fR(9S), -\fBusb_ctrl_request\fR(9S), \fBusb_intr_request\fR(9S), -\fBusb_request_attributes\fR(9S) +.BR attributes (7), +.BR usb_alloc_request (9F), +.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_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (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_request_attributes (9S) diff --git a/usr/src/man/man9s/usb_other_speed_cfg_descr.9s b/usr/src/man/man9s/usb_other_speed_cfg_descr.9s index 0379503e48..93b3c7f6a8 100644 --- a/usr/src/man/man9s/usb_other_speed_cfg_descr.9s +++ b/usr/src/man/man9s/usb_other_speed_cfg_descr.9s @@ -59,7 +59,7 @@ uint8_t bMaxPower Maximum power consumption .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 @@ -75,7 +75,13 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_cfg_descr\fR(9S), \fBusb_ctrl_request\fR(9S), -\fBusb_dev_descr\fR(9S), \fBusb_dev_qlf_descr\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_parse_data (9F), +.BR usb_cfg_descr (9S), +.BR usb_ctrl_request (9S), +.BR usb_dev_descr (9S), +.BR usb_dev_qlf_descr (9S) diff --git a/usr/src/man/man9s/usb_request_attributes.9s b/usr/src/man/man9s/usb_request_attributes.9s index b5cb3faa60..fddb3819c3 100644 --- a/usr/src/man/man9s/usb_request_attributes.9s +++ b/usr/src/man/man9s/usb_request_attributes.9s @@ -167,7 +167,7 @@ isoc_frame_no of the usb_isoc_req_t is ignored. Please see .in -2 .SH ATTRIBUTES -See attributes(5) for descriptions of the following attributes: +See attributes(7) for descriptions of the following attributes: .sp .sp @@ -183,9 +183,15 @@ Interface stability Committed .TE .SH SEE ALSO -\fBusb_alloc_request\fR(9F), \fBusb_get_current_frame_number\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_callback_flags\fR(9S), -\fBusb_ctrl_request\fR(9S), \fBusb_intr_request\fR(9S), -\fBusb_isoc_request\fR(9S), \fBusb_completion_reason\fR(9S) +.BR usb_alloc_request (9F), +.BR usb_get_current_frame_number (9F), +.BR usb_pipe_bulk_xfer (9F), +.BR usb_pipe_ctrl_xfer (9F), +.BR usb_pipe_intr_xfer (9F), +.BR usb_pipe_isoc_xfer (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/man9s/usb_string_descr.9s b/usr/src/man/man9s/usb_string_descr.9s index 6d28259580..80a1cc7dc9 100644 --- a/usr/src/man/man9s/usb_string_descr.9s +++ b/usr/src/man/man9s/usb_string_descr.9s @@ -39,7 +39,7 @@ uint16_t bString[1]; Variable length Unicode encoded .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 @@ -55,6 +55,10 @@ Interface stability Committed .TE .SH SEE ALSO -\fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F), -\fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F), -\fBusb_parse_data\fR(9F), \fBusb_ctrl_request\fR(9S) +.BR attributes (7), +.BR usb_get_alt_if (9F), +.BR usb_get_cfg (9F), +.BR usb_get_dev_data (9F), +.BR usb_get_string_descr (9F), +.BR usb_parse_data (9F), +.BR usb_ctrl_request (9S) diff --git a/usr/src/man/man9s/usba_hcdi_ops.9s b/usr/src/man/man9s/usba_hcdi_ops.9s index 87e2ac3a8b..b8b509a722 100644 --- a/usr/src/man/man9s/usba_hcdi_ops.9s +++ b/usr/src/man/man9s/usba_hcdi_ops.9s @@ -268,7 +268,7 @@ member is an .Em optional entry point that will be called every time a device is removed from the system, whether through it being unplugged or a -.Xr cfgadm 1M +.Xr cfgadm 8 action. If an HCD does not need this functionality, the member should be set to .Dv NULL . @@ -302,7 +302,7 @@ See .Xr usba_hcdi_hub_update 9E for more information. .Sh SEE ALSO -.Xr cfgadm 1M , +.Xr cfgadm 8 , .Xr attach 9E , .Xr usba_hcdi 9E , .Xr usba_hcdi_device_address 9E , |
