Searched refs:fdp (Results 1 - 12 of 12) sorted by relevance

/external/dhcpcd/
H A Dbpf.c55 int *fdp = NULL; local
113 fdp = &iface->arp_fd;
117 fdp = &iface->raw_fd;
123 if (fdp) {
124 if (*fdp != -1)
125 close(*fdp);
126 *fdp = fd;
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c956 DBusPollFD *fdp = &fds[i]; local
959 if (fdp->events & _DBUS_POLLIN)
960 msgp += sprintf (msgp, "R:%d ", fdp->fd);
962 if (fdp->events & _DBUS_POLLOUT)
963 msgp += sprintf (msgp, "W:%d ", fdp->fd);
965 msgp += sprintf (msgp, "E:%d\n\t", fdp->fd);
980 DBusPollFD *fdp = &fds[i]; local
986 if (fdp->events & _DBUS_POLLIN)
989 if (fdp->events & _DBUS_POLLOUT)
992 WSAEventSelect(fdp
1019 DBusPollFD *fdp = &fds[i]; local
[all...]
H A Ddbus-sysdeps-unix.c2462 DBusPollFD *fdp = &fds[i];
2464 if (fdp->events & _DBUS_POLLIN)
2465 FD_SET (fdp->fd, &read_set);
2467 if (fdp->events & _DBUS_POLLOUT)
2468 FD_SET (fdp->fd, &write_set);
2470 FD_SET (fdp->fd, &err_set);
2472 max_fd = MAX (max_fd, fdp->fd);
2485 DBusPollFD *fdp = &fds[i];
2487 fdp->revents = 0;
2489 if (FD_ISSET (fdp
[all...]
/external/qemu/audio/
H A Dossaudio.c121 static void oss_anal_close (int *fdp) argument
125 qemu_set_fd_handler (*fdp, NULL, NULL, NULL);
126 err = close (*fdp);
128 oss_logerr (errno, "Failed to close file(fd=%d)\n", *fdp);
130 *fdp = -1;
/external/elfutils/src/
H A Delfcmp.c49 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
569 open_file (const char *fname, int *fdp, Ebl **eblp) argument
584 *fdp = fd;
/external/qemu/target-i386/
H A Dhax-interface.h39 uint32 fdp; member in struct:fx_layout::__anon9761::__anon9762
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc250 FileDescriptorProto fdp; local
251 file_->CopyTo(&fdp);
252 fdp.SerializeToString(&file_descriptor_serialized_);
/external/blktrace/
H A Dblktrace.c1027 int cpu, *fdp; local
1029 for (cpu = 0, fdp = cl_fds; cpu < ncpus; cpu++, fdp++) {
1030 if (*fdp >= 0) {
1031 net_send_drops(*fdp);
1032 net_close_connection(fdp);
/external/openssh/
H A Dchannels.c359 channel_close_fd(int *fdp) argument
361 int ret = 0, fd = *fdp;
365 *fdp = -1;
/external/llvm/
H A Dconfigure6514 # Extract the first word of "fdp", so it can be a program name with args.
6515 set dummy fdp; ac_word=$2
6541 test -z "$ac_cv_path_FDP" && ac_cv_path_FDP="echo fdp"
6555 if test "$FDP" != "echo fdp" ; then
/external/llvm/projects/sample/
H A Dconfigure6420 # Extract the first word of "fdp", so it can be a program name with args.
6421 set dummy fdp; ac_word=$2
6447 test -z "$ac_cv_path_FDP" && ac_cv_path_FDP="echo fdp"
6461 if test "$FDP" != "echo fdp" ; then
/external/compiler-rt/test/Unit/ppc/
H A Dfloatditf_test.h[all...]

Completed in 369 milliseconds