summaryrefslogtreecommitdiff
path: root/usr/src/man/man9e/probe.9e
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9e/probe.9e')
-rw-r--r--usr/src/man/man9e/probe.9e12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/man/man9e/probe.9e b/usr/src/man/man9e/probe.9e
index 73f639c82e..d7c6e352bb 100644
--- a/usr/src/man/man9e/probe.9e
+++ b/usr/src/man/man9e/probe.9e
@@ -4,7 +4,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH probe 9E "18 Nov 1992" "SunOS 5.11" "Driver Entry Points"
+.TH PROBE 9E "Nov 18, 1992"
.SH NAME
probe \- determine if a non-self-identifying device is present
.SH SYNOPSIS
@@ -29,12 +29,10 @@ self-identifying devices, \fBnulldev\fR(9F) should be specified in the
.SH ARGUMENTS
.sp
.ne 2
-.mk
.na
\fB\fIdip\fR \fR
.ad
.RS 8n
-.rt
Pointer to the device's \fBdev_info\fR structure.
.RE
@@ -71,45 +69,37 @@ needs to do any work. See \fBddi_dev_is_sid\fR(9F) for an example.
.SH RETURN VALUES
.sp
.ne 2
-.mk
.na
\fB\fBDDI_PROBE_SUCCESS\fR \fR
.ad
.RS 23n
-.rt
If the probe was successful.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDDI_PROBE_FAILURE\fR \fR
.ad
.RS 23n
-.rt
If the probe failed.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDDI_PROBE_DONTCARE\fR \fR
.ad
.RS 23n
-.rt
If the probe was unsuccessful, yet \fBattach\fR(9E) should still be called.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDDI_PROBE_PARTIAL\fR \fR
.ad
.RS 23n
-.rt
If the instance is not present now, but may be present in the future.
.RE