Home
last modified time | relevance | path

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

/freebsd-14.2/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.c71 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()
H A Dctl_tpc_local.c72 static struct ctl_frontend tpcl_frontend =
H A Dctl_private.h467 STAILQ_HEAD(, ctl_frontend) fe_list;
H A DREADME.ctl.txt327 ctl_frontend.c,
328 ctl_frontend.h:
H A Dctl_frontend_ioctl.c102 static struct ctl_frontend cfi_frontend =
H A Dctl_frontend_cam_sim.c114 static struct ctl_frontend cfcs_frontend =
H A Dscsi_ctl.c210 static struct ctl_frontend ctlfe_frontend =
H A Dctl_frontend_iscsi.c190 static struct ctl_frontend cfiscsi_frontend =
H A Dctl.c598 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()
/freebsd-14.2/sys/modules/ctl/
H A DMakefile11 SRCS+= ctl_frontend.c
/freebsd-14.2/sys/dev/usb/storage/
H A Dcfumass.c283 static struct ctl_frontend cfumass_frontend = {
/freebsd-14.2/sys/conf/
H A Dfiles106 cam/ctl/ctl_frontend.c optional ctl