ctl_frontend
struct ctl_frontend *fe;
struct ctl_frontend *fe;
struct ctl_frontend *fe;
struct ctl_frontend *fe;
static struct ctl_frontend ha_frontend =
ctl_frontend_deregister(struct ctl_frontend *fe)
STAILQ_REMOVE(&softc->fe_list, fe, ctl_frontend, links);
struct ctl_frontend *
struct ctl_frontend *fe;
ctl_frontend_register(struct ctl_frontend *fe)
struct ctl_frontend *fe_tmp;
struct ctl_frontend *frontend; /* passed to CTL */
STAILQ_ENTRY(ctl_frontend) links; /* used by CTL */
int ctl_frontend_register(struct ctl_frontend *fe);
int ctl_frontend_deregister(struct ctl_frontend *fe);
struct ctl_frontend * ctl_frontend_find(char *frontend_name);
(struct ctl_frontend *)data)); \
(struct ctl_frontend *)data)); \
static struct ctl_frontend cfcs_frontend =
static struct ctl_frontend cfi_frontend =
static struct ctl_frontend cfiscsi_frontend =
STAILQ_HEAD(, ctl_frontend) fe_list;
static struct ctl_frontend tpcl_frontend =
static struct ctl_frontend ctlfe_frontend =
static struct ctl_frontend nvmft_frontend = {
static struct ctl_frontend cfumass_frontend = {