Home
last modified time | relevance | path

Searched defs:ata_command (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Data.h142 struct ata_command { struct
147 * If non-NULL, this buffer must be ata_command::cb::count argument
153 * If non-NULL, this buffer must be ata_command::cb::count argument
156 userptr_t data_in;
158 int rc;
/external/syslinux/gpxe/src/drivers/block/
Data.c49 ata_command ( struct ata_device *ata, struct ata_command *command ) { in ata_command() function