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

  /external/qemu/
qlist.c 97 entry = QTAILQ_FIRST(&qlist->head);
115 entry = QTAILQ_FIRST(&qlist->head);
input.c 181 entry = QTAILQ_FIRST(&mouse_handlers);
210 return QTAILQ_FIRST(&mouse_handlers)->qemu_put_mouse_event_absolute;
263 current = QTAILQ_FIRST(&mouse_handlers)->index;
qemu-queue.h 333 #define QTAILQ_FIRST(head) ((head)->tqh_first)
posix-aio-compat.c 330 aiocb = QTAILQ_FIRST(&request_list);
qemu-option.c 751 opt = QTAILQ_FIRST(&opts->head);
block.c     [all...]

Completed in 39 milliseconds