Searched defs:atadev (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ata.c | 108 struct ata_device *atadev; member in struct:ata_command 173 * @v atadev ATA device 174 * @ret atadev ATA device 177 atadev_get ( struct ata_device *atadev ) { 178 ref_get ( &atadev->refcnt ); 179 return atadev; 185 * @v atadev ATA device 188 atadev_put ( struct ata_device *atadev ) { 189 ref_put ( &atadev->refcnt ); 236 atadev_put ( atacmd->atadev ); 249 struct ata_device *atadev = atacmd->atadev; local 373 struct ata_device *atadev = atacmd->atadev; local 449 atadev_command( struct ata_device *atadev, struct interface *block, struct ata_command_type *type, uint64_t lba, unsigned int count, userptr_t buffer, size_t len ) argument 538 atadev_read( struct ata_device *atadev, struct interface *block, uint64_t lba, unsigned int count, userptr_t buffer, size_t len ) argument 557 atadev_write( struct ata_device *atadev, struct interface *block, uint64_t lba, unsigned int count, userptr_t buffer, size_t len ) argument 572 atadev_read_capacity( struct ata_device *atadev, struct interface *block ) argument 588 atadev_close( struct ata_device *atadev, int rc ) argument 614 atadev_edd_describe( struct ata_device *atadev, struct edd_interface_type *type, union edd_device_path *path ) argument 659 struct ata_device *atadev; local [all...] |
Completed in 160 milliseconds