HomeSort by relevance Sort by last modified time
    Searched refs:max_bus (Results 1 - 3 of 3) sorted by null

  /external/qemu/
blockdev.c 80 int max_bus; local
83 max_bus = -1;
86 dinfo->bus > max_bus)
87 max_bus = dinfo->bus;
89 return max_bus;
vl-android.c 676 int max_bus; local
679 max_bus = -1;
682 drives_table[index].bus > max_bus)
683 max_bus = drives_table[index].bus;
685 return max_bus;
    [all...]
  /external/qemu/hw/i386/
pc.c 1241 int max_bus; local
    [all...]

Completed in 1209 milliseconds