Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_private.h428 CTL_FLAG_ACTIVE_SHELF = 0x04 enumerator
H A Dctl_backend_ramdisk.c959 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) 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.c2332 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_create()
2615 } else if (control_softc->flags & CTL_FLAG_ACTIVE_SHELF) in ctl_be_block_modify()
H A Dctl.c1901 value = (softc->flags & CTL_FLAG_ACTIVE_SHELF) ? 0 : 1; in ctl_ha_role_sysctl()
1908 softc->flags |= CTL_FLAG_ACTIVE_SHELF; in ctl_ha_role_sysctl()
1910 softc->flags &= ~CTL_FLAG_ACTIVE_SHELF; in ctl_ha_role_sysctl()
2002 softc->flags |= CTL_FLAG_ACTIVE_SHELF; in ctl_init()