Lines Matching refs:unix_conn
123 struct unix_conn { /* kept in xprt->xp_p1 */ struct
222 struct unix_conn *cd; in libc_hidden_nolink_sunrpc()
225 cd = (struct unix_conn *) mem_alloc (sizeof (struct unix_conn)); in libc_hidden_nolink_sunrpc()
226 if (xprt == (SVCXPRT *) NULL || cd == (struct unix_conn *) NULL) in libc_hidden_nolink_sunrpc()
231 mem_free (cd, sizeof (struct unix_conn)); in libc_hidden_nolink_sunrpc()
295 struct unix_conn *cd = (struct unix_conn *) xprt->xp_p1; in svcunix_destroy()
309 mem_free ((caddr_t) cd, sizeof (struct unix_conn)); in svcunix_destroy()
455 ((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()
483 struct unix_conn *cd = in svcunix_stat()
484 (struct unix_conn *) (xprt->xp_p1); in svcunix_stat()
496 struct unix_conn *cd = (struct unix_conn *) (xprt->xp_p1); in svcunix_recv()
519 return (*xdr_args) (&(((struct unix_conn *) (xprt->xp_p1))->xdrs), in svcunix_getargs()
526 XDR *xdrs = &(((struct unix_conn *) (xprt->xp_p1))->xdrs); in svcunix_freeargs()
535 struct unix_conn *cd = (struct unix_conn *) (xprt->xp_p1); in svcunix_reply()