Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ctl/
H A Dctl_backend.c65 extern struct ctl_softc *control_softc;
70 struct ctl_softc *softc = control_softc; in ctl_backend_register()
106 struct ctl_softc *softc = control_softc; in ctl_backend_deregister()
128 struct ctl_softc *softc = control_softc; in ctl_backend_find()
H A Dctl_frontend.c70 extern struct ctl_softc *control_softc;
75 struct ctl_softc *softc = control_softc; in ctl_frontend_register()
111 struct ctl_softc *softc = control_softc; in ctl_frontend_deregister()
133 struct ctl_softc *softc = control_softc; in ctl_frontend_find()
150 struct ctl_softc *softc = control_softc; in ctl_port_register()
H A Dctl_backend_ramdisk.c138 extern struct ctl_softc *control_softc;
960 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_create()
1104 /*proc*/control_softc->ctl_proc, in ctl_backend_ramdisk_create()
1185 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_modify()
H A Dctl_backend_block.c226 extern struct ctl_softc *control_softc;
2239 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_create()
2256 control_softc->ha_mode == CTL_HA_MODE_SER_ONLY) { in ctl_be_block_create()
2356 /*proc*/control_softc->ctl_proc, in ctl_be_block_create()
2522 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_modify()
2535 control_softc->ha_mode == CTL_HA_MODE_SER_ONLY) { in ctl_be_block_modify()
H A Dctl.c92 struct ctl_softc *control_softc = NULL; variable
610 struct ctl_softc *softc = control_softc; in ctl_ha_init()
631 struct ctl_softc *softc = control_softc; in ctl_ha_shutdown()
1417 struct ctl_softc *softc = control_softc; in ctl_isc_event_handler()
1862 softc = control_softc = malloc(sizeof(*control_softc), M_DEVBUF, in ctl_init()
1875 control_softc = NULL; in ctl_init()
1888 control_softc = NULL; in ctl_init()
1995 struct ctl_softc *softc = control_softc; in ctl_shutdown()
2032 control_softc = NULL; in ctl_shutdown()
4499 struct ctl_softc *ctl_softc = control_softc; in ctl_add_lun()