Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c127 CTL_BE_BLOCK_LUN_UNCONFIGURED = 0x01, enumerator
2884 while ((be_lun->flags & CTL_BE_BLOCK_LUN_UNCONFIGURED) == 0) { in ctl_be_block_rm()
2890 if (be_lun->flags & CTL_BE_BLOCK_LUN_UNCONFIGURED) { in ctl_be_block_rm()
3023 be_lun->flags |= CTL_BE_BLOCK_LUN_UNCONFIGURED; in ctl_be_block_lun_shutdown()