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

  /external/qemu/
qdict.c 372 return QLIST_FIRST(&qdict->table[i]);
446 QDictEntry *entry = QLIST_FIRST(&qdict->table[i]);
aio-android.c 200 node = QLIST_FIRST(&aio_handlers);
aio.c 203 node = QLIST_FIRST(&aio_handlers);
arch_init.c 122 block = QLIST_FIRST(&ram_list.blocks);
165 block = QLIST_FIRST(&ram_list.blocks);
qemu-queue.h 146 #define QLIST_FIRST(head) ((head)->lh_first)
exec.c     [all...]

Completed in 34 milliseconds