Home
last modified time | relevance | path

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

/NextBSD/lib/libc/rpc/
HDsvc_vc.c97 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
243 struct cf_conn *cd; in makefd_xprt()
254 cd = mem_alloc(sizeof(struct cf_conn)); in makefd_xprt()
283 struct cf_conn *cd; in rendezvous_request()
332 cd = (struct cf_conn *)newxprt->xp_p1; in rendezvous_request()
390 struct cf_conn *cd; in __svc_vc_dodestroy()
393 cd = (struct cf_conn *)xprt->xp_p1; in __svc_vc_dodestroy()
405 mem_free(cd, sizeof(struct cf_conn)); in __svc_vc_dodestroy()
458 struct cf_conn *cfp; in read_vc()
465 cfp = (struct cf_conn *)xprt->xp_p1; in read_vc()
[all …]
/NextBSD/sys/rpc/
HDsvc_vc.c207 struct cf_conn *cd = NULL; in svc_vc_create_conn()
298 struct cf_conn *cd = NULL; in svc_vc_create_backchannel()
483 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_destroy()
497 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_backchannel_destroy()
534 struct cf_conn *cd; in svc_vc_stat()
536 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_stat()
562 struct cf_conn *cd; in svc_vc_backchannel_stat()
564 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_backchannel_stat()
580 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_process_pending()
657 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_recv()
[all …]
HDkrpc.h104 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
HDclnt_vc.c845 struct cf_conn *cd; in clnt_vc_soupcall()
989 cd = (struct cf_conn *) in clnt_vc_soupcall()