Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h159 } scope_type; typedef
170 scope_type type;
/freebsd/sys/cam/ctl/
H A Dctl_util.c619 cdb->scope_type = 1; in ctl_scsi_persistent_res_out()
622 cdb->scope_type = 3; in ctl_scsi_persistent_res_out()
625 cdb->scope_type = 5; in ctl_scsi_persistent_res_out()
628 cdb->scope_type = 6; in ctl_scsi_persistent_res_out()
631 cdb->scope_type = 7; in ctl_scsi_persistent_res_out()
634 cdb->scope_type = 8; in ctl_scsi_persistent_res_out()
H A Dctl.c7911 if ((cdb->scope_type & SPR_SCOPE_MASK) != in ctl_pro_preempt()
8041 if ((cdb->scope_type & SPR_SCOPE_MASK) != in ctl_pro_preempt()
8248 type = cdb->scope_type & SPR_TYPE_MASK; in ctl_persistent_reserve_out()
8251 if ((cdb->scope_type & SPR_SCOPE_MASK) != SPR_LU_SCOPE) { in ctl_persistent_reserve_out()
/freebsd/sys/x86/iommu/
H A Dintel_drv.c649 enum AcpiDmarScopeType scope_type) in dmar_match_pathes() argument
655 if (scope_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && depth1 != depth2) in dmar_match_pathes()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h411 uint8_t scope_type; member
H A Dscsi_all.c9136 scsi_cmd->scope_type = scope | res_type; in scsi_persistent_reserve_out()