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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c235 bool_t madefd = FALSE; /* whether fd opened here */ local
256 madefd = TRUE;
550 * if (madefd && (tinfo.servtype == T_CLTS))
557 if (madefd)
562 if (!madefd) /* so that svc_destroy doesnt close fd */
H A Dclnt_generic.c600 bool_t madefd; /* whether fd opened here */ local
614 madefd = TRUE;
646 madefd = FALSE;
731 if (madefd) {
742 err1: if (madefd)
H A Drpc_soc.c77 int madefd = FALSE; local
96 madefd = TRUE;
127 if (madefd == TRUE) {
145 err: if (madefd == TRUE)
196 int madefd = FALSE; local
217 madefd = TRUE;
225 if (madefd)

Completed in 24 milliseconds