disk_data Struct Reference

Back to the index.

Public Attributes | List of all members
disk_data Struct Reference

Public Attributes

uint64_t offset
 
int disk_id
 
int command
 
int status
 
unsigned char * buf
 

Detailed Description

Definition at line 53 of file dev_disk.cc.

Member Data Documentation

◆ buf

unsigned char* disk_data::buf

Definition at line 58 of file dev_disk.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ command

int disk_data::command

Definition at line 56 of file dev_disk.cc.

Referenced by DEVICE_ACCESS().

◆ disk_id

int disk_data::disk_id

Definition at line 55 of file dev_disk.cc.

Referenced by DEVICE_ACCESS().

◆ offset

uint64_t disk_data::offset

Definition at line 54 of file dev_disk.cc.

Referenced by DEVICE_ACCESS().

◆ status

int disk_data::status

Definition at line 57 of file dev_disk.cc.

Referenced by DEVICE_ACCESS().


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

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17