#include <hd.h>
Data Fields | |
struct cdrom_info_s * | next |
char * | name |
unsigned | speed |
unsigned | cdr:1 |
unsigned | cdrw:1 |
unsigned | dvd:1 |
unsigned | dvdr:1 |
unsigned | dvdram:1 |
unsigned | cdrom:1 |
cdrom in drive | |
struct { | |
unsigned ok:1 | |
char * volume | |
char * publisher | |
char * preparer | |
char * application | |
char * creation_date | |
} | iso9660 |
struct { | |
unsigned ok:1 | |
unsigned platform | |
char * id_string | |
unsigned bootable:1 | |
unsigned media_type | |
boot emulation type | |
unsigned load_address | |
unsigned load_count | |
sectors to load | |
unsigned start | |
start sector | |
unsigned catalog | |
boot catalog start | |
struct { | |
unsigned c | |
unsigned h | |
unsigned s | |
unsigned size | |
} geo | |
char * label | |
} | el_torito |
struct cdrom_info_s* cdrom_info_t::next [read] |
char* cdrom_info_t::name |
unsigned cdrom_info_t::speed |
unsigned cdrom_info_t::cdr |
unsigned cdrom_info_t::cdrw |
unsigned cdrom_info_t::dvd |
unsigned cdrom_info_t::dvdr |
unsigned cdrom_info_t::dvdram |
unsigned cdrom_info_t::cdrom |
cdrom in drive
unsigned cdrom_info_t::ok |
char* cdrom_info_t::volume |
char * cdrom_info_t::publisher |
char * cdrom_info_t::preparer |
char * cdrom_info_t::application |
char * cdrom_info_t::creation_date |
struct { ... } cdrom_info_t::iso9660 |
unsigned cdrom_info_t::platform |
char* cdrom_info_t::id_string |
unsigned cdrom_info_t::bootable |
unsigned cdrom_info_t::media_type |
boot emulation type
unsigned cdrom_info_t::load_address |
unsigned cdrom_info_t::load_count |
sectors to load
unsigned cdrom_info_t::start |
start sector
unsigned cdrom_info_t::catalog |
boot catalog start
unsigned cdrom_info_t::c |
unsigned cdrom_info_t::h |
unsigned cdrom_info_t::s |
unsigned cdrom_info_t::size |
struct { ... } cdrom_info_t::geo |
char* cdrom_info_t::label |
struct { ... } cdrom_info_t::el_torito |