Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dpersist.c133 persist_print_scopetype(uint8_t scopetype) in persist_print_scopetype() argument
141 scopetype & SPR_SCOPE_MASK); in persist_print_scopetype()
143 "Unknown", (scopetype & SPR_SCOPE_MASK) >> SPR_SCOPE_SHIFT); in persist_print_scopetype()
148 scopetype & SPR_TYPE_MASK); in persist_print_scopetype()
150 "Unknown", scopetype & SPR_TYPE_MASK); in persist_print_scopetype()
201 persist_print_scopetype(res->data.scopetype); in persist_print_res()
407 persist_print_scopetype(desc->scopetype); in persist_print_full()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h361 uint8_t scopetype; member
384 uint8_t scopetype; member
/freebsd/sys/cam/ctl/
H A Dctl.c7806 res->data.scopetype = lun->pr_res_type; in ctl_persistent_reserve_in()
7864 res_desc->scopetype = lun->pr_res_type; in ctl_persistent_reserve_in()