1 '\" te
2 .\" Copyright (c) 2002, Sun Microsystems, Inc., All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH SCSI_SLAVE 9F "Sep 27, 2002"
7 .SH NAME
8 scsi_slave \- utility for SCSI target drivers to establish the presence of a
9 target
10 .SH SYNOPSIS
11 .LP
12 .nf
13 #include <sys/scsi/scsi.h>
14
15
16
17 \fBint\fR \fBscsi_slave\fR(\fBstruct scsi_device *\fR\fIdevp\fR, \fBint\fR \fB(*\fRcallback\fB)(void)\fR);
18 .fi
19
20 .SH INTERFACE LEVEL
21 .sp
22 .LP
23 The \fBscsi_slave()\fR function is obsolete. This function has been replaced by
24 \fBscsi_probe\fR(9F).
25 .SH PARAMETERS
26 .sp
145 .SH ATTRIBUTES
146 .sp
147 .LP
148 See \fBattributes\fR(5) for a description of the following attributes:
149 .sp
150
151 .sp
152 .TS
153 box;
154 c | c
155 l | l .
156 ATTRIBUTE TYPE ATTRIBUTE VALUE
157 _
158 Stability Level Obsolete
159 .TE
160
161 .SH SEE ALSO
162 .sp
163 .LP
164 \fBattributes\fR(5), \fBattach\fR(9E), \fBprobe\fR(9E),
165 \fBddi_iopb_alloc\fR(9F), \fBmakecom\fR(9F), \fBscsi_dmaget\fR(9F),
166 \fBscsi_ifgetcap\fR(9F), \fBscsi_pktalloc\fR(9F), \fBscsi_poll\fR(9F),
167 \fBscsi_probe\fR(9F), \fBscsi_device\fR(9S)
168 .sp
169 .LP
170 \fIANSI Small Computer System Interface-2 (SCSI-2)\fR
171 .sp
172 .LP
173 \fIWriting Device Drivers\fR
174 .SH NOTES
175 .sp
176 .LP
177 The \fBscsi_slave()\fR function is obsolete and will be discontinued in a
178 future release. This function has been replaced by \fBscsi_probe\fR(9F).
|
1 '\" te
2 .\" Copyright (c) 2002, Sun Microsystems, Inc., All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH SCSI_SLAVE 9F "Feb 26, 2014"
7 .SH NAME
8 scsi_slave \- utility for SCSI target drivers to establish the presence of a
9 target
10 .SH SYNOPSIS
11 .LP
12 .nf
13 #include <sys/scsi/scsi.h>
14
15
16
17 \fBint\fR \fBscsi_slave\fR(\fBstruct scsi_device *\fR\fIdevp\fR, \fBint\fR \fB(*\fRcallback\fB)(void)\fR);
18 .fi
19
20 .SH INTERFACE LEVEL
21 .sp
22 .LP
23 The \fBscsi_slave()\fR function is obsolete. This function has been replaced by
24 \fBscsi_probe\fR(9F).
25 .SH PARAMETERS
26 .sp
145 .SH ATTRIBUTES
146 .sp
147 .LP
148 See \fBattributes\fR(5) for a description of the following attributes:
149 .sp
150
151 .sp
152 .TS
153 box;
154 c | c
155 l | l .
156 ATTRIBUTE TYPE ATTRIBUTE VALUE
157 _
158 Stability Level Obsolete
159 .TE
160
161 .SH SEE ALSO
162 .sp
163 .LP
164 \fBattributes\fR(5), \fBattach\fR(9E), \fBprobe\fR(9E),
165 \fBmakecom\fR(9F), \fBscsi_dmaget\fR(9F),
166 \fBscsi_ifgetcap\fR(9F), \fBscsi_pktalloc\fR(9F), \fBscsi_poll\fR(9F),
167 \fBscsi_probe\fR(9F), \fBscsi_device\fR(9S)
168 .sp
169 .LP
170 \fIANSI Small Computer System Interface-2 (SCSI-2)\fR
171 .sp
172 .LP
173 \fIWriting Device Drivers\fR
174 .SH NOTES
175 .sp
176 .LP
177 The \fBscsi_slave()\fR function is obsolete and will be discontinued in a
178 future release. This function has been replaced by \fBscsi_probe\fR(9F).
|