Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cam/ctl/
HDctl_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()
HDctl_frontend.c66 extern struct ctl_softc *control_softc;
71 struct ctl_softc *softc = control_softc; in ctl_frontend_register()
107 struct ctl_softc *softc = control_softc; in ctl_frontend_deregister()
129 struct ctl_softc *softc = control_softc; in ctl_frontend_find()
146 struct ctl_softc *softc = control_softc; in ctl_port_register()
HDctl_backend_ramdisk.c134 extern struct ctl_softc *control_softc;
985 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_create()
1203 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_modify()
HDctl_backend_block.c218 extern struct ctl_softc *control_softc;
2258 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_create()
2275 control_softc->ha_mode == CTL_HA_MODE_SER_ONLY) { in ctl_be_block_create()
2538 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_modify()
2551 control_softc->ha_mode == CTL_HA_MODE_SER_ONLY) { in ctl_be_block_modify()
HDctl.c86 struct ctl_softc *control_softc = NULL; variable
602 struct ctl_softc *softc = control_softc; in ctl_ha_init()
623 struct ctl_softc *softc = control_softc; in ctl_ha_shutdown()
1408 struct ctl_softc *softc = control_softc; in ctl_isc_event_handler()
1852 softc = control_softc = malloc(sizeof(*control_softc), M_DEVBUF, in ctl_init()
1864 control_softc = NULL; in ctl_init()
1877 control_softc = NULL; in ctl_init()
1984 struct ctl_softc *softc = control_softc; in ctl_shutdown()
2021 control_softc = NULL; in ctl_shutdown()
4508 struct ctl_softc *ctl_softc = control_softc; in ctl_add_lun()