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

/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_backend_ramdisk.c73 CTL_BE_RAMDISK_LUN_WAITING = 0x04 enumerator in enum:__anon6453
468 be_lun->flags |= CTL_BE_RAMDISK_LUN_WAITING;
477 be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
489 be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
692 be_lun->flags |= CTL_BE_RAMDISK_LUN_WAITING;
699 be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
815 if (lun->flags & CTL_BE_RAMDISK_LUN_WAITING) {
843 if (lun->flags & CTL_BE_RAMDISK_LUN_WAITING)
869 if (lun->flags & CTL_BE_RAMDISK_LUN_WAITING) {

Completed in 42 milliseconds