Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c68 if (result != SMP_RES_FUNCTION_ACCEPTED || len < 24) { in smp_report_general()
99 if (result != SMP_RES_FUNCTION_ACCEPTED || in smp_report_manufacturer_information()
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c103 case SMP_RES_FUNCTION_ACCEPTED: in smp_get_result()
223 if (close_on_fail && (result != SMP_RES_FUNCTION_ACCEPTED)) { in smp_get_response()
293 if (result != SMP_RES_FUNCTION_ACCEPTED) { in smp_handle_report_route_info()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dsmp_transport.c106 if (srs->srf_result != SMP_RES_FUNCTION_ACCEPTED) in smp_probe()
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h78 SMP_RES_FUNCTION_ACCEPTED = 0x00, enumerator
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c4546 } else if (srf->srf_result != SMP_RES_FUNCTION_ACCEPTED) { in pmcs_expander_content_discover()