Searched refs:CTL_LUN_DISABLED (Results 1 – 2 of 2) sorted by relevance
154 CTL_LUN_DISABLED = 0x008, enumerator
1139 if (lun->flags & CTL_LUN_DISABLED) { in ctl_isc_lun_sync()1154 (msg->lun.flags & CTL_LUN_DISABLED) == 0) in ctl_isc_lun_sync()1430 if (lun->flags & CTL_LUN_DISABLED) { in ctl_isc_mode_sync()2358 if (lun->flags & CTL_LUN_DISABLED) { in ctl_serialize_other_sc_cmd()2874 if ((lun->flags & CTL_LUN_DISABLED) != 0) { in ctl_ioctl()4601 lun->flags |= CTL_LUN_DISABLED; in ctl_add_lun()4738 KASSERT((lun->flags & CTL_LUN_DISABLED) != 0, in ctl_enable_lun()4740 lun->flags &= ~CTL_LUN_DISABLED; in ctl_enable_lun()4781 KASSERT((lun->flags & CTL_LUN_DISABLED) == 0, in ctl_disable_lun()4783 lun->flags |= CTL_LUN_DISABLED; in ctl_disable_lun()[all …]