Home
last modified time | relevance | path

Searched refs:scp_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c753 .scp_type = DATA_TYPE_UINT64, \
759 .scp_type = DATA_TYPE_UINT64, \
765 .scp_type = DATA_TYPE_UINT64, \
771 .scp_type = DATA_TYPE_UINT64, \
780 .scp_type = DATA_TYPE_BOOLEAN_VALUE,
786 .scp_type = DATA_TYPE_BOOLEAN_VALUE,
792 .scp_type = DATA_TYPE_BOOLEAN_VALUE,
878 .scp_type = DATA_TYPE_UINT64,
1086 .scp_type = DATA_TYPE_UINT64,
1104 .scp_type = DATA_TYPE_UINT16,
[all …]
H A Dses2_enclosure_ctl.c236 .scp_type = DATA_TYPE_BOOLEAN_VALUE,
242 .scp_type = DATA_TYPE_BOOLEAN_VALUE,
248 .scp_type = DATA_TYPE_BOOLEAN_VALUE,
254 .scp_type = DATA_TYPE_UINT64,
260 .scp_type = DATA_TYPE_UINT64,
266 .scp_type = DATA_TYPE_UINT64,
272 .scp_type = DATA_TYPE_BYTE_ARRAY,
278 .scp_type = DATA_TYPE_STRING,
H A Dses2_impl.h1503 data_type_t scp_type; member
1516 .scp_type = DATA_TYPE_BOOLEAN_VALUE, \
1522 .scp_type = DATA_TYPE_BOOLEAN_VALUE, \
1528 .scp_type = DATA_TYPE_BOOLEAN_VALUE, \
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c191 scope->scp_type = get_uint8(&shead[0]); in parse_scope()
330 if (scope->scp_type == DMAR_IOAPIC) { in parse_drhd()
550 scope_type(scope->scp_type)); in print_scope_list()
976 if (scope->scp_type != DMAR_ENDPOINT) in immu_dmar_rmrr_map()
1091 if (scope->scp_type != DMAR_ENDPOINT) in immu_dmar_get_immu()
1145 if (scope->scp_type != DMAR_SUBTREE) in immu_dmar_get_immu()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h159 uint8_t scp_type; member