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

/freebsd-12-stable/lib/libc/rpc/
H A Dsvc_generic.c205 bool_t madefd = FALSE; /* whether fd opened here */ local
223 madefd = TRUE;
238 if (madefd || !__rpc_sockisbound(fd)) {
310 if (madefd)
313 if (!madefd) /* so that svc_destroy doesnt close fd */
H A Drpc_soc.c97 int madefd = FALSE; local
112 madefd = TRUE;
138 if (madefd == TRUE) {
155 err: if (madefd == TRUE)
210 int madefd = FALSE; local
226 madefd = TRUE;
236 if (madefd)
H A Dclnt_generic.c339 bool_t madefd = FALSE; /* whether fd opened here */ local
357 madefd = TRUE;
404 if (madefd) {
414 err1: if (madefd)

Completed in 109 milliseconds