xid_entry
static struct xid_entry *find_rpc();
static struct xid_entry xe_table[XID_CACHE_SIZE];
static struct xid_entry *xe_first = &xe_table[0];
static struct xid_entry *xe = &xe_table[0];
static struct xid_entry *xe_last = &xe_table[XID_CACHE_SIZE - 1];
static struct xid_entry *
struct xid_entry *x;
struct xid_entry *x;
len = sizeof (struct xid_entry);