Kernel Functions for Drivers scsiunprobe(9F)
NAME
scsiunprobe, scsiunslave - free resources allocated during
initial probing
SYNOPSIS
#include
void scsiunslave(struct scsidevice *devp);
void scsiunprobe(struct scsidevice *devp);
INTERFACE LEVEL
Solaris DI specific (Solaris DI). The scsiunslave()
interface is obsolete. Use scsiunprobe() instead.
PARAMETERS
devp Pointer to a scsidevice(9S) structure.
DESCRIPTION
scsiunprobe() and scsiunslave() are used to free any
resources that were allocated on the driver's behalf during
scsislave(9F) and scsiprobe(9F) activity.
CONTEXT
scsiunprobe() and scsiunslave() must not be called from an
interrupt context.
SEE ALSO
scsiprobe(9F), scsislave(9F), scsidevice(9S)
Writing Device Drivers
NOTES
The scsiunslave() function is obsolete and will be discon-
tinued in a future release. This function has been replaced
by scsiunprobe().
SunOS 5.11 Last change: 27 Sep 2002 1
|