Home
last modified time | relevance | path

Searched refs:XPRT_DIED (Results 1 – 4 of 4) sorted by relevance

/sunrpc/
A Dsvc_tcp.c353 ((struct tcp_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in readtcp()
371 ((struct tcp_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in writetcp()
384 if (cd->strm_stat == XPRT_DIED) in svctcp_stat()
385 return XPRT_DIED; in svctcp_stat()
404 cd->strm_stat = XPRT_DIED; /* XXXX */ in svctcp_recv()
A Dsvc_unix.c455 ((struct unix_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in readunix()
473 ((struct unix_conn *) (xprt->xp_p1))->strm_stat = XPRT_DIED; in writeunix()
486 if (cd->strm_stat == XPRT_DIED) in svcunix_stat()
487 return XPRT_DIED; in svcunix_stat()
512 cd->strm_stat = XPRT_DIED; /* XXXX */ in svcunix_recv()
A Dsvc.c537 if ((stat = SVC_STAT (xprt)) == XPRT_DIED) in libc_hidden_def()
/sunrpc/rpc/
A Dsvc.h82 XPRT_DIED, enumerator

Completed in 10 milliseconds