diff options
Diffstat (limited to 'usr/src/man/man3devinfo')
30 files changed, 165 insertions, 91 deletions
diff --git a/usr/src/man/man3devinfo/di_binding_name.3devinfo b/usr/src/man/man3devinfo/di_binding_name.3devinfo index 13e57f1ed3..53aaa980c0 100644 --- a/usr/src/man/man3devinfo/di_binding_name.3devinfo +++ b/usr/src/man/man3devinfo/di_binding_name.3devinfo @@ -162,7 +162,7 @@ functions. .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 @@ -180,9 +180,13 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBdi_prom_init\fR(3DEVINFO), -\fBdi_prom_prop_data\fR(3DEVINFO), \fBdi_prom_prop_lookup_bytes\fR(3DEVINFO), -\fBlibdevid\fR(3LIB), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR di_prom_init (3DEVINFO), +.BR di_prom_prop_data (3DEVINFO), +.BR di_prom_prop_lookup_bytes (3DEVINFO), +.BR libdevid (3LIB), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_child_node.3devinfo b/usr/src/man/man3devinfo/di_child_node.3devinfo index 2a380113b0..70e0088d85 100644 --- a/usr/src/man/man3devinfo/di_child_node.3devinfo +++ b/usr/src/man/man3devinfo/di_child_node.3devinfo @@ -143,7 +143,7 @@ error may occur if the snapshot contains a partial device tree. .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 @@ -161,7 +161,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_devfs_path.3devinfo b/usr/src/man/man3devinfo/di_devfs_path.3devinfo index f64cf152d8..9df6f2dd33 100644 --- a/usr/src/man/man3devinfo/di_devfs_path.3devinfo +++ b/usr/src/man/man3devinfo/di_devfs_path.3devinfo @@ -134,7 +134,7 @@ also return any error value returned by \fBmalloc\fR(3C). .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 @@ -152,8 +152,10 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBmalloc\fR(3C), -\fBattributes\fR(5) +.BR malloc (3C), +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_devlink_dup.3devinfo b/usr/src/man/man3devinfo/di_devlink_dup.3devinfo index ecb404117e..66ec95da5b 100644 --- a/usr/src/man/man3devinfo/di_devlink_dup.3devinfo +++ b/usr/src/man/man3devinfo/di_devlink_dup.3devinfo @@ -72,7 +72,7 @@ can also be set by \fBmalloc\fR(3C). .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 @@ -90,6 +90,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_devlink_init\fR(3DEVINFO), \fBdi_devlink_path\fR(3DEVINFO), -\fBdi_devlink_walk\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBmalloc\fR(3C), -\fBattributes\fR(5) +.BR malloc (3C), +.BR di_devlink_init (3DEVINFO), +.BR di_devlink_path (3DEVINFO), +.BR di_devlink_walk (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_devlink_init.3devinfo b/usr/src/man/man3devinfo/di_devlink_init.3devinfo index 80e672c0fd..183b1134b8 100644 --- a/usr/src/man/man3devinfo/di_devlink_init.3devinfo +++ b/usr/src/man/man3devinfo/di_devlink_init.3devinfo @@ -150,7 +150,7 @@ that can also be set by \fBmalloc\fR(3C), \fBopen\fR(2), \fBioctl\fR(2), or .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 @@ -168,6 +168,11 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBioctl\fR(2), \fBmmap\fR(2), \fBopen\fR(2), \fBdi_devlink_path\fR(3DEVINFO), -\fBdi_devlink_walk\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBmalloc\fR(3C), -\fBattributes\fR(5) +.BR ioctl (2), +.BR mmap (2), +.BR open (2), +.BR malloc (3C), +.BR di_devlink_path (3DEVINFO), +.BR di_devlink_walk (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_devlink_path.3devinfo b/usr/src/man/man3devinfo/di_devlink_path.3devinfo index ee4b5b2602..703f01f512 100644 --- a/usr/src/man/man3devinfo/di_devlink_path.3devinfo +++ b/usr/src/man/man3devinfo/di_devlink_path.3devinfo @@ -70,7 +70,7 @@ The \fIdevlink\fR argument is invalid. .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 @@ -88,5 +88,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_devlink_init\fR(3DEVINFO), \fBdi_devlink_walk\fR(3DEVINFO), -\fBlibdevinfo\fR(3LIB), \fBmalloc\fR(3C), \fBattributes\fR(5) +.BR malloc (3C), +.BR di_devlink_init (3DEVINFO), +.BR di_devlink_walk (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_devlink_walk.3devinfo b/usr/src/man/man3devinfo/di_devlink_walk.3devinfo index bb6b04d767..8c144f12b5 100644 --- a/usr/src/man/man3devinfo/di_devlink_walk.3devinfo +++ b/usr/src/man/man3devinfo/di_devlink_walk.3devinfo @@ -33,7 +33,7 @@ A handle to a snapshot of devlinks in "\fB/dev\fR". \fB\fIre\fR\fR .ad .RS 11n -An extended regular expression as specified in \fBregex\fR(5) describing the +An extended regular expression as specified in \fBregex\fR(7) describing the paths of devlinks to visit. A null value matches all devlinks. The expression should not involve the "\fB/dev\fR" prefix. For example, the "^\fBdsk/\fR" will invoke \fIdevlink_callback\fR() for all "\fB/dev/dsk/\fR" links. @@ -139,7 +139,7 @@ Insufficient memory is available. .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 @@ -157,5 +157,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_devlink_init\fR(3DEVINFO), \fBdi_devlink_path\fR(3DEVINFO), -\fBlibdevinfo\fR(3LIB), \fBmalloc\fR(3C), \fBattributes\fR(5), \fBregex\fR(5) +.BR malloc (3C), +.BR di_devlink_init (3DEVINFO), +.BR di_devlink_path (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7), +.BR regex (7) diff --git a/usr/src/man/man3devinfo/di_init.3devinfo b/usr/src/man/man3devinfo/di_init.3devinfo index 8586dd0597..13424640d8 100644 --- a/usr/src/man/man3devinfo/di_init.3devinfo +++ b/usr/src/man/man3devinfo/di_init.3devinfo @@ -151,7 +151,7 @@ Insufficient privilege for accessing device configuration data. .ad .RS 10n Either the device named by \fIphys_path\fR is not present in the system, or the -\fBdevinfo\fR(7D) driver is not installed properly. +\fBdevinfo\fR(4D) driver is not installed properly. .RE .sp @@ -268,7 +268,7 @@ main() .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 @@ -286,8 +286,11 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBopen\fR(2), \fBioctl\fR(2), \fBmmap\fR(2), \fBlibdevinfo\fR(3LIB), -\fBattributes\fR(5) +.BR ioctl (2), +.BR mmap (2), +.BR open (2), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_link_next_by_node.3devinfo b/usr/src/man/man3devinfo/di_link_next_by_node.3devinfo index d6f23903c3..645185a9bc 100644 --- a/usr/src/man/man3devinfo/di_link_next_by_node.3devinfo +++ b/usr/src/man/man3devinfo/di_link_next_by_node.3devinfo @@ -117,7 +117,7 @@ Device usage information is not available in snapshot. .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 @@ -135,4 +135,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_link_spectype.3devinfo b/usr/src/man/man3devinfo/di_link_spectype.3devinfo index 6a12e602f0..026f330abc 100644 --- a/usr/src/man/man3devinfo/di_link_spectype.3devinfo +++ b/usr/src/man/man3devinfo/di_link_spectype.3devinfo @@ -76,7 +76,7 @@ An argument is invalid. .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,4 +94,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_lnode_name.3devinfo b/usr/src/man/man3devinfo/di_lnode_name.3devinfo index 4374601545..0f944414f1 100644 --- a/usr/src/man/man3devinfo/di_lnode_name.3devinfo +++ b/usr/src/man/man3devinfo/di_lnode_name.3devinfo @@ -91,7 +91,7 @@ An argument was invalid. .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 @@ -109,4 +109,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_lnode_next.3devinfo b/usr/src/man/man3devinfo/di_lnode_next.3devinfo index a287975652..0e468d5f94 100644 --- a/usr/src/man/man3devinfo/di_lnode_next.3devinfo +++ b/usr/src/man/man3devinfo/di_lnode_next.3devinfo @@ -79,7 +79,7 @@ The end of the lnode list has been reached. .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 @@ -97,4 +97,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_minor_devt.3devinfo b/usr/src/man/man3devinfo/di_minor_devt.3devinfo index d54a974335..d5dcfc8f97 100644 --- a/usr/src/man/man3devinfo/di_minor_devt.3devinfo +++ b/usr/src/man/man3devinfo/di_minor_devt.3devinfo @@ -72,7 +72,7 @@ No errors are defined. .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 @@ -90,8 +90,10 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBddi_create_minor_node\fR(9F), \fBgetmajor\fR(9F), -\fBgetminor\fR(9F) +.BR attributes (7), +.BR ddi_create_minor_node (9F), +.BR getmajor (9F), +.BR getminor (9F) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_minor_next.3devinfo b/usr/src/man/man3devinfo/di_minor_next.3devinfo index 0cee0b2999..8612bda020 100644 --- a/usr/src/man/man3devinfo/di_minor_next.3devinfo +++ b/usr/src/man/man3devinfo/di_minor_next.3devinfo @@ -80,7 +80,7 @@ End of minor node list. .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 @@ -98,7 +98,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_node_private_set.3devinfo b/usr/src/man/man3devinfo/di_node_private_set.3devinfo index e459b334e7..8549243e01 100644 --- a/usr/src/man/man3devinfo/di_node_private_set.3devinfo +++ b/usr/src/man/man3devinfo/di_node_private_set.3devinfo @@ -194,7 +194,7 @@ No errors are defined. .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 @@ -212,4 +212,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_path_bus_addr.3devinfo b/usr/src/man/man3devinfo/di_path_bus_addr.3devinfo index 54e1e47dec..9d33615e9c 100644 --- a/usr/src/man/man3devinfo/di_path_bus_addr.3devinfo +++ b/usr/src/man/man3devinfo/di_path_bus_addr.3devinfo @@ -135,7 +135,7 @@ I/O operations. .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 @@ -153,12 +153,18 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_bus_addr\fR(3DEVINFO), \fBdi_devfs_path\fR(3DEVINFO), -\fBdi_init\fR(3DEVINFO), \fBdi_instance\fR(3DEVINFO), -\fBdi_node_name\fR(3DEVINFO), \fBdi_path_client_next_path\fR(3DEVINFO), -\fBdi_path_prop_next\fR(3DEVINFO), \fBdi_path_prop_bytes\fR(3DEVINFO), -\fBdi_path_prop_lookup_bytes\fR(3DEVINFO), \fBdi_path_prop_next\fR(3DEVINFO), -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_bus_addr (3DEVINFO), +.BR di_devfs_path (3DEVINFO), +.BR di_init (3DEVINFO), +.BR di_instance (3DEVINFO), +.BR di_node_name (3DEVINFO), +.BR di_path_client_next_path (3DEVINFO), +.BR di_path_prop_bytes (3DEVINFO), +.BR di_path_prop_lookup_bytes (3DEVINFO), +.BR di_path_prop_next (3DEVINFO), +.BR di_path_prop_next (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_path_client_next_path.3devinfo b/usr/src/man/man3devinfo/di_path_client_next_path.3devinfo index 0a66174c4b..d41ef6a48b 100644 --- a/usr/src/man/man3devinfo/di_path_client_next_path.3devinfo +++ b/usr/src/man/man3devinfo/di_path_client_next_path.3devinfo @@ -114,7 +114,7 @@ The end of the path node list was reached. .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 @@ -132,9 +132,11 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBdi_path_bus_addr\fR(3DEVINFO), -\fBdi_path_client_node\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), -\fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR di_path_bus_addr (3DEVINFO), +.BR di_path_client_node (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_path_prop_bytes.3devinfo b/usr/src/man/man3devinfo/di_path_prop_bytes.3devinfo index 6cb08def24..23d765c412 100644 --- a/usr/src/man/man3devinfo/di_path_prop_bytes.3devinfo +++ b/usr/src/man/man3devinfo/di_path_prop_bytes.3devinfo @@ -203,7 +203,7 @@ The path property does not exist. .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 @@ -221,8 +221,10 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_path_prop_next\fR(3DEVINFO), \fBdi_prop_type\fR(3DEVINFO), -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_path_prop_next (3DEVINFO), +.BR di_prop_type (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_path_prop_lookup_bytes.3devinfo b/usr/src/man/man3devinfo/di_path_prop_lookup_bytes.3devinfo index 1b102b2e6f..bd5d874a26 100644 --- a/usr/src/man/man3devinfo/di_path_prop_lookup_bytes.3devinfo +++ b/usr/src/man/man3devinfo/di_path_prop_lookup_bytes.3devinfo @@ -122,7 +122,7 @@ The path property does not exist. .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,7 +140,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_path_prop_next.3devinfo b/usr/src/man/man3devinfo/di_path_prop_next.3devinfo index 0b644c81cd..e62ab89635 100644 --- a/usr/src/man/man3devinfo/di_path_prop_next.3devinfo +++ b/usr/src/man/man3devinfo/di_path_prop_next.3devinfo @@ -82,7 +82,7 @@ There are no more properties. .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 @@ -100,7 +100,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_prom_init.3devinfo b/usr/src/man/man3devinfo/di_prom_init.3devinfo index e1a93b7bda..6a29025704 100644 --- a/usr/src/man/man3devinfo/di_prom_init.3devinfo +++ b/usr/src/man/man3devinfo/di_prom_init.3devinfo @@ -54,11 +54,11 @@ error. .sp .LP The \fBdi_prom_init()\fR sets \fBerrno\fR function to any error code that can -also be set by \fBopenprom\fR(7D) or \fBmalloc\fR(3C). +also be set by \fBopenprom\fR(4D) or \fBmalloc\fR(3C). .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 @@ -76,6 +76,10 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_nodeid\fR(3DEVINFO), \fBdi_prom_prop_next\fR(3DEVINFO), -\fBdi_prom_prop_lookup_bytes\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), -\fBmalloc\fR(3C), \fBattributes\fR(5), \fBopenprom\fR(7D) +.BR malloc (3C), +.BR di_nodeid (3DEVINFO), +.BR di_prom_prop_lookup_bytes (3DEVINFO), +.BR di_prom_prop_next (3DEVINFO), +.BR libdevinfo (3LIB), +.BR openprom (4D), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_prom_prop_data.3devinfo b/usr/src/man/man3devinfo/di_prom_prop_data.3devinfo index 78f793a008..1aff7dad32 100644 --- a/usr/src/man/man3devinfo/di_prom_prop_data.3devinfo +++ b/usr/src/man/man3devinfo/di_prom_prop_data.3devinfo @@ -102,11 +102,11 @@ property. \fBDI_PROM_PROP_NIL\fR is returned if no additional properties exist. .SH ERRORS .sp .LP -See \fBopenprom\fR(7D) for a description of possible errors. +See \fBopenprom\fR(4D) for a description of possible errors. .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 @@ -124,7 +124,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBattributes\fR(5), \fBopenprom\fR(7D) +.BR openprom (4D), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_prom_prop_lookup_bytes.3devinfo b/usr/src/man/man3devinfo/di_prom_prop_lookup_bytes.3devinfo index f4fe4fe489..112ce1e1b6 100644 --- a/usr/src/man/man3devinfo/di_prom_prop_lookup_bytes.3devinfo +++ b/usr/src/man/man3devinfo/di_prom_prop_lookup_bytes.3devinfo @@ -123,7 +123,7 @@ The property does not exist. .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 @@ -141,8 +141,11 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBdi_prom_prop_next\fR(3DEVINFO), -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5), \fBopenprom\fR(7D) +.BR di_init (3DEVINFO), +.BR di_prom_prop_next (3DEVINFO), +.BR libdevinfo (3LIB), +.BR openprom (4D), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_prop_bytes.3devinfo b/usr/src/man/man3devinfo/di_prop_bytes.3devinfo index 5e7c51c525..a6b68b7633 100644 --- a/usr/src/man/man3devinfo/di_prop_bytes.3devinfo +++ b/usr/src/man/man3devinfo/di_prop_bytes.3devinfo @@ -208,7 +208,7 @@ Invalid argument. For example, the property type does not match the interface. .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 @@ -226,8 +226,10 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_prom_prop_lookup_bytes\fR(3DEVINFO), \fBdi_prop_next\fR(3DEVINFO), -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_prom_prop_lookup_bytes (3DEVINFO), +.BR di_prop_next (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_prop_lookup_bytes.3devinfo b/usr/src/man/man3devinfo/di_prop_lookup_bytes.3devinfo index 1f202fce73..cfcc54063f 100644 --- a/usr/src/man/man3devinfo/di_prop_lookup_bytes.3devinfo +++ b/usr/src/man/man3devinfo/di_prop_lookup_bytes.3devinfo @@ -132,7 +132,7 @@ The property does not exist; try \fBdi_prom_prop_lookup_*()\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 @@ -150,8 +150,10 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBdi_prom_prop_lookup_bytes\fR(3DEVINFO), -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR di_prom_prop_lookup_bytes (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_prop_next.3devinfo b/usr/src/man/man3devinfo/di_prop_next.3devinfo index 6b116b699d..40621f7f2d 100644 --- a/usr/src/man/man3devinfo/di_prop_next.3devinfo +++ b/usr/src/man/man3devinfo/di_prop_next.3devinfo @@ -79,7 +79,7 @@ There are no more properties. .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 @@ -97,7 +97,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR diff --git a/usr/src/man/man3devinfo/di_walk_link.3devinfo b/usr/src/man/man3devinfo/di_walk_link.3devinfo index 04b2b8a537..d9e06c2e02 100644 --- a/usr/src/man/man3devinfo/di_walk_link.3devinfo +++ b/usr/src/man/man3devinfo/di_walk_link.3devinfo @@ -113,7 +113,7 @@ An argument is invalid. .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 @@ -131,4 +131,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_walk_lnode.3devinfo b/usr/src/man/man3devinfo/di_walk_lnode.3devinfo index 5fd1856e4b..8a7d97c968 100644 --- a/usr/src/man/man3devinfo/di_walk_lnode.3devinfo +++ b/usr/src/man/man3devinfo/di_walk_lnode.3devinfo @@ -103,7 +103,7 @@ An argument is invalid. .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 @@ -121,4 +121,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3devinfo/di_walk_minor.3devinfo b/usr/src/man/man3devinfo/di_walk_minor.3devinfo index 88a5722aaa..5633603d86 100644 --- a/usr/src/man/man3devinfo/di_walk_minor.3devinfo +++ b/usr/src/man/man3devinfo/di_walk_minor.3devinfo @@ -115,7 +115,7 @@ 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,9 +131,11 @@ MT-Level Safe .TE .SH SEE ALSO -\fBdladm\fR(1M), \fBdi_minor_nodetype\fR(3DEVINFO), dlpi_walk(3DLPI), -\fBlibdevinfo\fR(3LIB), \fBattributes\fR(5), \fBfilesystem\fR(5), -\fBddi_create_minor_node\fR(9F) +\fBdladm\fR(8), \fBdi_minor_nodetype\fR(3DEVINFO), dlpi_walk(3DLPI), +.BR libdevinfo (3LIB), +.BR attributes (7), +.BR filesystem (7), +.BR ddi_create_minor_node (9F) .sp .LP \fIWriting Device Drivers\fR @@ -149,5 +151,5 @@ networking devices (the objects displayed in the \fBDEVICE\fR field by displayed by \fBdladm\fR \fBshow-link\fR). Datalink interfaces are represented as the set of DLPI device nodes that applications can open by using \fBdlpi_open\fR(3DLPI) or by opening DLPI nodes out of the \fB/dev/net\fR -filesystem (see \fBfilesystem\fR(5)). The \fBdlpi_walk\fR(3DLPI) function is +filesystem (see \fBfilesystem\fR(7)). The \fBdlpi_walk\fR(3DLPI) function is the proper function to walk these nodes. diff --git a/usr/src/man/man3devinfo/di_walk_node.3devinfo b/usr/src/man/man3devinfo/di_walk_node.3devinfo index 7f18528a2b..a178c026c4 100644 --- a/usr/src/man/man3devinfo/di_walk_node.3devinfo +++ b/usr/src/man/man3devinfo/di_walk_node.3devinfo @@ -121,7 +121,7 @@ Invalid argument. .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 @@ -139,7 +139,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdi_init\fR(3DEVINFO), \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5) +.BR di_init (3DEVINFO), +.BR libdevinfo (3LIB), +.BR attributes (7) .sp .LP \fIWriting Device Drivers\fR |