Searched refs:ctl_frontend (Results 1 – 14 of 14) 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);
68 ctl_frontend_register(struct ctl_frontend *fe) in ctl_frontend_register()71 struct ctl_frontend *fe_tmp; in ctl_frontend_register()104 ctl_frontend_deregister(struct ctl_frontend *fe) in ctl_frontend_deregister()119 STAILQ_REMOVE(&softc->fe_list, fe, ctl_frontend, links); in ctl_frontend_deregister()125 struct ctl_frontend *129 struct ctl_frontend *fe; in ctl_frontend_find()
71 static struct ctl_frontend tpcl_frontend =
411 STAILQ_HEAD(, ctl_frontend) fe_list;
327 ctl_frontend.c,328 ctl_frontend.h:
101 static struct ctl_frontend cfi_frontend =
113 static struct ctl_frontend cfcs_frontend =
72 #include <cam/ctl/ctl_frontend.h>209 static struct ctl_frontend ctlfe_frontend =
189 static struct ctl_frontend cfiscsi_frontend =
566 static struct ctl_frontend ha_frontend =2868 struct ctl_frontend *fe; in ctl_ioctl()3199 struct ctl_frontend *fe; in ctl_ioctl()3216 struct ctl_frontend *fe; in ctl_ioctl()3233 struct ctl_frontend *fe; in ctl_ioctl()
10 SRCS+= ctl_frontend.c
282 static struct ctl_frontend cfumass_frontend = {
60 static struct ctl_frontend nvmft_frontend = {
106 cam/ctl/ctl_frontend.c optional ctl