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

/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_backend_ramdisk.c77 CTL_BE_RAMDISK_LUN_WAITING = 0x04 enumerator in enum:__anon7645
440 be_lun->flags |= CTL_BE_RAMDISK_LUN_WAITING;
449 be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
460 be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
653 be_lun->flags |= CTL_BE_RAMDISK_LUN_WAITING;
660 be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
777 if (lun->flags & CTL_BE_RAMDISK_LUN_WAITING) {
804 if (lun->flags & CTL_BE_RAMDISK_LUN_WAITING)
830 if (lun->flags & CTL_BE_RAMDISK_LUN_WAITING) {

Completed in 47 milliseconds