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

  /src/lib/libc/rpc/
svc_dg.h 45 u_int32_t su_xid; /* transaction id */ member in struct:svc_dg_data
51 #define __rpcb_get_dg_xidp(x) (&((struct svc_dg_data *)(x)->xp_p2)->su_xid)
svc_dg.c 226 su->su_xid = msg->rm_xid;
253 msg->rm_xid = su->su_xid;
538 su->su_xid, uc->uc_prog, uc->uc_vers,
549 victim->cache_xid = su->su_xid;
590 loc = CACHE_LOC(xprt, su->su_xid);
592 if (ent->cache_xid == su->su_xid &&
605 su->su_xid, msg->rm_call.cb_prog,

Completed in 13 milliseconds