rpc_tag_xprt_t
list_create(&tag->rt_xplist, sizeof (rpc_tag_xprt_t),
offsetof(rpc_tag_xprt_t, rtx_xprt_next));
rpc_tag_xprt_t *rtxp = (rpc_tag_xprt_t *)*last;
rpc_tag_xprt_t *rtxp;
rtxp = kmem_zalloc(sizeof (rpc_tag_xprt_t), KM_SLEEP);
rpc_tag_xprt_t *rtxp;
kmem_free(rtxp, sizeof (rpc_tag_xprt_t));
rpc_tag_xprt_t *rtxp;
kmem_free(rtxp, sizeof (rpc_tag_xprt_t));