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

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dfdlist.c40 static struct fd_lst *fdlist = NULL; variable in typeref:struct:fd_lst
63 fdc = fdlist;
83 if (fdlist == NULL)
84 fdlist = fdnew;
99 struct fd_lst *fdc = fdlist;
119 struct fd_lst *fdc = fdlist;
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c64 struct fdlist { struct
68 struct fdlist *next;
72 static struct fdlist *fdhead; /* Link list of the check fd's */
73 static struct fdlist *fdtail;
85 check_bound(struct fdlist *fdl, char *uaddr)
149 struct fdlist *fdl;
157 fdl = (struct fdlist *)malloc((uint_t)sizeof (struct fdlist));
307 struct fdlist *fdl;
329 struct fdlist *fd
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c464 fdlist(char *str, /* string of filedescriptors */ function
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c129 } fdlist[MAXBCAST]; local
201 fdlist[fdlistno].fd = fd;
202 fdlist[fdlistno].nconf = nconf;
203 fdlist[fdlistno].udp_flag = FALSE;
205 ((fdlist[fdlistno].raddr.buf = malloc(addrlen)) == NULL)) {
210 fdlist[fdlistno].raddr.maxlen = addrlen;
211 fdlist[fdlistno].raddr.len = addrlen;
214 pfd[fdlistno].fd = fdlist[fdlistno].fd = fd;
215 fdlist[fdlistno].asize = addrlen;
217 if ((fdlist[fdlistn
[all...]

Completed in 59 milliseconds