Home
last modified time | relevance | path

Searched refs:scope_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h161 } scope_type; typedef
172 scope_type type;
/freebsd-13.1/sys/cam/ctl/
H A Dctl_util.c621 cdb->scope_type = 1; in ctl_scsi_persistent_res_out()
624 cdb->scope_type = 3; in ctl_scsi_persistent_res_out()
627 cdb->scope_type = 5; in ctl_scsi_persistent_res_out()
630 cdb->scope_type = 6; in ctl_scsi_persistent_res_out()
633 cdb->scope_type = 7; in ctl_scsi_persistent_res_out()
636 cdb->scope_type = 8; in ctl_scsi_persistent_res_out()
H A Dctl.c7868 if ((cdb->scope_type & SPR_SCOPE_MASK) != in ctl_pro_preempt()
7998 if ((cdb->scope_type & SPR_SCOPE_MASK) != in ctl_pro_preempt()
8205 type = cdb->scope_type & SPR_TYPE_MASK; in ctl_persistent_reserve_out()
8208 if ((cdb->scope_type & SPR_SCOPE_MASK) != SPR_LU_SCOPE) { in ctl_persistent_reserve_out()
/freebsd-13.1/sys/x86/iommu/
H A Dintel_drv.c655 enum AcpiDmarScopeType scope_type) in dmar_match_pathes() argument
661 if (scope_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && depth1 != depth2) in dmar_match_pathes()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_all.h411 u_int8_t scope_type; member
H A Dscsi_all.c8963 scsi_cmd->scope_type = scope | res_type; in scsi_persistent_reserve_out()