Searched defs:fdtail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dfdlist.c41 static struct fd_lst *fdtail = NULL; variable in typeref:struct:fd_lst
86 fdtail->next = fdnew;
88 fdtail = fdnew;
89 fdtail->fd[0] = fd;
90 fdtail->fds[0] = fds;
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c73 static struct fdlist *fdtail; variable in typeref:struct:fdlist
168 fdtail = fdl;
170 fdtail->next = fdl;
171 fdtail = fdl;

Completed in 44 milliseconds