Home
last modified time | relevance | path

Searched refs:CTL_PR_ALL_REGISTRANTS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_private.h309 #define CTL_PR_ALL_REGISTRANTS 0xFFFFFFFF macro
H A Dctl.c7802 if (lun->pr_res_idx != CTL_PR_ALL_REGISTRANTS) { in ctl_persistent_reserve_in()
7862 lun->pr_res_idx == CTL_PR_ALL_REGISTRANTS)) { in ctl_persistent_reserve_in()
7909 if (lun->pr_res_idx == CTL_PR_ALL_REGISTRANTS) { in ctl_pro_preempt()
7979 } else if (lun->pr_res_idx == CTL_PR_ALL_REGISTRANTS in ctl_pro_preempt()
8099 lun->pr_res_idx = CTL_PR_ALL_REGISTRANTS; in ctl_pro_preempt()
8163 if (lun->pr_res_idx == CTL_PR_ALL_REGISTRANTS in ctl_pro_preempt_other()
8216 lun->pr_res_idx = CTL_PR_ALL_REGISTRANTS; in ctl_pro_preempt_other()
8421 } else if (lun->pr_res_idx == CTL_PR_ALL_REGISTRANTS) { in ctl_persistent_reserve_out()
8471 && lun->pr_res_idx != CTL_PR_ALL_REGISTRANTS) in ctl_persistent_reserve_out()
8489 lun->pr_res_idx = CTL_PR_ALL_REGISTRANTS; in ctl_persistent_reserve_out()
[all …]