Searched refs:fd1 (Results 1 – 7 of 7) sorted by relevance
/external/qemu/android/utils/ |
D | timezone.c | 178 int fd1, fd2, result = 0; in compare_timezone_to_localtime() local 192 fd1 = open( scan->localtime, O_RDONLY ); in compare_timezone_to_localtime() 193 if (fd1 < 0) { in compare_timezone_to_localtime() 200 close(fd1); in compare_timezone_to_localtime() 210 do { ret = read(fd1, &temp[0], 1); } while (ret < 0 && errno == EINTR); in compare_timezone_to_localtime() 227 close(fd1); in compare_timezone_to_localtime()
|
/external/qemu/ |
D | sockets.h | 365 int socket_pair(int *fd1, int *fd2);
|
D | sockets.c | 1414 socket_pair(int *fd1, int *fd2) in socket_pair() argument 1423 *fd1 = fds[0]; in socket_pair() 1474 *fd1 = s1; in socket_pair()
|
/external/dbus/dbus/ |
D | dbus-sysdeps.h | 359 dbus_bool_t _dbus_full_duplex_pipe (int *fd1,
|
D | dbus-sysdeps-unix.c | 2284 _dbus_full_duplex_pipe (int *fd1, in _dbus_full_duplex_pipe() argument 2314 *fd1 = fds[0]; in _dbus_full_duplex_pipe() 2318 *fd1, *fd2); in _dbus_full_duplex_pipe()
|
/external/bluetooth/glib/glib/ |
D | gtestutils.c | 1520 sane_dup2 (int fd1, in sane_dup2() argument 1525 ret = dup2 (fd1, fd2); in sane_dup2()
|
/external/grub/ |
D | ChangeLog | 8390 * grub/asmstub.c (grub_stage2) [__linux__]: Don't use /dev/fd1.
|