Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h282 #define vc_hflags2 vc_iods.is_hflags2 macro
299 ((vcp)->vc_hflags2 & SMB_FLAGS2_UNICODE) != 0)
H A Dsmb_smb.c127 vcp->vc_hflags2 = in smb_smb_negotiate()
303 vcp->vc_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE; in smb_smb_negotiate()
317 vcp->vc_hflags2 &= ~SMB_FLAGS2_UNICODE; in smb_smb_negotiate()
321 vcp->vc_hflags2 &= ~SMB_FLAGS2_ERR_STATUS; in smb_smb_negotiate()
H A Dsmb_rq.c202 rqp->sr_rqflags2 = vcp->vc_hflags2; in smb_rq_new()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c82 ((vcp)->vc_hflags2 & SMB_FLAGS2_UNICODE) != 0) { in smbfs_fullpath()