Searched refs:int13_drive (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | int13.c | 67 struct int13_drive *drive; in int13_set_num_drives() 102 static int int13_reset ( struct int13_drive *drive __unused, in int13_reset() 114 static int int13_get_last_status ( struct int13_drive *drive, in int13_get_last_status() 134 static int int13_rw_sectors ( struct int13_drive *drive, in int13_rw_sectors() 191 static int int13_read_sectors ( struct int13_drive *drive, in int13_read_sectors() 210 static int int13_write_sectors ( struct int13_drive *drive, in int13_write_sectors() 227 static int int13_get_parameters ( struct int13_drive *drive, in int13_get_parameters() 250 static int int13_get_disk_type ( struct int13_drive *drive, in int13_get_disk_type() 271 static int int13_extension_check ( struct int13_drive *drive __unused, in int13_extension_check() 291 static int int13_extended_rw ( struct int13_drive *drive, in int13_extended_rw() [all …]
|
D | aoeboot.c | 17 struct int13_drive *drive; in aoeboot()
|
D | iscsiboot.c | 16 struct int13_drive *drive; in iscsiboot()
|
D | ib_srpboot.c | 15 struct int13_drive *drive; in ib_srpboot()
|
/external/syslinux/gpxe/src/arch/i386/image/ |
D | eltorito.c | 141 struct int13_drive int13_drive; in eltorito_exec() local 149 memset ( &int13_drive, 0, sizeof ( int13_drive ) ); in eltorito_exec() 150 int13_drive.blockdev = &ramdisk.blockdev; in eltorito_exec() 151 register_int13_drive ( &int13_drive ); in eltorito_exec() 154 int13_drive.drive ) ) != 0 ) { in eltorito_exec() 162 unregister_int13_drive ( &int13_drive ); in eltorito_exec()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | int13.h | 68 struct int13_drive { struct 288 extern void register_int13_drive ( struct int13_drive *drive ); 289 extern void unregister_int13_drive ( struct int13_drive *drive );
|