Home
last modified time | relevance | path

Searched defs:ctl_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_private.h63 struct ctl_softc *ctl_softc; member
171 struct ctl_softc *ctl_softc; member
328 struct ctl_softc *ctl_softc; member
379 struct ctl_softc *ctl_softc; member
388 struct ctl_softc { struct
389 struct mtx ctl_lock;
390 struct cdev *dev;
391 int num_luns;
392 ctl_gen_flags flags;
393 ctl_ha_mode ha_mode;
[all …]
H A Dctl_frontend.h215 struct ctl_softc *ctl_softc; member
H A Dctl.c759 ctl_isc_handler_finish_xfer(struct ctl_softc *ctl_softc, in ctl_isc_handler_finish_xfer()
783 ctl_isc_handler_finish_ser_only(struct ctl_softc *ctl_softc, in ctl_isc_handler_finish_ser_only()
1854 ctl_clr_ua_allluns(struct ctl_softc *ctl_softc, uint32_t initidx, in ctl_clr_ua_allluns()
3924 ctl_pool_create(struct ctl_softc *ctl_softc, const char *pool_name, in ctl_pool_create()
4446 struct ctl_softc *ctl_softc = control_softc; in ctl_add_lun() local