OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_list
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
control.h
55
struct
fd_list
{
struct
56
TAILQ_ENTRY(
fd_list
) next;
65
TAILQ_HEAD(fd_list_head,
fd_list
);
75
struct
fd_list
*control_new(struct dhcpcd_ctx *, int, unsigned int);
76
void control_free(struct
fd_list
*);
77
void control_delete(struct
fd_list
*);
78
int control_queue(struct
fd_list
*, void *, size_t);
79
void control_recvdata(struct
fd_list
*fd, char *, size_t);
privsep-control.h
37
ssize_t ps_ctl_handleargs(struct
fd_list
*, char *, size_t);
38
ssize_t ps_ctl_sendargs(struct
fd_list
*, void *, size_t);
39
ssize_t ps_ctl_sendeof(struct
fd_list
*fd);
script.h
38
int send_interface(struct
fd_list
*, const struct interface *, int);
privsep-control.c
79
ps_ctl_handleargs(struct
fd_list
*fd, char *data, size_t len)
111
struct
fd_list
*fd;
193
struct
fd_list
*fd;
281
ps_ctl_sendargs(struct
fd_list
*fd, void *data, size_t len)
294
ps_ctl_sendeof(struct
fd_list
*fd)
control.c
59
control_queue_free(struct
fd_list
*fd)
81
control_free(struct
fd_list
*fd)
97
control_hangup(struct
fd_list
*fd)
110
control_handle_read(struct
fd_list
*fd)
149
control_handle_write(struct
fd_list
*fd)
207
struct
fd_list
*fd = arg;
225
control_recvdata(struct
fd_list
*fd, char *data, size_t len)
279
struct
fd_list
*
282
struct
fd_list
*l;
305
struct
fd_list
*l
[
all
...]
dhcpcd.h
202
struct
fd_list
*ps_control; /* Queue for the above */
203
struct
fd_list
*ps_control_client; /* Queue for the above */
265
int dhcpcd_handleargs(struct dhcpcd_ctx *, struct
fd_list
*, int, char **);
script.c
582
send_interface1(struct
fd_list
*fd, const struct interface *ifp,
595
send_interface(struct
fd_list
*fd, const struct interface *ifp, int af)
752
struct
fd_list
*fd;
dhcpcd.c
1610
dhcpcd_handleargs(struct dhcpcd_ctx *ctx, struct
fd_list
*fd,
/src/external/gpl3/gdb.old/dist/gdbserver/
hostio.cc
31
struct
fd_list
struct
34
struct
fd_list
*next;
37
static struct
fd_list
*open_fds;
184
struct
fd_list
*fd_ptr;
304
struct
fd_list
*new_fd;
335
new_fd = XNEW (struct
fd_list
);
530
struct
fd_list
**open_fd_p, *old_fd;
/src/external/gpl3/gdb/dist/gdbserver/
hostio.cc
31
struct
fd_list
struct
34
struct
fd_list
*next;
37
static struct
fd_list
*open_fds;
191
struct
fd_list
*fd_ptr;
311
struct
fd_list
*new_fd;
342
new_fd = XNEW (struct
fd_list
);
580
struct
fd_list
**open_fd_p, *old_fd;
/src/external/bsd/ntp/dist/ntpd/
ntp_io.c
252
vsock_t *
fd_list
;
variable
4539
while (
fd_list
!= NULL)
4540
close_and_delete_fd_from_list(
fd_list
->fd, NULL);
4561
LINK_SLIST(
fd_list
, lsock, link);
4574
UNLINK_EXPR_SLIST(lsock,
fd_list
, fd ==
Completed in 62 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026