[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    scsi_unprobe(9F) manual page Table of Contents

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).

Arguments

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)


Table of Contents