Home
last modified time | relevance | path

Searched refs:CTL_FLAG_ACTIVE_SHELF (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/cam/ctl/
H A Dctl_private.h423 CTL_FLAG_ACTIVE_SHELF = 0x04 enumerator
H A Dctl_backend_ramdisk.c1010 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_create()
1264 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_backend_ramdisk_modify()
H A Dctl_backend_block.c2267 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_create()
2598 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_modify()
H A Dctl.c1828 value = (softc->flags & CTL_FLAG_ACTIVE_SHELF) ? 0 : 1; in ctl_ha_role_sysctl()
1835 softc->flags |= CTL_FLAG_ACTIVE_SHELF; in ctl_ha_role_sysctl()
1837 softc->flags &= ~CTL_FLAG_ACTIVE_SHELF; in ctl_ha_role_sysctl()
1930 softc->flags |= CTL_FLAG_ACTIVE_SHELF; in ctl_init()