FreeBSD kernel CAM code
scsi_token Struct Reference

#include <scsi_all.h>

Data Fields

uint8_t type [4]
 
uint8_t reserved [2]
 
uint8_t length [2]
 
uint8_t body [0]
 

Detailed Description

Definition at line 1992 of file scsi_all.h.

Field Documentation

◆ body

uint8_t scsi_token::body[0]

Definition at line 2004 of file scsi_all.h.

Referenced by tpc_create_token().

◆ length

uint8_t scsi_token::length[2]

Definition at line 2003 of file scsi_all.h.

Referenced by tpc_create_token().

◆ reserved

uint8_t scsi_token::reserved[2]

Definition at line 2002 of file scsi_all.h.

◆ type

uint8_t scsi_token::type[4]

Definition at line 1994 of file scsi_all.h.

Referenced by tpc_create_token().


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