FreeBSD kernel usb device Code
ustorage_fs_lun Struct Reference

Data Fields

uint8_t * memory_image
 
uint32_t num_sectors
 
uint32_t sense_data
 
uint32_t sense_data_info
 
uint32_t unit_attention_data
 
uint8_t read_only:1
 
uint8_t prevent_medium_removal:1
 
uint8_t info_valid:1
 
uint8_t removable:1
 

Detailed Description

Definition at line 167 of file ustorage_fs.c.

Field Documentation

◆ info_valid

uint8_t ustorage_fs_lun::info_valid

Definition at line 177 of file ustorage_fs.c.

Referenced by ustorage_fs_check_cmd(), and ustorage_fs_request_sense().

◆ memory_image

uint8_t* ustorage_fs_lun::memory_image

◆ num_sectors

◆ prevent_medium_removal

uint8_t ustorage_fs_lun::prevent_medium_removal

Definition at line 176 of file ustorage_fs.c.

Referenced by ustorage_fs_prevent_allow().

◆ read_only

uint8_t ustorage_fs_lun::read_only

Definition at line 175 of file ustorage_fs.c.

Referenced by ustorage_fs_mode_sense(), and ustorage_fs_write().

◆ removable

uint8_t ustorage_fs_lun::removable

◆ sense_data

◆ sense_data_info

uint32_t ustorage_fs_lun::sense_data_info

Definition at line 172 of file ustorage_fs.c.

Referenced by ustorage_fs_check_cmd(), and ustorage_fs_request_sense().

◆ unit_attention_data

uint32_t ustorage_fs_lun::unit_attention_data

Definition at line 173 of file ustorage_fs.c.

Referenced by ustorage_fs_check_cmd(), and ustorage_fs_request_sense().


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