Home
last modified time | relevance | path

Searched refs:smb_streaminfo_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c631 smb_streaminfo_t *sinfo, *sinfo_next; in smb_query_stream_info()
649 sinfo = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP); in smb_query_stream_info()
650 sinfo_next = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP); in smb_query_stream_info()
738 (void) memcpy(sinfo, sinfo_next, sizeof (smb_streaminfo_t)); in smb_query_stream_info()
741 kmem_free(sinfo, sizeof (smb_streaminfo_t)); in smb_query_stream_info()
742 kmem_free(sinfo_next, sizeof (smb_streaminfo_t)); in smb_query_stream_info()
H A Dsmb_odir.c673 smb_streaminfo_t *sinfo, boolean_t *eof) in smb_odir_read_streaminfo()
714 bzero(sinfo, sizeof (smb_streaminfo_t)); in smb_odir_read_streaminfo()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h720 smb_streaminfo_t *, boolean_t *);
H A Dsmb_ktypes.h1306 } smb_streaminfo_t; typedef