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

  /external/qemu/
vl-android-ui.c 100 IOHandlerRecord **pioh, *ioh; local
103 pioh = &first_io_handler;
105 ioh = *pioh;
111 pioh = &ioh->next;
116 *pioh = ioh->next;
iohandler.c 116 IOHandlerRecord *pioh, *ioh; local
118 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) {

Completed in 929 milliseconds