HomeSort by: relevance | last modified time | path
    Searched defs:current_drive (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_ide.c 231 ide_drive *current_drive; member in struct:_ide_controller
324 && controller->current_drive != NULL) {
327 controller->current_drive->nr,
330 if (device_io_read_buffer(controller->current_drive->device,
338 device_path(controller->current_drive->device));
366 && controller->current_drive != NULL) {
369 controller->current_drive->nr,
372 if (device_io_write_buffer(controller->current_drive->device,
380 device_path(controller->current_drive->device));
401 controller->current_drive = &controller->drive[drive_nr]
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_ide.c 231 ide_drive *current_drive; member in struct:_ide_controller
324 && controller->current_drive != NULL) {
327 controller->current_drive->nr,
330 if (device_io_read_buffer(controller->current_drive->device,
338 device_path(controller->current_drive->device));
366 && controller->current_drive != NULL) {
369 controller->current_drive->nr,
372 if (device_io_write_buffer(controller->current_drive->device,
380 device_path(controller->current_drive->device));
401 controller->current_drive = &controller->drive[drive_nr]
    [all...]

Completed in 22 milliseconds