Device Inquiry command failed.
设备请求命令失败。
Table 2. The inquiry command format definition.
表2.inquiry命令格式定义。
An initiator identifies the device type through the inquiry command.
发起者通过inquiry命令识别设备类型。
The example for sending an inquiry command to a SCSI target is shown in Listing 3.
清单 3显示了一个向SCSI目标发送 inquiry命令的示例。
An inquiry command is the most common SCSI command that all SCSI devices implement.
inquiry命令是所有SCSI设备实现的最常用的SCSI命令。
Finally, let's look at an inquiry command and how it would execute using the generic driver.
最后,我们看看inquiry命令,以及如何使用通用驱动器执行它。
Now let's see how the application program USES this function to execute the inquiry command (Listing 4)?
现在我们看看应用程序如何使用这个函数执行inquiry命令,如清单4所示?
Some of the fields point to user space memory; when the execution is finished, inquiry output data from the SCSI command is copied into the memory where dxferp points to.
其中的一些字段指向用户空间内存;当执行完毕时,来自SCSI命令的inquiry输出数据将复制到dxferp指向的内存。
Some of the fields point to user space memory; when the execution is finished, inquiry output data from the SCSI command is copied into the memory where dxferp points to.
其中的一些字段指向用户空间内存;当执行完毕时,来自SCSI命令的inquiry输出数据将复制到dxferp指向的内存。
应用推荐