Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm_symbol.h159 } scope_type; typedef
170 scope_type type;
/NextBSD/sys/cam/ctl/
HDctl_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()
HDctl.c7855 if ((cdb->scope_type & SPR_SCOPE_MASK) != in ctl_pro_preempt()
7985 if ((cdb->scope_type & SPR_SCOPE_MASK) != in ctl_pro_preempt()
8196 type = cdb->scope_type & SPR_TYPE_MASK; in ctl_persistent_reserve_out()
8199 if ((cdb->scope_type & SPR_SCOPE_MASK) != SPR_LU_SCOPE) { in ctl_persistent_reserve_out()
/NextBSD/sys/x86/iommu/
HDintel_drv.c644 enum AcpiDmarScopeType scope_type) in dmar_match_pathes() argument
650 if (scope_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && depth1 != depth2) in dmar_match_pathes()
/NextBSD/sys/cam/scsi/
HDscsi_all.h390 u_int8_t scope_type; member
HDscsi_all.c8514 scsi_cmd->scope_type = scope | res_type; in scsi_persistent_reserve_out()