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

/freebsd-10.2-release/contrib/netbsd-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...]
/freebsd-10.2-release/usr.sbin/rpcbind/
H A Dcheck_bound.c63 struct fdlist { struct
66 struct fdlist *next;
70 static struct fdlist *fdhead; /* Link list of the check fd's */
71 static struct fdlist *fdtail;
74 static bool_t check_bound(struct fdlist *, char *uaddr);
82 check_bound(struct fdlist *fdl, char *uaddr)
114 struct fdlist *fdl;
120 fdl = malloc(sizeof (struct fdlist));
144 struct fdlist *fdl;
162 struct fdlist *fd
[all...]
/freebsd-10.2-release/lib/libc/rpc/
H A Dclnt_bcast.c269 } fdlist[MAXBCAST]; local
317 TAILQ_INIT(&fdlist[fdlistno].nal);
319 &fdlist[fdlistno].nal) == 0)
327 fdlist[fdlistno].af = si.si_af;
328 fdlist[fdlistno].proto = si.si_proto;
329 fdlist[fdlistno].fd = fd;
330 fdlist[fdlistno].nconf = nconf;
331 fdlist[fdlistno].asize = __rpc_get_a_size(si.si_af);
334 pfd[fdlistno].fd = fdlist[fdlistno].fd = fd;
335 fdlist[fdlistn
[all...]

Completed in 170 milliseconds