HomeSort by relevance Sort by last modified time
    Searched full:device_type_list (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
qdev.c 53 static DeviceType *device_type_list; variable
63 t->next = device_type_list;
64 device_type_list = t;
76 for (t = device_type_list; t; t = t->next) {

Completed in 61 milliseconds