Searched refs:fdlist (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dcheck_bound.c62 struct fdlist { struct
65 struct fdlist *next;
69 static struct fdlist *fdhead; /* Link list of the check fd's */
70 static struct fdlist *fdtail;
73 static bool_t check_bound(struct fdlist *, const char *uaddr);
81 check_bound(struct fdlist *fdl, const char *uaddr)
111 struct fdlist *fdl;
117 fdl = (struct fdlist *)malloc((u_int)sizeof (struct fdlist));
141 struct fdlist *fd
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dcheck_bound.c65 struct fdlist { struct
68 struct fdlist *next;
72 static struct fdlist *fdhead; /* Link list of the check fd's */
73 static struct fdlist *fdtail;
76 static bool_t check_bound(struct fdlist *, const char *uaddr);
84 check_bound(struct fdlist *fdl, const char *uaddr)
114 struct fdlist *fdl;
120 fdl = (struct fdlist *)malloc((u_int)sizeof (struct fdlist));
144 struct fdlist *fd
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dclnt_bcast.c285 } fdlist[MAXBCAST]; local
334 TAILQ_INIT(&fdlist[fdlistno].nal);
336 &fdlist[fdlistno].nal) == 0)
344 fdlist[fdlistno].af = si.si_af;
345 fdlist[fdlistno].proto = si.si_proto;
346 fdlist[fdlistno].fd = fd;
347 fdlist[fdlistno].nconf = nconf;
348 fdlist[fdlistno].asize = __rpc_get_a_size(si.si_af);
351 pfd[fdlistno].fd = fdlist[fdlistno].fd = fd;
352 fdlist[fdlistn
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Dclnt_bcast.c287 } fdlist[MAXBCAST]; local
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[fdlistn
[all...]

Completed in 81 milliseconds