| /sssd-io/src/sbus/ |
| H A D | sssd_dbus_common.c | 65 struct tevent_fd *fde, 152 if (watch->fde) { 169 watch->fde = tevent_add_fd(conn->ev, 172 if (!watch->fde) { 217 TEVENT_FD_READABLE(watch->fde); 220 TEVENT_FD_WRITEABLE(watch->fde); 224 TEVENT_FD_NOT_READABLE(watch->fde); 227 TEVENT_FD_NOT_WRITEABLE(watch->fde); 64 sbus_watch_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *data) argument
|
| H A D | sssd_dbus_private.h | 89 struct tevent_fd *fde; member in struct:sbus_watch_ctx
|
| /sssd-io/src/tests/ |
| H A D | common_dbus.c | 95 struct tevent_fd *fde, 94 on_sync_fd_written(struct tevent_context *loop, struct tevent_fd *fde, uint16_t flags, void *data) argument
|
| /sssd-io/src/util/ |
| H A D | sss_sockets.c | 105 struct tevent_fd *fde; member in struct:sssd_async_connect_state 112 struct tevent_fd *fde, uint16_t flags, 152 state->fde = tevent_add_fd(ev, state, fd, 155 if (state->fde == NULL) { 180 struct tevent_fd *fde, uint16_t flags, 198 talloc_zfree(fde); 179 sssd_async_connect_done(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *priv) argument
|
| H A D | util_watchdog.c | 132 struct tevent_fd *fde, 131 watchdog_fd_read_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *data) argument
|
| H A D | inotify.c | 279 struct tevent_fd *fde, 278 snotify_internal_cb(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *data) argument
|
| H A D | server.c | 326 struct tevent_fd *fde, 325 server_stdin_handler(struct tevent_context *event_ctx, struct tevent_fd *fde, uint16_t flags, void *private) argument
|
| H A D | child_common.c | 338 struct tevent_fd *fde, 347 struct tevent_fd *fde; local 357 fde = tevent_add_fd(ev, state, fd, TEVENT_FD_WRITE, 359 if (fde == NULL) { 372 struct tevent_fd *fde, 424 struct tevent_fd *fde, 432 struct tevent_fd *fde; local 441 fde = tevent_add_fd(ev, state, fd, TEVENT_FD_READ, 443 if (fde == NULL) { 456 struct tevent_fd *fde, 371 write_pipe_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *pvt) argument 455 read_pipe_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *pvt) argument [all...] |
| H A D | tev_curl.c | 72 struct tevent_fd *fde; /* tevent tracker of the fd events */ member in struct:tcurl_sock 257 struct tevent_fd *fde, 312 tcs->fde = tevent_add_fd(tctx->ev, tcs, sockfd, flags, 314 if (tcs->fde == NULL) { 369 tevent_fd_set_flags(tcsock->fde, flags); 256 tcurlsock_input_available(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *data) argument
|
| /sssd-io/src/responder/secrets/ |
| H A D | secsrv_cmd.c | 585 struct tevent_fd *fde, 584 sec_fd_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *ptr) argument
|
| /sssd-io/src/responder/kcm/ |
| H A D | kcmsrv_cmd.c | 612 struct tevent_fd *fde, 611 kcm_fd_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *ptr) argument
|
| /sssd-io/src/monitor/ |
| H A D | monitor_netlink.c | 764 static void netlink_fd_handler(struct tevent_context *ev, struct tevent_fd *fde, argument
|
| /sssd-io/src/responder/common/ |
| H A D | responder_common.c | 79 struct tevent_fd *fde, int fd, 441 struct tevent_fd *fde, 472 struct tevent_fd *fde, 78 client_close_fn(struct tevent_context *ev, struct tevent_fd *fde, int fd, void *ptr) argument 440 client_fd_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *ptr) argument 471 accept_fd_handler(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *ptr) argument
|
| /sssd-io/src/providers/ldap/ |
| H A D | sdap_async.c | 135 void sdap_ldap_result(struct tevent_context *ev, struct tevent_fd *fde, argument
|
| H A D | sdap.h | 62 struct tevent_fd *fde; member in struct:fd_event_item
|
| /sssd-io/src/resolv/ |
| H A D | async_resolv.c | 73 struct tevent_fd *fde; member in struct:fd_watch 133 fd_input_available(struct tevent_context *ev, struct tevent_fd *fde, argument 340 tevent_fd_set_flags(watch->fde, flags); 366 watch->fde = tevent_add_fd(ctx->ev_ctx, watch, s, flags, 368 if (watch->fde == NULL) {
|