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

  /external/qemu/slirp/
misc.c 830 int fd0[2];
843 if (socketpair(PF_UNIX,SOCK_STREAM,0, fd0) == -1) {
850 if (slirp_openpty(&fd0[0], &fd0[1]) == -1) {
863 close(fd0[0]);
864 close(fd0[1]);
869 close(fd0[0]);
882 dup2(fd0[1], 0);
883 dup2(fd0[1], 1);
900 close(fd0[1])
    [all...]
  /external/qemu/slirp-android/
misc.c 796 int fd0[2];
809 if (socketpair(PF_UNIX,SOCK_STREAM,0, fd0) == -1) {
816 if (slirp_openpty(&fd0[0], &fd0[1]) == -1) {
829 close(fd0[0]);
830 close(fd0[1]);
835 close(fd0[0]);
848 dup2(fd0[1], 0);
849 dup2(fd0[1], 1);
866 close(fd0[1])
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 399 final FileDescriptor fd0 = new FileDescriptor(); local
401 Os.socketpair(AF_UNIX, SOCK_STREAM, 0, fd0, fd1);
403 new ParcelFileDescriptor(fd0),
422 final FileDescriptor fd0 = new FileDescriptor(); local
424 Os.socketpair(AF_UNIX, SOCK_STREAM, 0, fd0, fd1);
426 new ParcelFileDescriptor(fd0, comm[0]),
    [all...]
  /external/qemu/hw/i386/
pc.c 172 static int cmos_get_fd_drive_type(int fd0)
176 switch (fd0) {
267 int fd0, fd1, nb; local
325 fd0 = fdctrl_get_drive_type(floppy_controller, 0);
328 val = (cmos_get_fd_drive_type(fd0) << 4) | cmos_get_fd_drive_type(fd1);
333 if (fd0 < 3)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 240 int fd0 = open(getenv("PS_STDIN"), O_RDONLY); local
241 dup2(fd0, 0);
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s 1416 # CHECK: fd0: nop
    [all...]
autogen-inst-offset-padding.s 1298 # CHECK: fd0: incl
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 556 milliseconds