Symbol: SMP_RESP_MINLEN
usr/src/lib/scsi/libsmp/common/libsmp_plugin.h
45
#ifndef SMP_RESP_MINLEN
usr/src/lib/scsi/libsmp/common/smp_engine.c
607
rslen = 1020 + SMP_RESP_MINLEN;
usr/src/lib/scsi/libsmp/common/smp_engine.c
608
} else if (rslen < SMP_RESP_MINLEN) {
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1057
return (SMP_RESP_MINLEN);
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1059
return (SMP_RESP_MINLEN +
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1062
return (SMP_RESP_MINLEN + 24);
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1064
return (SMP_RESP_MINLEN +
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1067
return (SMP_RESP_MINLEN + 48);
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1069
return (SMP_RESP_MINLEN +
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1072
return (SMP_RESP_MINLEN + 52);
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
1074
return (SMP_RESP_MINLEN +
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
114
if (len >= SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
115
len -= SMP_RESP_MINLEN;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
135
if (len > SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
158
if (len <= SMP_RESP_MINLEN + sizeof (uint16_t))
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
176
if (len >= SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
177
len -= SMP_RESP_MINLEN;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
200
if (len >= SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
201
len -= SMP_RESP_MINLEN;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
284
if (len >= SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
285
len -= SMP_RESP_MINLEN;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
320
if (len >= SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
321
len -= SMP_RESP_MINLEN;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
356
if (len >= SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
357
len -= SMP_RESP_MINLEN;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
392
if (len >= SMP_RESP_MINLEN)
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
393
len -= SMP_RESP_MINLEN;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
79
fp->srf_allocated_response_len = (rslen - SMP_RESP_MINLEN) / 4;
usr/src/uts/common/io/scsi/impl/smp_transport.c
66
uint8_t srs_buf[SMP_RESP_MINLEN + sizeof (*srmir)];