Home
last modified time | relevance | path

Searched refs:CTL_LUN_DISABLED (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/cam/ctl/
HDctl_private.h147 CTL_LUN_DISABLED = 0x008, enumerator
HDctl.c1169 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 …]