Home
last modified time | relevance | path

Searched refs:SMB_MSGBUF_UNICODE (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/smbsrv/
H A Dmsgbuf.h61 #define SMB_MSGBUF_UNICODE 0x00000001 macro
/titanic_44/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c319 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_decode()
550 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_encode()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c434 smb_msgbuf_init(&mb, wcbuf, wclen, SMB_MSGBUF_UNICODE); in smb_com_negotiate()
H A Dsmb_fsinfo.c247 SMB_MSGBUF_UNICODE); in smb_com_trans2_query_fs_information()
H A Dsmb_trans2_find.c736 mb_flags = (sr->smb_flg2 & SMB_FLAGS2_UNICODE) ? SMB_MSGBUF_UNICODE : 0; in smb_trans2_find_mbc_encode()