Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c84 uint32_t su_xid; /* transaction id */ member
213 su->su_xid = msg->rm_xid;
237 msg->rm_xid = su->su_xid;
458 victim->cache_xid = su->su_xid;
489 loc = CACHE_LOC(xprt, su->su_xid);
491 if (ent->cache_xid == su->su_xid &&
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c420 su->su_xid = msg->rm_xid; in svc_dg_recv()
497 msg->rm_xid = su->su_xid; in svc_dg_reply()
589 *(uint32_t *)in = ((struct svc_dg_data *)(xprt->xp_p2))->su_xid; in svc_dg_control()
824 su->su_xid, uc->uc_prog, uc->uc_vers, uc->uc_proc, uaddr); in cache_set()
844 victim->cache_xid = su->su_xid; in cache_set()
892 loc = CACHE_LOC(parent, su->su_xid); in cache_get()
894 if (ent->cache_xid == su->su_xid && in cache_get()
907 su->su_xid, msg->rm_call.cb_prog, in cache_get()
H A Dsvc_door.c77 uint32_t su_xid; /* transaction id */ member
583 su->su_xid = msg->rm_xid; in svc_door_recv()
595 msg->rm_xid = su->su_xid; in svc_door_reply()
/titanic_41/usr/src/head/rpcsvc/
H A Dsvc_dg_priv.h54 uint32_t su_xid; /* transaction id */ member
/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.h50 ulong_t su_xid; member
H A Dypserv_resolv_common.c88 return (su->su_xid); in svc_getxid()
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c965 fi = forward_register(bd->su_xid, caller, fd, ma.m_uaddr); in rpcbproc_callit_com()