FreeBSD kernel CAM code
scsi_write_verify_12 Struct Reference

#include <scsi_all.h>

Data Fields

uint8_t opcode
 
uint8_t byte2
 
uint8_t addr [4]
 
uint8_t length [4]
 
uint8_t group
 
uint8_t control
 

Detailed Description

Definition at line 1392 of file scsi_all.h.

Field Documentation

◆ addr

uint8_t scsi_write_verify_12::addr[4]

Definition at line 1396 of file scsi_all.h.

Referenced by ctl_get_lba_len(), and ctl_read_write().

◆ byte2

uint8_t scsi_write_verify_12::byte2

Definition at line 1395 of file scsi_all.h.

Referenced by ctl_read_write().

◆ control

uint8_t scsi_write_verify_12::control

Definition at line 1399 of file scsi_all.h.

◆ group

uint8_t scsi_write_verify_12::group

Definition at line 1398 of file scsi_all.h.

◆ length

uint8_t scsi_write_verify_12::length[4]

Definition at line 1397 of file scsi_all.h.

Referenced by ctl_get_lba_len(), and ctl_read_write().

◆ opcode

uint8_t scsi_write_verify_12::opcode

Definition at line 1394 of file scsi_all.h.


The documentation for this struct was generated from the following file: