Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
H A Dcam.h145 CAM_LUN_ALRDY_ENA, /* The LUN is already enabled for target mode */ enumerator
H A Dcam.c101 { CAM_LUN_ALRDY_ENA, "LUN Already Enabled for Target Mode" },
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_target.c423 return (CAM_LUN_ALRDY_ENA); in targenable()
453 status = CAM_LUN_ALRDY_ENA; in targenable()
1154 case CAM_LUN_ALRDY_ENA: /* LUN is already enabled for target mode */ in targcamstatus()
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c1062 return (CAM_LUN_ALRDY_ENA); in create_lun_state()
1175 ccb->ccb_h.status = CAM_LUN_ALRDY_ENA; in isp_enable_lun()