Searched refs:smb_streaminfo_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_query_fileinfo.c | 639 smb_streaminfo_t *sinfo, *sinfo_next; in smb_encode_stream_info() 657 sinfo = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP); in smb_encode_stream_info() 658 sinfo_next = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP); in smb_encode_stream_info() 740 (void) memcpy(sinfo, sinfo_next, sizeof (smb_streaminfo_t)); in smb_encode_stream_info() 743 kmem_free(sinfo, sizeof (smb_streaminfo_t)); in smb_encode_stream_info() 744 kmem_free(sinfo_next, sizeof (smb_streaminfo_t)); in smb_encode_stream_info()
|
H A D | smb_odir.c | 648 smb_streaminfo_t *sinfo, boolean_t *eof) in smb_odir_read_streaminfo() 686 bzero(sinfo, sizeof (smb_streaminfo_t)); in smb_odir_read_streaminfo()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 646 smb_streaminfo_t *, boolean_t *);
|
H A D | smb_ktypes.h | 1325 } smb_streaminfo_t; typedef
|