Home
last modified time | relevance | path

Searched refs:SMB_UNICODE_STRINGS (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c73 int unicode = (SMB_UNICODE_STRINGS(vcp)) ? 1 : 0; in smbfs_fullpath()
150 if (!SMB_UNICODE_STRINGS(vcp)) in smbfs_fname_tolocal()
H A Dsmbfs_xattr.c314 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) in smbfs_xa_findopen()
404 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_xa_findnext()
H A Dsmbfs_smb.c418 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) { in smbfs_smb_qfsattr()
873 if (SMB_UNICODE_STRINGS(SSTOVC(ssp))) { in smbfs_smb_setpattr1()
1773 if (SMB_UNICODE_STRINGS(vcp)) { in smbfs_smb_search()
1953 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) in smbfs_smb_trans2find2()
2050 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) in smbfs_smb_findopenLM2()
2155 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) in smbfs_smb_findnextLM2()
2178 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_smb_findnextLM2()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h216 #define SMB_UNICODE_STRINGS(vcp) ((vcp)->vc_hflags2 & SMB_FLAGS2_UNICODE) macro
H A Dsmb_smb.c411 if (SMB_UNICODE_STRINGS(vcp)) in smb_smb_ntcreate()
H A Dsmb_subrs.c1026 if (SMB_UNICODE_STRINGS(vcp) == 0) { in smb_put_dmem()
H A Dsmb_rq.c998 if (SMB_UNICODE_STRINGS(vcp)) { in smb_t2_request_int()