Searched refs:ctl_frontend (Results 1 – 13 of 13) sorted by relevance
67 (struct ctl_frontend *)data)); \71 (struct ctl_frontend *)data)); \216 struct ctl_frontend *frontend; /* passed to CTL */250 struct ctl_frontend { struct257 STAILQ_ENTRY(ctl_frontend) links; /* used by CTL */ argument264 int ctl_frontend_register(struct ctl_frontend *fe);270 int ctl_frontend_deregister(struct ctl_frontend *fe);275 struct ctl_frontend * ctl_frontend_find(char *frontend_name);
71 ctl_frontend_register(struct ctl_frontend *fe) in ctl_frontend_register()74 struct ctl_frontend *fe_tmp; in ctl_frontend_register()107 ctl_frontend_deregister(struct ctl_frontend *fe) in ctl_frontend_deregister()122 STAILQ_REMOVE(&softc->fe_list, fe, ctl_frontend, links); in ctl_frontend_deregister()128 struct ctl_frontend *132 struct ctl_frontend *fe; in ctl_frontend_find()
72 static struct ctl_frontend tpcl_frontend =
467 STAILQ_HEAD(, ctl_frontend) fe_list;
327 ctl_frontend.c,328 ctl_frontend.h:
102 static struct ctl_frontend cfi_frontend =
114 static struct ctl_frontend cfcs_frontend =
210 static struct ctl_frontend ctlfe_frontend =
190 static struct ctl_frontend cfiscsi_frontend =
598 static struct ctl_frontend ha_frontend =2892 struct ctl_frontend *fe; in ctl_ioctl()3223 struct ctl_frontend *fe; in ctl_ioctl()3240 struct ctl_frontend *fe; in ctl_ioctl()
11 SRCS+= ctl_frontend.c
283 static struct ctl_frontend cfumass_frontend = {
106 cam/ctl/ctl_frontend.c optional ctl