Query: scsi_unprobe
OS: opensolaris
Section: 9f
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
scsi_unprobe(9F) Kernel Functions for Drivers scsi_unprobe(9F)NAMEscsi_unprobe, scsi_unslave - free resources allocated during initial probingSYNOPSIS#include <sys/scsi/scsi.h> void scsi_unslave(struct scsi_device *devp); void scsi_unprobe(struct scsi_device *devp);INTERFACE LEVELSolaris DDI specific (Solaris DDI). The scsi_unslave() interface is obsolete. Use scsi_unprobe() instead.PARAMETERSdevp Pointer to a scsi_device(9S) structure.DESCRIPTIONscsi_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.CONTEXTscsi_unprobe() and scsi_unslave() must not be called from an interrupt context.SEE ALSOscsi_probe(9F), scsi_slave(9F), scsi_device(9S) Writing Device DriversNOTESThe scsi_unslave() function is obsolete and will be discontinued in a future release. This function has been replaced by scsi_unprobe(). SunOS 5.11 27 Sep 2002 scsi_unprobe(9F)
Related Man Pages |
---|
scsi_unprobe(9f) - opensolaris |
scsi_unslave(9f) - sunos |
scsi_unprobe(9f) - suse |
scsi_unslave(9f) - suse |
scsi_unprobe(9f) - centos |
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
solaris zones vs container.. |
%memused is high |
Solaris 10 - password complexity not working |
Shopt -s histappend |