HomeSort by relevance Sort by last modified time
    Searched refs:max_bus (Results 1 - 4 of 4) 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 974 int max_bus; local
977 max_bus = -1;
980 drives_table[index].bus > max_bus)
981 max_bus = drives_table[index].bus;
983 return max_bus;
    [all...]
vl.c 777 int max_bus; local
780 max_bus = -1;
783 drives_table[index].bus > max_bus)
784 max_bus = drives_table[index].bus;
786 return max_bus;
    [all...]
  /external/qemu/hw/
pc.c 1250 int max_bus; local
    [all...]

Completed in 136 milliseconds