smb_streaminfo_t
smb_streaminfo_t *str_info = NULL;
str_info = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP);
kmem_free(str_info, sizeof (smb_streaminfo_t));
smb_streaminfo_t *sinfo, boolean_t *eof)
bzero(sinfo, sizeof (smb_streaminfo_t));
smb_streaminfo_t *sinfo;
sinfo = smb_srm_alloc(sr, sizeof (smb_streaminfo_t));
smb_streaminfo_t *, boolean_t *);