Symbol: stmf_xfer_data_t
usr/src/uts/common/io/comstar/stmf/lun_map.c
244
stmf_xfer_data_t *
usr/src/uts/common/io/comstar/stmf/lun_map.c
247
stmf_xfer_data_t *xd;
usr/src/uts/common/io/comstar/stmf/lun_map.c
259
alloc_size = data_size + sizeof (stmf_xfer_data_t) - 4;
usr/src/uts/common/io/comstar/stmf/lun_map.c
261
xd = (stmf_xfer_data_t *)kmem_zalloc(alloc_size, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/lun_map.c
276
buf = (uchar_t *)xd + offsetof(stmf_xfer_data_t, buf);
usr/src/uts/common/io/comstar/stmf/lun_map.h
51
stmf_xfer_data_t *stmf_session_prepare_report_lun_data(stmf_lun_map_t *sm);
usr/src/uts/common/io/comstar/stmf/stmf.c
102
stmf_xfer_data_t *stmf_prepare_tpgs_data(uint8_t ilu_alua);
usr/src/uts/common/io/comstar/stmf/stmf.c
1791
stmf_xfer_data_t *xd = NULL;
usr/src/uts/common/io/comstar/stmf/stmf.c
1840
xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
5921
stmf_xfer_data_t *
usr/src/uts/common/io/comstar/stmf/stmf.c
5924
stmf_xfer_data_t *xd;
usr/src/uts/common/io/comstar/stmf/stmf.c
5972
xd = (stmf_xfer_data_t *)kmem_zalloc(asz, KM_NOSLEEP);
usr/src/uts/common/io/comstar/stmf/stmf.c
6260
stmf_xfer_data_t *xd;
usr/src/uts/common/io/comstar/stmf/stmf.c
6836
stmf_xfer_data_t *xd;
usr/src/uts/common/io/comstar/stmf/stmf.c
6841
xd = (stmf_xfer_data_t *)dbuf->db_lu_private;
usr/src/uts/common/io/comstar/stmf/stmf.c
6874
stmf_xfer_data_t *xd;
usr/src/uts/common/io/comstar/stmf/stmf.c
7113
stmf_xfer_data_t *xd;
usr/src/uts/common/io/comstar/stmf/stmf.c
7117
xd = (stmf_xfer_data_t *)dbuf->db_lu_private;