xa_softc_cmp
static int xa_softc_cmp(xa_softc_t *sc1, xa_softc_t *sc2);
RB_GENERATE(xa_softc_tree, xa_softc, rbnode, xa_softc_cmp);
RB_PROTOTYPE(xa_softc_tree, xa_softc, rbnode, xa_softc_cmp);