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

  /src/lib/libc/rpc/
svc_vc.c 98 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */ struct
136 struct cf_rendezvous *r = NULL;
305 struct cf_rendezvous *r;
315 r = (struct cf_rendezvous *)xprt->xp_p1;
400 struct cf_rendezvous *r;
408 r = (struct cf_rendezvous *)xprt->xp_p1;
409 mem_free(r, sizeof (struct cf_rendezvous));
438 struct cf_rendezvous *cfp;
440 cfp = (struct cf_rendezvous *)xprt->xp_p1;
svc_vc.c 98 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */ struct
136 struct cf_rendezvous *r = NULL;
305 struct cf_rendezvous *r;
315 r = (struct cf_rendezvous *)xprt->xp_p1;
400 struct cf_rendezvous *r;
408 r = (struct cf_rendezvous *)xprt->xp_p1;
409 mem_free(r, sizeof (struct cf_rendezvous));
438 struct cf_rendezvous *cfp;
440 cfp = (struct cf_rendezvous *)xprt->xp_p1;
svc_vc.c 98 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */ struct
136 struct cf_rendezvous *r = NULL;
305 struct cf_rendezvous *r;
315 r = (struct cf_rendezvous *)xprt->xp_p1;
400 struct cf_rendezvous *r;
408 r = (struct cf_rendezvous *)xprt->xp_p1;
409 mem_free(r, sizeof (struct cf_rendezvous));
438 struct cf_rendezvous *cfp;
440 cfp = (struct cf_rendezvous *)xprt->xp_p1;

Completed in 31 milliseconds