Searched refs:smb_streaminfo_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_query_fileinfo.c | 631 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 D | smb_odir.c | 673 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 D | smb_kproto.h | 720 smb_streaminfo_t *, boolean_t *);
|
H A D | smb_ktypes.h | 1306 } smb_streaminfo_t; typedef
|