Searched defs:fde (Results 1 - 16 of 16) sorted by relevance

/sssd-io/src/sbus/
H A Dsssd_dbus_common.c65 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 Dsssd_dbus_private.h89 struct tevent_fd *fde; member in struct:sbus_watch_ctx
/sssd-io/src/tests/
H A Dcommon_dbus.c95 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 Dsss_sockets.c105 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 Dutil_watchdog.c132 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 Dinotify.c279 struct tevent_fd *fde,
278 snotify_internal_cb(struct tevent_context *ev, struct tevent_fd *fde, uint16_t flags, void *data) argument
H A Dserver.c326 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 Dchild_common.c338 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 Dtev_curl.c72 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 Dsecsrv_cmd.c585 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 Dkcmsrv_cmd.c612 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 Dmonitor_netlink.c764 static void netlink_fd_handler(struct tevent_context *ev, struct tevent_fd *fde, argument
/sssd-io/src/responder/common/
H A Dresponder_common.c79 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 Dsdap_async.c135 void sdap_ldap_result(struct tevent_context *ev, struct tevent_fd *fde, argument
H A Dsdap.h62 struct tevent_fd *fde; member in struct:fd_event_item
/sssd-io/src/resolv/
H A Dasync_resolv.c73 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) {

Completed in 93 milliseconds