Searched refs:CTL_LUN_DISABLED (Results 1 – 2 of 2) sorted by relevance
147 CTL_LUN_DISABLED = 0x008, enumerator
1169 if (lun->flags & CTL_LUN_DISABLED) { in ctl_isc_lun_sync()1184 (msg->lun.flags & CTL_LUN_DISABLED) == 0) in ctl_isc_lun_sync()1460 if (lun->flags & CTL_LUN_DISABLED) { in ctl_isc_mode_sync()2384 if (lun->flags & CTL_LUN_DISABLED) { in ctl_serialize_other_sc_cmd()2898 if ((lun->flags & CTL_LUN_DISABLED) != 0) { in ctl_ioctl()4736 lun->flags |= CTL_LUN_DISABLED; in ctl_add_lun()4873 KASSERT((lun->flags & CTL_LUN_DISABLED) != 0, in ctl_enable_lun()4875 lun->flags &= ~CTL_LUN_DISABLED; in ctl_enable_lun()4916 KASSERT((lun->flags & CTL_LUN_DISABLED) == 0, in ctl_disable_lun()4918 lun->flags |= CTL_LUN_DISABLED; in ctl_disable_lun()[all …]