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

  /external/qemu/hw/
pc.c 179 static int cmos_get_fd_drive_type(int fd0)
183 switch (fd0) {
274 int fd0, fd1, nb; local
332 fd0 = fdctrl_get_drive_type(floppy_controller, 0);
335 val = (cmos_get_fd_drive_type(fd0) << 4) | cmos_get_fd_drive_type(fd1);
340 if (fd0 < 3)
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 1599 int fd0 = -1; local
    [all...]

Completed in 92 milliseconds