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

  /external/dhcpcd/
bpf.c 55 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/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 250 FileDescriptorProto fdp; local
251 file_->CopyTo(&fdp);
252 fdp.SerializeToString(&file_descriptor_serialized_);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 218 GLEnum fsf = front.sf, fdf = front.df, fdp = front.dp; local
224 fdp = GLEnum.valueOf(msg.getArg3());
231 if (fsf == front.sf && fdf == front.df && fdp == front.dp)
236 front.dp = fdp;
  /external/dbus/dbus/
dbus-sysdeps-win.c 956 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->fd, ev, lNetworkEvents)
1019 DBusPollFD *fdp = &fds[i]; local
    [all...]
  /external/qemu/target-i386/
hax-interface.h 39 uint32 fdp; member in struct:fx_layout::__anon11321::__anon11322
  /external/blktrace/
blktrace.c 1027 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);
    [all...]

Completed in 245 milliseconds