xa_softc
RB_ENTRY(xa_softc) rbnode;
typedef struct xa_softc xa_softc_t;
RB_GENERATE(xa_softc_tree, xa_softc, rbnode, xa_softc_cmp);
static void xa_terminate_check(struct xa_softc *sc);
xa_terminate_check(struct xa_softc *sc)
struct xa_softc;
RB_HEAD(xa_softc_tree, xa_softc);
RB_PROTOTYPE(xa_softc_tree, xa_softc, rbnode, xa_softc_cmp);
struct xa_softc *sc;
struct xa_softc *sc;
struct xa_softc;
struct xa_softc *xa_sc;