OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fdlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rpcbind/
check_bound.c
68
struct
fdlist
{
struct
71
struct
fdlist
*next;
75
static struct
fdlist
*fdhead; /* Link list of the check fd's */
76
static struct
fdlist
*fdtail;
79
static bool_t check_bound(struct
fdlist
*, const char *uaddr);
87
check_bound(struct
fdlist
*fdl, const char *uaddr)
123
struct
fdlist
*fdl;
153
struct
fdlist
*fdl;
171
struct
fdlist
*fdl;
239
struct
fdlist
*fdl
[
all
...]
/src/lib/libc/rpc/
clnt_bcast.c
287
}
fdlist
[MAXBCAST];
local in function:rpc_broadcast_exp
336
TAILQ_INIT(&
fdlist
[fdlistno].nal);
338
&
fdlist
[fdlistno].nal) == 0)
346
fdlist
[fdlistno].af = si.si_af;
347
fdlist
[fdlistno].proto = si.si_proto;
348
fdlist
[fdlistno].fd = fd;
349
fdlist
[fdlistno].nconf = nconf;
350
fdlist
[fdlistno].asize = __rpc_get_a_size(si.si_af);
353
pfd[fdlistno].fd =
fdlist
[fdlistno].fd = fd;
354
fdlist
[fdlistno].dsize = __rpc_get_t_size(si.si_af, si.si_proto
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025