Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam.h283 CAM_LUN_ALRDY_ENA = 0x3e, enumerator
H A Dcam.c107 { CAM_LUN_ALRDY_ENA, "LUN Already Enabled for Target Mode" },
/freebsd/sys/cam/scsi/
H A Dscsi_target.c388 return (CAM_LUN_ALRDY_ENA); in targenable()
421 status = CAM_LUN_ALRDY_ENA; in targenable()
1104 case CAM_LUN_ALRDY_ENA: /* LUN is already enabled for target mode */ in targcamstatus()
/freebsd/sys/dev/firewire/
H A Dsbp_targ.c424 ccb->ccb_h.status = CAM_LUN_ALRDY_ENA; in sbp_targ_en_lun()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c9907 ccb->ccb_h.status = CAM_LUN_ALRDY_ENA; in ahd_handle_en_lun()