Searched refs:fd_event (Results 1 - 25 of 69) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Devent.h29 void event_fd_set_writeable(struct fd_event *fde);
30 void event_fd_set_not_writeable(struct fd_event *fde);
31 void event_fd_set_readable(struct fd_event *fde);
32 void event_fd_set_not_readable(struct fd_event *fde);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Devent.h29 void event_fd_set_writeable(struct fd_event *fde);
30 void event_fd_set_not_writeable(struct fd_event *fde);
31 void event_fd_set_readable(struct fd_event *fde);
32 void event_fd_set_not_readable(struct fd_event *fde);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Devent.h29 void event_fd_set_writeable(struct fd_event *fde);
30 void event_fd_set_not_writeable(struct fd_event *fde);
31 void event_fd_set_readable(struct fd_event *fde);
32 void event_fd_set_not_readable(struct fd_event *fde);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Devents.c36 struct fd_event { struct
37 struct fd_event *prev, *next;
42 struct fd_event *event,
60 struct fd_event *fd_events;
133 static int fd_event_destructor(struct fd_event *fde)
141 struct fd_event *event_add_fd(struct event_context *event_ctx,
145 struct fd_event *event,
150 struct fd_event *fde;
152 if (!(fde = TALLOC_P(mem_ctx, struct fd_event))) {
168 void event_fd_set_writeable(struct fd_event *fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Devents.c36 struct fd_event { struct
37 struct fd_event *prev, *next;
42 struct fd_event *event,
60 struct fd_event *fd_events;
133 static int fd_event_destructor(struct fd_event *fde)
141 struct fd_event *event_add_fd(struct event_context *event_ctx,
145 struct fd_event *event,
150 struct fd_event *fde;
152 if (!(fde = TALLOC_P(mem_ctx, struct fd_event))) {
168 void event_fd_set_writeable(struct fd_event *fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Devents.c36 struct fd_event { struct
37 struct fd_event *prev, *next;
42 struct fd_event *event,
60 struct fd_event *fd_events;
133 static int fd_event_destructor(struct fd_event *fde)
141 struct fd_event *event_add_fd(struct event_context *event_ctx,
145 struct fd_event *event,
150 struct fd_event *fde;
152 if (!(fde = TALLOC_P(mem_ctx, struct fd_event))) {
168 void event_fd_set_writeable(struct fd_event *fd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_notify_fam.c69 struct fd_event *fd_event,
133 struct fd_event *fd_event,
149 TALLOC_FREE(fd_event);
132 fam_handler(struct event_context *event_ctx, struct fd_event *fd_event, uint16 flags, void *private_data) argument
H A Dvfs_preopen.c27 struct fd_event *fde;
108 struct fd_event *fde, uint16_t flags,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_notify_fam.c69 struct fd_event *fd_event,
133 struct fd_event *fd_event,
149 TALLOC_FREE(fd_event);
132 fam_handler(struct event_context *event_ctx, struct fd_event *fd_event, uint16 flags, void *private_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_notify_fam.c69 struct fd_event *fd_event,
133 struct fd_event *fd_event,
149 TALLOC_FREE(fd_event);
132 fam_handler(struct event_context *event_ctx, struct fd_event *fd_event, uint16 flags, void *private_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dwinbindd.h45 /* bits for fd_event.flags */
49 struct fd_event { struct
50 struct fd_event *next, *prev;
53 void (*handler)(struct fd_event *fde, int flags);
71 struct fd_event fd_event; member in struct:winbindd_cli_state
148 struct fd_event event;
H A Dwinbindd.c329 * loop. fd_event->handler is called whenever the socket is readable/writable.
332 static struct fd_event *fd_events = NULL;
334 void add_fd_event(struct fd_event *ev)
336 struct fd_event *match;
338 /* only add unique fd_event structs */
352 void remove_fd_event(struct fd_event *ev)
362 static void rw_callback(struct fd_event *event, int flags)
403 * Request an async read/write on a fd_event structure. (*finished) is called
407 void setup_async_read(struct fd_event *event, void *data, size_t length,
421 void setup_async_write(struct fd_event *even
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dwinbindd.h45 /* bits for fd_event.flags */
49 struct fd_event { struct
50 struct fd_event *next, *prev;
53 void (*handler)(struct fd_event *fde, int flags);
71 struct fd_event fd_event; member in struct:winbindd_cli_state
148 struct fd_event event;
H A Dwinbindd.c329 * loop. fd_event->handler is called whenever the socket is readable/writable.
332 static struct fd_event *fd_events = NULL;
334 void add_fd_event(struct fd_event *ev)
336 struct fd_event *match;
338 /* only add unique fd_event structs */
352 void remove_fd_event(struct fd_event *ev)
362 static void rw_callback(struct fd_event *event, int flags)
403 * Request an async read/write on a fd_event structure. (*finished) is called
407 void setup_async_read(struct fd_event *event, void *data, size_t length,
421 void setup_async_write(struct fd_event *even
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dwinbindd.h45 /* bits for fd_event.flags */
49 struct fd_event { struct
50 struct fd_event *next, *prev;
53 void (*handler)(struct fd_event *fde, int flags);
71 struct fd_event fd_event; member in struct:winbindd_cli_state
148 struct fd_event event;
H A Dwinbindd.c329 * loop. fd_event->handler is called whenever the socket is readable/writable.
332 static struct fd_event *fd_events = NULL;
334 void add_fd_event(struct fd_event *ev)
336 struct fd_event *match;
338 /* only add unique fd_event structs */
352 void remove_fd_event(struct fd_event *ev)
362 static void rw_callback(struct fd_event *event, int flags)
403 * Request an async read/write on a fd_event structure. (*finished) is called
407 void setup_async_read(struct fd_event *event, void *data, size_t length,
421 void setup_async_write(struct fd_event *even
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/modules/
H A Dvfs_notify_fam.c70 struct fd_event *fd_event,
134 struct fd_event *fd_event,
150 TALLOC_FREE(fd_event);
133 fam_handler(struct event_context *event_ctx, struct fd_event *fd_event, uint16 flags, void *private_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/modules/
H A Dvfs_notify_fam.c70 struct fd_event *fd_event,
134 struct fd_event *fd_event,
150 TALLOC_FREE(fd_event);
133 fam_handler(struct event_context *event_ctx, struct fd_event *fd_event, uint16 flags, void *private_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/modules/
H A Dvfs_notify_fam.c70 struct fd_event *fd_event,
134 struct fd_event *fd_event,
150 TALLOC_FREE(fd_event);
133 fam_handler(struct event_context *event_ctx, struct fd_event *fd_event, uint16 flags, void *private_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dser-base.c35 static handler_func fd_event; variable
53 /* The fd_event() handler is scheduled. It is called when ever the
86 add_file_handler (scb->fd, fd_event, scb);
98 add_file_handler (scb->fd, fd_event, scb);
132 fd_event (int error, void *context) function
302 Initially data from the input FIFO is returned (fd_event()
307 level fd_event() poll_event() code (which also calls reschedule())
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dser-base.c35 static handler_func fd_event; variable
53 /* The fd_event() handler is scheduled. It is called when ever the
86 add_file_handler (scb->fd, fd_event, scb);
98 add_file_handler (scb->fd, fd_event, scb);
132 fd_event (int error, void *context) function
302 Initially data from the input FIFO is returned (fd_event()
307 level fd_event() poll_event() code (which also calls reschedule())
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dser-base.c35 static handler_func fd_event; variable
53 /* The fd_event() handler is scheduled. It is called when ever the
86 add_file_handler (scb->fd, fd_event, scb);
98 add_file_handler (scb->fd, fd_event, scb);
132 fd_event (int error, void *context) function
302 Initially data from the input FIFO is returned (fd_event()
307 level fd_event() poll_event() code (which also calls reschedule())
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Doplock_irix.c30 struct fd_event *read_fde;
277 struct fd_event *fde,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Doplock_irix.c30 struct fd_event *read_fde;
277 struct fd_event *fde,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Doplock_irix.c30 struct fd_event *read_fde;
277 struct fd_event *fde,

Completed in 367 milliseconds

123