DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_scsi_event_res(3udi)


Acknowledge a SCSI event (PD-to-HD)

SYNOPSIS

#include <udi.h>

void udi_scsi_event_res (

	udi_scsi_event_cb_t *cb );
 

ARGUMENTS cb is a pointer to a SCSI event control block.

TARGET CHANNEL The target channel for this operation is the bind channel connecting a SCSI HD to its child PD.

DESCRIPTION The udi_scsi_event_res operation is used by a PD to acknowledge an event indication from its parent HD, as delivered by a udi_scsi_event_ind operation.

If event is UDI_SCSI_EVENT_AEN, the aen_data_buf handle must have the same value as was received in the udi_scsi_event_ind, and the buffer itself must not have been modified by the PD.

warnings The control block must be the same control block as passed to the PD in the corresponding udi_scsi_event_ind operation.

REFERENCES udi_scsi_event_cb_t, udi_scsi_event_ind


UDI SCSI Driver Specification Contents