Public Attributes | |
| uint64_t | offset |
| int | disk_id |
| int | command |
| int | status |
| unsigned char * | buf |
Definition at line 53 of file dev_disk.cc.
| unsigned char* disk_data::buf |
Definition at line 58 of file dev_disk.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
| int disk_data::command |
Definition at line 56 of file dev_disk.cc.
Referenced by DEVICE_ACCESS().
| int disk_data::disk_id |
Definition at line 55 of file dev_disk.cc.
Referenced by DEVICE_ACCESS().
| uint64_t disk_data::offset |
Definition at line 54 of file dev_disk.cc.
Referenced by DEVICE_ACCESS().
| int disk_data::status |
Definition at line 57 of file dev_disk.cc.
Referenced by DEVICE_ACCESS().
1.8.17