Searched refs:CTL_BE_RAMDISK_LUN_UNCONFIGURED (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_backend_ramdisk.c71 CTL_BE_RAMDISK_LUN_UNCONFIGURED = 0x01, enumerator in enum:__anon6453
484 while ((be_lun->flags & CTL_BE_RAMDISK_LUN_UNCONFIGURED) == 0) {
594 be_lun->flags = CTL_BE_RAMDISK_LUN_UNCONFIGURED;
694 while (be_lun->flags & CTL_BE_RAMDISK_LUN_UNCONFIGURED) {
813 lun->flags |= CTL_BE_RAMDISK_LUN_UNCONFIGURED;
842 lun->flags &= ~CTL_BE_RAMDISK_LUN_UNCONFIGURED;
863 lun->flags &= ~CTL_BE_RAMDISK_LUN_UNCONFIGURED;

Completed in 92 milliseconds