[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Kernel and Subsystems, Volume 2

TMIOSTAT (Status) tmscsi Device Driver ioctl Operation

Purpose

Allows the caller to get detailed status about the previous write or TMGETSENS operation.

Note
This operation is not supported by all SCSI I/O controllers.

Description

The TMIOSTAT operation allows the caller to get detailed status about a previous write or TMGETSENS operation. This operation is allowed only for the initiator-mode device. The arg parameter to this operation specifies the address of the tm_get_stat structure defined in /usr/include/sys/tmscsi.h file. The status returned by the TMIOSTAT operation is updated for both successful and unsuccessful completions of these commands. This status is not valid for all errno global variables.

Files

/dev/tmscsi0,/dev/tmscsi1,..., /dev/tmscsin Support processor-to-processor communications through the SCSI target-mode device driver.

Related Information

The rmt SCSI device driver, scdisk SCSI device driver, SCSI Adapter device driver, tmscsi SCSI device driver.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]