HomeSort by: relevance | last modified time | path
    Searched defs:madefd (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/rpc/
svc_generic.c 206 bool_t madefd = FALSE; /* whether fd opened here */ local in function:svc_tli_create
223 madefd = TRUE;
238 if (madefd || !__rpc_sockisbound(fd)) {
323 if (madefd)
clnt_generic.c 301 bool_t madefd = FALSE; /* whether fd opened here */ local in function:clnt_tli_create
319 madefd = TRUE;
368 if (madefd) {
380 err1: if (madefd)
rpc_soc.c 112 int madefd = FALSE; local in function:clnt_com_create
133 madefd = TRUE;
159 if (madefd == TRUE) {
176 err: if (madefd == TRUE)
230 int madefd = FALSE; local in function:svc_com_create
248 madefd = TRUE;
278 if (madefd)

Completed in 13 milliseconds