Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h334 CTL_LUN_FLAG_EJECTED = 0x100, enumerator
H A Dctl_backend_block.c2981 cbe_lun->flags &= ~CTL_LUN_FLAG_EJECTED; in ctl_be_block_modify()
3077 cbe_lun->flags &= ~CTL_LUN_FLAG_EJECTED; in ctl_be_block_scsi_config_write()
3091 cbe_lun->flags |= CTL_LUN_FLAG_EJECTED; in ctl_be_block_scsi_config_write()
H A Dctl.c4605 if (be_lun->flags & CTL_LUN_FLAG_EJECTED) in ctl_add_lun()