Home
last modified time | relevance | path

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

/sunrpc/
A Dsvc_unix.c123 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()
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()
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()
526 XDR *xdrs = &(((struct unix_conn *) (xprt->xp_p1))->xdrs); in svcunix_freeargs()
[all …]

Completed in 5 milliseconds