HomeSort by relevance Sort by last modified time
    Searched defs:ata_command (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/block/
ata.c 49 ata_command ( struct ata_device *ata, struct ata_command *command ) { function
92 struct ata_command command;
103 return ata_command ( ata, &command );
118 struct ata_command command;
130 return ata_command ( ata, &command );
141 struct ata_command command;
153 if ( ( rc = ata_command ( ata, &command ) ) != 0 )
  /external/syslinux/gpxe/src/include/gpxe/
ata.h 142 struct ata_command { struct
147 * If non-NULL, this buffer must be ata_command::cb::count
153 * If non-NULL, this buffer must be ata_command::cb::count
202 struct ata_command *command );

Completed in 131 milliseconds