/external/elfutils/libdwfl/ |
D | open.c | 116 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() argument 120 Elf *elf = elf_begin (*fdp, ELF_C_READ_MMAP_PRIVATE, NULL); in __libdw_open_file() 123 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file() 130 error = __libdw_image_header (*fdp, &offset, in __libdw_open_file() 152 error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file() 170 close (*fdp); in __libdw_open_file() 171 *fdp = -1; in __libdw_open_file()
|
D | libdwflP.h | 623 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
|
/external/dbus/dbus/ |
D | dbus-sysdeps-win.c | 953 DBusPollFD *fdp = &fds[i]; in _dbus_poll() local 956 if (fdp->events & _DBUS_POLLIN) in _dbus_poll() 957 msgp += sprintf (msgp, "R:%d ", fdp->fd); in _dbus_poll() 959 if (fdp->events & _DBUS_POLLOUT) in _dbus_poll() 960 msgp += sprintf (msgp, "W:%d ", fdp->fd); in _dbus_poll() 962 msgp += sprintf (msgp, "E:%d\n\t", fdp->fd); in _dbus_poll() 977 DBusPollFD *fdp = &fds[i]; in _dbus_poll() local 983 if (fdp->events & _DBUS_POLLIN) in _dbus_poll() 986 if (fdp->events & _DBUS_POLLOUT) in _dbus_poll() 989 WSAEventSelect(fdp->fd, ev, lNetworkEvents); in _dbus_poll() [all …]
|
D | dbus-sysdeps-unix.c | 2582 DBusPollFD *fdp = &fds[i]; in _dbus_poll() 2584 if (fdp->events & _DBUS_POLLIN) in _dbus_poll() 2585 FD_SET (fdp->fd, &read_set); in _dbus_poll() 2587 if (fdp->events & _DBUS_POLLOUT) in _dbus_poll() 2588 FD_SET (fdp->fd, &write_set); in _dbus_poll() 2590 FD_SET (fdp->fd, &err_set); in _dbus_poll() 2592 max_fd = MAX (max_fd, fdp->fd); in _dbus_poll() 2605 DBusPollFD *fdp = &fds[i]; in _dbus_poll() 2607 fdp->revents = 0; in _dbus_poll() 2609 if (FD_ISSET (fdp->fd, &read_set)) in _dbus_poll() [all …]
|
/external/curl/docs/examples/ |
D | ghiper.c | 226 SockInfo *fdp = g_malloc0(sizeof(SockInfo)); in addsock() local 228 fdp->global = g; in addsock() 229 fdp->ch=g_io_channel_unix_new(s); in addsock() 230 setsock(fdp, s, easy, action, g); in addsock() 231 curl_multi_assign(g->multi, s, fdp); in addsock() 238 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local 244 remsock(fdp); in sock_cb() 247 if(!fdp) { in sock_cb() 255 "Changing action from %d to %d\n", fdp->action, what); in sock_cb() 256 setsock(fdp, s, e, what, g); in sock_cb()
|
D | hiperfifo.c | 253 SockInfo *fdp = calloc(sizeof(SockInfo), 1); in addsock() local 255 fdp->global = g; in addsock() 256 setsock(fdp, s, easy, action, g); in addsock() 257 curl_multi_assign(g->multi, s, fdp); in addsock() 264 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local 271 remsock(fdp); in sock_cb() 274 if(!fdp) { in sock_cb() 281 whatstr[fdp->action], whatstr[what]); in sock_cb() 282 setsock(fdp, s, e, what, g); in sock_cb()
|
D | anyauthput.c | 81 int *fdp = (int *)userp; in my_ioctl() local 82 int fd = *fdp; in my_ioctl() 107 int *fdp = (int *)stream; in read_callback() local 108 int fd = *fdp; in read_callback()
|
D | evhiperfifo.c | 268 SockInfo *fdp = calloc(sizeof(SockInfo), 1); in addsock() local 270 fdp->global = g; in addsock() 271 setsock(fdp, s, easy, action, g); in addsock() 272 curl_multi_assign(g->multi, s, fdp); in addsock() 282 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local 289 remsock(fdp, g); in sock_cb() 292 if(!fdp) { in sock_cb() 299 whatstr[fdp->action], whatstr[what]); in sock_cb() 300 setsock(fdp, s, e, what, g); in sock_cb()
|
D | asiohiper.cpp | 224 static void setsock(int *fdp, curl_socket_t s, CURL*e, int act, GlobalInfo*g) in setsock() argument 226 fprintf(MSG_OUT, "\nsetsock: socket=%d, act=%d, fdp=%p", s, act, fdp); in setsock() 239 *fdp = act; in setsock() 270 int *fdp = (int *) calloc(sizeof(int), 1); in addsock() local 272 setsock(fdp, s, easy, action, g); in addsock() 273 curl_multi_assign(g->multi, s, fdp); in addsock()
|
/external/dhcpcd-6.8.2/ |
D | control.c | 76 struct fd_data *fdp; in control_queue_free() local 78 while ((fdp = TAILQ_FIRST(&fd->queue))) { in control_queue_free() 79 TAILQ_REMOVE(&fd->queue, fdp, next); in control_queue_free() 80 if (fdp->freeit) in control_queue_free() 81 control_queue_purge(fd->ctx, fdp->data); in control_queue_free() 82 free(fdp); in control_queue_free() 84 while ((fdp = TAILQ_FIRST(&fd->free_queue))) { in control_queue_free() 85 TAILQ_REMOVE(&fd->free_queue, fdp, next); in control_queue_free() 86 free(fdp); in control_queue_free()
|
/external/pdfium/ |
D | xfa.gyp | 99 "xfa/src/fdp/include/fde.h", 100 "xfa/src/fdp/include/fde_brs.h", 101 "xfa/src/fdp/include/fde_css.h", 102 "xfa/src/fdp/include/fde_img.h", 103 "xfa/src/fdp/include/fde_mem.h", 104 "xfa/src/fdp/include/fde_pen.h", 105 "xfa/src/fdp/include/fde_psr.h", 106 "xfa/src/fdp/include/fde_pth.h", 107 "xfa/src/fdp/include/fde_rdr.h", 108 "xfa/src/fdp/include/fde_rdv.h", [all …]
|
D | BUILD.gn | 852 "xfa/src/fdp/include/fde.h", 853 "xfa/src/fdp/include/fde_brs.h", 854 "xfa/src/fdp/include/fde_css.h", 855 "xfa/src/fdp/include/fde_img.h", 856 "xfa/src/fdp/include/fde_mem.h", 857 "xfa/src/fdp/include/fde_pen.h", 858 "xfa/src/fdp/include/fde_psr.h", 859 "xfa/src/fdp/include/fde_pth.h", 860 "xfa/src/fdp/include/fde_rdr.h", 861 "xfa/src/fdp/include/fde_rdv.h", [all …]
|
/external/openssh/ |
D | authfd.c | 88 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() argument 94 if (fdp != NULL) in ssh_get_authentication_socket() 95 *fdp = -1; in ssh_get_authentication_socket() 116 if (fdp != NULL) in ssh_get_authentication_socket() 117 *fdp = sock; in ssh_get_authentication_socket()
|
D | authfd.h | 26 int ssh_get_authentication_socket(int *fdp);
|
D | channels.c | 382 channel_close_fd(int *fdp) in channel_close_fd() argument 384 int ret = 0, fd = *fdp; in channel_close_fd() 388 *fdp = -1; in channel_close_fd()
|
/external/elfutils/src/ |
D | elfcmp.c | 42 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp); 728 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() argument 743 *fdp = fd; in open_file()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 271 FileDescriptorProto fdp; in Generate() local 272 file_->CopyTo(&fdp); in Generate() 273 fdp.SerializeToString(&file_descriptor_serialized_); in Generate()
|
/external/blktrace/ |
D | blktrace.c | 1027 int cpu, *fdp; in close_client_connections() local 1029 for (cpu = 0, fdp = cl_fds; cpu < ncpus; cpu++, fdp++) { in close_client_connections() 1030 if (*fdp >= 0) { in close_client_connections() 1031 net_send_drops(*fdp); in close_client_connections() 1032 net_close_connection(fdp); in close_client_connections()
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1039 fdp = descriptor_pb2.FieldDescriptorProto 1040 AddDescriptorField(desc_proto, 'name', fdp.TYPE_STRING) 1041 AddDescriptorField(desc_proto, 'year', fdp.TYPE_INT64) 1042 AddDescriptorField(desc_proto, 'automatic', fdp.TYPE_BOOL) 1043 AddDescriptorField(desc_proto, 'price', fdp.TYPE_DOUBLE) 1048 new_field.type = fdp.TYPE_STRING
|