Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
Kernel Functions for Driversscsi_unprobe(9F)


NAME

 scsi_unprobe, scsi_unslave - free resources allocated during initial probing

SYNOPSIS

 
#include <sys/scsi/scsi.h> 
void scsi_unslave(struct scsi_device *devp);
 void scsi_unprobe(struct scsi_device *devp);

INTERFACE LEVEL

 

Solaris DDI specific (Solaris DDI).

PARAMETERS

 
devp
Pointer to a scsi_device(9S) structure.

DESCRIPTION

 

scsi_unprobe() and scsi_unslave() are used to free any resources that were allocated on the driver's behalf during scsi_slave(9F) and scsi_probe(9F) activity.

CONTEXT

 

scsi_unprobe() and scsi_unslave() may be called from either the user or the interrupt levels.

SEE ALSO

 

scsi_probe(9F), scsi_slave(9F), scsi_device(9S)

Writing Device Drivers


SunOS 5.9Go To TopLast Changed 21 Dec 1992

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.