Home
last modified time | relevance | path

Searched refs:SPR_TYPE_WR_EX_AR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dpersist.c123 { "write_exclusive_all_regs", SPR_TYPE_WR_EX_AR },
124 { "wr_ex_ar", SPR_TYPE_WR_EX_AR },
/freebsd/sys/cam/ctl/
H A Dctl.c7956 if (lun->pr_res_type != SPR_TYPE_WR_EX_AR && in ctl_pro_preempt()
8102 if (lun->pr_res_type != SPR_TYPE_WR_EX_AR && in ctl_pro_preempt()
8189 if (lun->pr_res_type != SPR_TYPE_WR_EX_AR && in ctl_pro_preempt_other()
8219 if (lun->pr_res_type != SPR_TYPE_WR_EX_AR && in ctl_pro_preempt_other()
8480 if (type != SPR_TYPE_WR_EX_AR in ctl_persistent_reserve_out()
12129 lun->pr_res_type == SPR_TYPE_WR_EX_AR)) { in ctl_scsiio_lun_check()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h425 #define SPR_TYPE_WR_EX_AR 0x07 macro