Searched defs:madefd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c236 bool_t madefd = FALSE; /* whether fd opened here */ local
256 madefd = TRUE;
555 * if (madefd && (tinfo.servtype == T_CLTS))
562 if (madefd)
567 if (!madefd) /* so that svc_destroy doesnt close fd */
H A Dclnt_generic.c606 bool_t madefd; /* whether fd opened here */ local
620 madefd = TRUE;
652 madefd = FALSE;
737 if (madefd) {
748 err1: if (madefd)
H A Drpc_soc.c80 int madefd = FALSE; local
99 madefd = TRUE;
130 if (madefd == TRUE) {
148 err: if (madefd == TRUE)
199 int madefd = FALSE; local
220 madefd = TRUE;
228 if (madefd)

Completed in 48 milliseconds