Home
last modified time | relevance | path

Searched refs:control_softc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend.c63 extern struct ctl_softc *control_softc;
68 struct ctl_softc *softc = control_softc; in ctl_backend_register()
104 struct ctl_softc *softc = control_softc; in ctl_backend_deregister()
126 struct ctl_softc *softc = control_softc; in ctl_backend_find()
H A Dctl_frontend.c68 extern struct ctl_softc *control_softc;
73 struct ctl_softc *softc = control_softc; in ctl_frontend_register()
109 struct ctl_softc *softc = control_softc; in ctl_frontend_deregister()
131 struct ctl_softc *softc = control_softc; in ctl_frontend_find()
148 struct ctl_softc *softc = control_softc; in ctl_port_register()
H A Dctl_backend_ramdisk.c136 extern struct ctl_softc *control_softc;
959 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_create()
1103 /*proc*/control_softc->ctl_proc, in ctl_backend_ramdisk_create()
1184 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_modify()
H A Dctl_backend_block.c228 extern struct ctl_softc *control_softc;
2332 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_create()
2349 control_softc->ha_mode == CTL_HA_MODE_SER_ONLY) { in ctl_be_block_create()
2449 /*proc*/control_softc->ctl_proc, in ctl_be_block_create()
2615 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_modify()
2628 control_softc->ha_mode == CTL_HA_MODE_SER_ONLY) { in ctl_be_block_modify()
H A Dctl.c90 struct ctl_softc *control_softc = NULL; variable
608 struct ctl_softc *softc = control_softc; in ctl_ha_init()
629 struct ctl_softc *softc = control_softc; in ctl_ha_shutdown()
1489 struct ctl_softc *softc = control_softc; in ctl_isc_event_handler()
1935 softc = control_softc = malloc(sizeof(*control_softc), M_DEVBUF, in ctl_init()
1948 control_softc = NULL; in ctl_init()
1961 control_softc = NULL; in ctl_init()
2068 struct ctl_softc *softc = control_softc; in ctl_shutdown()
2105 control_softc = NULL; in ctl_shutdown()
4581 struct ctl_softc *ctl_softc = control_softc; in ctl_add_lun()