Searched defs:fd0 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc201 int fd0 = open(getenv("PS_STDIN"), O_RDONLY); local
202 dup2(fd0, 0);
/external/openssh/
H A Dmonitor.c1416 int res, fd0; local
1455 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0)
1457 if (fd0 != 0)
1458 error("%s: fd0 %d != 0", __func__, fd0);
/external/qemu/hw/
H A Dpc.c179 static int cmos_get_fd_drive_type(int fd0) argument
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)

Completed in 113 milliseconds