diff options
Diffstat (limited to 'usr/src/man/man3volmgt')
| -rw-r--r-- | usr/src/man/man3volmgt/media_findname.3volmgt | 22 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/media_getattr.3volmgt | 23 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/media_getid.3volmgt | 10 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_acquire.3volmgt | 11 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_check.3volmgt | 13 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_feature_enabled.3volmgt | 10 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_inuse.3volmgt | 6 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_ownspath.3volmgt | 12 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_release.3volmgt | 8 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_root.3volmgt | 12 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_running.3volmgt | 12 | ||||
| -rw-r--r-- | usr/src/man/man3volmgt/volmgt_symname.3volmgt | 16 |
12 files changed, 101 insertions, 54 deletions
diff --git a/usr/src/man/man3volmgt/media_findname.3volmgt b/usr/src/man/man3volmgt/media_findname.3volmgt index 1abadf2a44..b185ea4da9 100644 --- a/usr/src/man/man3volmgt/media_findname.3volmgt +++ b/usr/src/man/man3volmgt/media_findname.3volmgt @@ -25,7 +25,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP \fBmedia_findname()\fR converts the supplied \fIstart\fR string into an @@ -140,7 +140,7 @@ currently known to be the first floppy drive. .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 @@ -158,11 +158,19 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBfdformat\fR(1), \fBlstat\fR(2), \fBreadlink\fR(2), \fBstat\fR(2), -\fBfree\fR(3C), \fBmalloc\fR(3C), \fBvolmgt_check\fR(3VOLMGT), -\fBvolmgt_inuse\fR(3VOLMGT), \fBvolmgt_root\fR(3VOLMGT), -\fBvolmgt_running\fR(3VOLMGT), \fBvolmgt_symname\fR(3VOLMGT), -\fBattributes\fR(5), \fBhal\fR(5) +.BR fdformat (1), +.BR lstat (2), +.BR readlink (2), +.BR stat (2), +.BR free (3C), +.BR malloc (3C), +.BR volmgt_check (3VOLMGT), +.BR volmgt_inuse (3VOLMGT), +.BR volmgt_root (3VOLMGT), +.BR volmgt_running (3VOLMGT), +.BR volmgt_symname (3VOLMGT), +.BR attributes (7), +.BR hal (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3volmgt/media_getattr.3volmgt b/usr/src/man/man3volmgt/media_getattr.3volmgt index cd0d043217..e2eedaef93 100644 --- a/usr/src/man/man3volmgt/media_getattr.3volmgt +++ b/usr/src/man/man3volmgt/media_getattr.3volmgt @@ -29,7 +29,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP \fBmedia_setattr()\fR and \fBmedia_getattr()\fR respectively set and get @@ -123,7 +123,7 @@ if ((res = media_setattr("/dev/aliases/floppy0", "s-enxio", .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,17 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBlstat\fR(2), \fBopen\fR(2), \fBreadlink\fR(2), \fBstat\fR(2), -\fBfree\fR(3C), \fBmalloc\fR(3C), \fBmedia_findname\fR(3VOLMGT), -\fBvolmgt_check\fR(3VOLMGT), \fBvolmgt_inuse\fR(3VOLMGT), -\fBvolmgt_root\fR(3VOLMGT), \fBvolmgt_running\fR(3VOLMGT), -\fBvolmgt_symname\fR(3VOLMGT), \fBattributes\fR(5), \fBhal\fR(5) +.BR lstat (2), +.BR open (2), +.BR readlink (2), +.BR stat (2), +.BR free (3C), +.BR malloc (3C), +.BR media_findname (3VOLMGT), +.BR volmgt_check (3VOLMGT), +.BR volmgt_inuse (3VOLMGT), +.BR volmgt_root (3VOLMGT), +.BR volmgt_running (3VOLMGT), +.BR volmgt_symname (3VOLMGT), +.BR attributes (7), +.BR hal (7) diff --git a/usr/src/man/man3volmgt/media_getid.3volmgt b/usr/src/man/man3volmgt/media_getid.3volmgt index 7b05f531b2..ad85b8f936 100644 --- a/usr/src/man/man3volmgt/media_getid.3volmgt +++ b/usr/src/man/man3volmgt/media_getid.3volmgt @@ -24,7 +24,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP \fBmedia_getid()\fR returns the \fIid\fR of a piece of media. Volume management @@ -75,7 +75,7 @@ name space, or volume management is not running. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -92,5 +92,7 @@ Interface Stability Obsolete .SH SEE ALSO .LP -\fBvolmgt_ownspath\fR(3VOLMGT), \fBvolmgt_running\fR(3VOLMGT), -\fBattributes\fR(5), \fBhal\fR(5) +.BR volmgt_ownspath (3VOLMGT), +.BR volmgt_running (3VOLMGT), +.BR attributes (7), +.BR hal (7) diff --git a/usr/src/man/man3volmgt/volmgt_acquire.3volmgt b/usr/src/man/man3volmgt/volmgt_acquire.3volmgt index e953ca1c7a..83e6e9d9a0 100644 --- a/usr/src/man/man3volmgt/volmgt_acquire.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_acquire.3volmgt @@ -26,7 +26,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP The \fBvolmgt_acquire()\fR routine reserves the removable media device @@ -173,7 +173,7 @@ if (override) { .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 @@ -191,8 +191,11 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBfree\fR(3C), \fBmalloc\fR(3C), \fBvolmgt_release\fR(3VOLMGT), -\fBattributes\fR(5), \fBhal\fR(5) +.BR free (3C), +.BR malloc (3C), +.BR volmgt_release (3VOLMGT), +.BR attributes (7), +.BR hal (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3volmgt/volmgt_check.3volmgt b/usr/src/man/man3volmgt/volmgt_check.3volmgt index 2719a69326..3368e293ac 100644 --- a/usr/src/man/man3volmgt/volmgt_check.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_check.3volmgt @@ -22,7 +22,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP This routine asks volume Management to check the specified \fIpathname\fR and @@ -87,7 +87,7 @@ appropriate for the new media. .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 @@ -103,8 +103,13 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBvolcheck\fR(1), \fBopen\fR(2), \fBstat\fR(2), \fBvolmgt_inuse\fR(3VOLMGT), -\fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(5), \fBhal\fR(5) +.BR volcheck (1), +.BR open (2), +.BR stat (2), +.BR volmgt_inuse (3VOLMGT), +.BR volmgt_running (3VOLMGT), +.BR attributes (7), +.BR hal (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3volmgt/volmgt_feature_enabled.3volmgt b/usr/src/man/man3volmgt/volmgt_feature_enabled.3volmgt index b3dda0a409..8b95c962ef 100644 --- a/usr/src/man/man3volmgt/volmgt_feature_enabled.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_feature_enabled.3volmgt @@ -25,7 +25,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP The \fBvolmgt_feature_enabled()\fR routine checks whether specific volume @@ -63,7 +63,7 @@ if (volmgt_feature_enabled("floppy-summit-interfaces")) { .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 @@ -81,5 +81,7 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBvolmgt_acquire\fR(3VOLMGT), \fBvolmgt_release\fR(3VOLMGT), -\fBattributes\fR(5), \fBhal\fR(5) +.BR volmgt_acquire (3VOLMGT), +.BR volmgt_release (3VOLMGT), +.BR attributes (7), +.BR hal (7) diff --git a/usr/src/man/man3volmgt/volmgt_inuse.3volmgt b/usr/src/man/man3volmgt/volmgt_inuse.3volmgt index 064635c234..f1f020d660 100644 --- a/usr/src/man/man3volmgt/volmgt_inuse.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_inuse.3volmgt @@ -22,7 +22,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP \fBvolmgt_inuse()\fR checks whether volume management is managing the specified @@ -77,7 +77,7 @@ if (volmgt_inuse("/dev/rdiskette0") != 0) { .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,7 +96,7 @@ Interface Stability Obsolete .sp .LP \fBopen\fR(2), \fBstat\fR(2), \fBerrno\fR(3C), \fBvolmgt_check\fR(3VOLMGT), -\fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(5), \fBhal\fR(5) +\fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(7), \fBhal\fR(7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3volmgt/volmgt_ownspath.3volmgt b/usr/src/man/man3volmgt/volmgt_ownspath.3volmgt index d6e229ad7c..efcb58e3cd 100644 --- a/usr/src/man/man3volmgt/volmgt_ownspath.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_ownspath.3volmgt @@ -30,13 +30,13 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP The \fBvolmgt_ownspath()\fR function checks to see if a given \fIpath\fR is contained in the volume management name space. This is achieved by comparing the beginning of the supplied path name with the output from -\fBvolmgt_root\fR(3VOLMGT) +.BR volmgt_root (3VOLMGT) .SH RETURN VALUES .LP The return from this function is undefined. @@ -67,7 +67,7 @@ if (volmgt_running()) { .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -84,5 +84,7 @@ Interface Stability Obsolete .SH SEE ALSO .LP -\fBvolmgt_root\fR(3VOLMGT), \fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(5), -\fBhal\fR(5) +.BR volmgt_root (3VOLMGT), +.BR volmgt_running (3VOLMGT), +.BR attributes (7), +.BR hal (7) diff --git a/usr/src/man/man3volmgt/volmgt_release.3volmgt b/usr/src/man/man3volmgt/volmgt_release.3volmgt index 0c801da6af..0b3a6d39d3 100644 --- a/usr/src/man/man3volmgt/volmgt_release.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_release.3volmgt @@ -24,7 +24,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP The \fBvolmgt_release()\fR routine releases the removable media device @@ -92,7 +92,7 @@ if (!volmgt_release("floppy0")) { .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 @@ -110,4 +110,6 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBvolmgt_acquire\fR(3VOLMGT), \fBattributes\fR(5), \fBhal\fR(5) +.BR volmgt_acquire (3VOLMGT), +.BR attributes (7), +.BR hal (7) diff --git a/usr/src/man/man3volmgt/volmgt_root.3volmgt b/usr/src/man/man3volmgt/volmgt_root.3volmgt index 7b403dee48..ba3169e49f 100644 --- a/usr/src/man/man3volmgt/volmgt_root.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_root.3volmgt @@ -21,7 +21,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP The \fBvolmgt_root()\fR function returns the current volume management root @@ -67,7 +67,7 @@ default location for the volume management root directory .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 @@ -85,8 +85,12 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBopen\fR(2), \fBvolmgt_check\fR(3VOLMGT), \fBvolmgt_inuse\fR(3VOLMGT), -\fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(5), \fBhal\fR(5) +.BR open (2), +.BR volmgt_check (3VOLMGT), +.BR volmgt_inuse (3VOLMGT), +.BR volmgt_running (3VOLMGT), +.BR attributes (7), +.BR hal (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3volmgt/volmgt_running.3volmgt b/usr/src/man/man3volmgt/volmgt_running.3volmgt index 5be5452aa7..977fd2c0c4 100644 --- a/usr/src/man/man3volmgt/volmgt_running.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_running.3volmgt @@ -22,7 +22,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). +\fBhal\fR(7). .sp .LP \fBvolmgt_running()\fR tells whether or not Volume Management is running. @@ -76,7 +76,7 @@ To see if Volume Management is running: .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,8 +94,12 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBopen\fR(2), \fBstat\fR(2), \fBvolmgt_check\fR(3VOLMGT), -\fBvolmgt_inuse\fR(3VOLMGT), \fBattributes\fR(5), \fBhal\fR(5) +.BR open (2), +.BR stat (2), +.BR volmgt_check (3VOLMGT), +.BR volmgt_inuse (3VOLMGT), +.BR attributes (7), +.BR hal (7) .SH NOTES .sp .LP diff --git a/usr/src/man/man3volmgt/volmgt_symname.3volmgt b/usr/src/man/man3volmgt/volmgt_symname.3volmgt index 9aab41bb20..6af7955656 100644 --- a/usr/src/man/man3volmgt/volmgt_symname.3volmgt +++ b/usr/src/man/man3volmgt/volmgt_symname.3volmgt @@ -28,7 +28,7 @@ This function is obsolete. The management of removable media by the Volume Management feature, including \fBvold\fR, has been replaced by software that supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is through the HAL APIs, which are documented on the HAL web site. See -\fBhal\fR(5). The return value of this function is undefined. +\fBhal\fR(7). The return value of this function is undefined. .sp .LP These two routines compliment each other, translating between Volume @@ -137,7 +137,7 @@ if ((nm = volmgt_symname("/dev/rdsk/c0t6d0s2")) == NULL) { .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 @@ -155,6 +155,12 @@ Interface Stability Obsolete .SH SEE ALSO .sp .LP -\fBopen\fR(2), \fBstat\fR(2), \fBfree\fR(3C), \fBmalloc\fR(3C), -\fBvolmgt_check\fR(3VOLMGT), \fBvolmgt_inuse\fR(3VOLMGT), -\fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(5), \fBhal\fR(5) +.BR open (2), +.BR stat (2), +.BR free (3C), +.BR malloc (3C), +.BR volmgt_check (3VOLMGT), +.BR volmgt_inuse (3VOLMGT), +.BR volmgt_running (3VOLMGT), +.BR attributes (7), +.BR hal (7) |
