up | Inhaltsverzeichniss | Kommentar

Manual page for scsi_unprobe(9F)

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


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).

Last modified 21/April/97