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

  /external/qemu/android/
async-socket.c 504 AsyncSocketIO* first_io = *list_head; local
505 if (first_io != NULL) {
506 *list_head = first_io->next;
507 first_io->next = NULL;
512 if (first_io != NULL) {
514 async_socket_io_release(first_io);
    [all...]
  /external/grub/netboot/
cs89x0.h 74 #define FIRST_IO 0x020C /* First I/O port to check */

Completed in 649 milliseconds