Searched refs:scopetype (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c7638 res->data.scopetype = lun->pr_res_type;
7696 res_desc->scopetype = lun->pr_res_type;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h341 uint8_t scopetype; member in struct:scsi_per_res_in_rsrv_data
364 uint8_t scopetype; member in struct:scsi_per_res_in_full_desc
/freebsd-11-stable/sbin/camcontrol/
H A Dpersist.c135 persist_print_scopetype(uint8_t scopetype) argument
143 scopetype & SPR_SCOPE_MASK);
145 "Unknown", (scopetype & SPR_SCOPE_MASK) >> SPR_SCOPE_SHIFT);
150 scopetype & SPR_TYPE_MASK);
152 "Unknown", scopetype & SPR_TYPE_MASK);
203 persist_print_scopetype(res->data.scopetype);
409 persist_print_scopetype(desc->scopetype);

Completed in 116 milliseconds