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

  /src/lib/libc/rpc/
svc_vc.c 104 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
263 struct cf_conn *cd;
273 cd = mem_alloc(sizeof(struct cf_conn));
306 struct cf_conn *cd;
352 cd = (struct cf_conn *)newxprt->xp_p1;
399 struct cf_conn *cd;
402 cd = (struct cf_conn *)xprt->xp_p1;
414 mem_free(cd, sizeof(struct cf_conn));
475 struct cf_conn *cfp;
518 cfp = (struct cf_conn *)xprt->xp_p1
    [all...]
svc_vc.c 104 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
263 struct cf_conn *cd;
273 cd = mem_alloc(sizeof(struct cf_conn));
306 struct cf_conn *cd;
352 cd = (struct cf_conn *)newxprt->xp_p1;
399 struct cf_conn *cd;
402 cd = (struct cf_conn *)xprt->xp_p1;
414 mem_free(cd, sizeof(struct cf_conn));
475 struct cf_conn *cfp;
518 cfp = (struct cf_conn *)xprt->xp_p1
    [all...]

Completed in 22 milliseconds