Home
last modified time | relevance | path

Searched refs:ctl_frontend (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_frontend.h67 (struct ctl_frontend *)data)); \
71 (struct ctl_frontend *)data)); \
216 struct ctl_frontend *frontend; /* passed to CTL */
250 struct ctl_frontend { struct
257 STAILQ_ENTRY(ctl_frontend) links; /* used by CTL */ argument
264 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);
H A Dctl_frontend.c68 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()
H A Dctl_tpc_local.c71 static struct ctl_frontend tpcl_frontend =
H A Dctl_private.h411 STAILQ_HEAD(, ctl_frontend) fe_list;
H A DREADME.ctl.txt327 ctl_frontend.c,
328 ctl_frontend.h:
H A Dctl_frontend_ioctl.c101 static struct ctl_frontend cfi_frontend =
H A Dctl_frontend_cam_sim.c113 static struct ctl_frontend cfcs_frontend =
H A Dscsi_ctl.c72 #include <cam/ctl/ctl_frontend.h>
209 static struct ctl_frontend ctlfe_frontend =
H A Dctl_frontend_iscsi.c189 static struct ctl_frontend cfiscsi_frontend =
H A Dctl.c566 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()
/freebsd/sys/modules/ctl/
H A DMakefile10 SRCS+= ctl_frontend.c
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c282 static struct ctl_frontend cfumass_frontend = {
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c60 static struct ctl_frontend nvmft_frontend = {
/freebsd/sys/conf/
H A Dfiles106 cam/ctl/ctl_frontend.c optional ctl