Home
last modified time | relevance | path

Searched refs:svc_dg_data (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/head/rpcsvc/
H A Dsvc_dg_priv.h50 struct svc_dg_data { struct
62 #define get_svc_dg_data(xprt) ((struct svc_dg_data *)((xprt)->xp_p2)) argument
/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.h48 struct svc_dg_data { struct
55 #define get_svc_dg_data(xprt) ((struct svc_dg_data *)(xprt->xp_p2)) argument
H A Dypserv_resolv_common.c84 struct svc_dg_data *su = get_svc_dg_data(xprt); in svc_getxid()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c98 struct svc_dg_data *su = xprt ? get_svc_dg_data(xprt) : NULL; in svc_dg_xprtfree()
124 struct svc_dg_data *su = NULL; in svc_dg_create_private()
200 struct svc_dg_data *su; in svc_dg_xprtcopy()
244 if ((su = malloc(sizeof (struct svc_dg_data) + ucred_sz)) == NULL) { in svc_dg_xprtcopy()
363 struct svc_dg_data *su = get_svc_dg_data(xprt); in svc_dg_recv()
478 struct svc_dg_data *su = get_svc_dg_data(xprt); in svc_dg_reply()
589 *(uint32_t *)in = ((struct svc_dg_data *)(xprt->xp_p2))->su_xid; in svc_dg_control()
690 struct svc_dg_data *su; in svc_dg_enablecache()
757 struct svc_dg_data *su; in cache_set()
872 struct svc_dg_data *su; in cache_get()
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c717 struct svc_dg_data *bd; in rpcbproc_callit_com()