Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_backend.c65 struct ctl_softc *softc = control_softc; in ctl_backend_register()
101 struct ctl_softc *softc = control_softc; in ctl_backend_deregister()
123 struct ctl_softc *softc = control_softc; in ctl_backend_find()
H A Dctl_frontend.c70 struct ctl_softc *softc = control_softc; in ctl_frontend_register()
106 struct ctl_softc *softc = control_softc; in ctl_frontend_deregister()
128 struct ctl_softc *softc = control_softc; in ctl_frontend_find()
145 struct ctl_softc *softc = control_softc; in ctl_port_register()
H A Dctl_backend_ramdisk.c1153 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_create()
1297 /*proc*/control_softc->ctl_proc, in ctl_backend_ramdisk_create()
1378 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_modify()
H A Dctl_private.h429 extern struct ctl_softc *control_softc;
H A Dctl_backend_block.c2665 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_create()
2682 control_softc->ha_mode == CTL_HA_MODE_SER_ONLY) { in ctl_be_block_create()
2782 /*proc*/control_softc->ctl_proc, in ctl_be_block_create()
2948 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_modify()
2961 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
576 struct ctl_softc *softc = control_softc; in ctl_ha_init()
597 struct ctl_softc *softc = control_softc; in ctl_ha_shutdown()
1459 struct ctl_softc *softc = control_softc; in ctl_isc_event_handler()
1909 softc = control_softc = malloc(sizeof(*control_softc), M_DEVBUF, in ctl_init()
1922 control_softc = NULL; in ctl_init()
1935 control_softc = NULL; in ctl_init()
2042 struct ctl_softc *softc = control_softc; in ctl_shutdown()
2079 control_softc = NULL; in ctl_shutdown()
4446 struct ctl_softc *ctl_softc = control_softc; in ctl_add_lun()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c635 control_softc->ctl_proc, "nvmft"); in nvmft_init()