Symbol: smp_response_frame_t
usr/src/common/devid/devid_smp.c
101
smp_response_frame_t *srs;
usr/src/common/devid/devid_smp.c
127
srs = (smp_response_frame_t *)srmir_buf;
usr/src/lib/scsi/libsmp/common/libsmp_plugin.h
47
(offsetof(smp_response_frame_t, srf_data[0]) + sizeof (smp_crc_t))
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
109
smp_response_frame_t *fp;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
145
smp_response_frame_t *fp;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
170
smp_response_frame_t *fp;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
194
smp_response_frame_t *fp;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
278
smp_response_frame_t *fp;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
314
smp_response_frame_t *fp;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
350
smp_response_frame_t *fp;
usr/src/lib/scsi/plugins/smp/sas2/common/sas2_functions.c
386
smp_response_frame_t *fp;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4161
smp_response_frame_t *srf;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4258
srf = (smp_response_frame_t *)&((uint32_t *)pwp->scratch)[rdoff >> 2];
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4393
smp_response_frame_t *srf;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4489
srf = (smp_response_frame_t *)roff;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
51
static int pmcs_smp_function_result(pmcs_hw_t *, smp_response_frame_t *);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6847
pmcs_smp_function_result(pmcs_hw_t *pwp, smp_response_frame_t *srf)
usr/src/uts/common/io/scsi/impl/smp_transport.c
105
srs = (smp_response_frame_t *)srs_buf;
usr/src/uts/common/io/scsi/impl/smp_transport.c
61
smp_response_frame_t *srs;
usr/src/uts/common/sys/scsi/generic/smp_frames.h
139
(offsetof(smp_response_frame_t, srf_data[0]) + sizeof (smp_crc_t))