Searched refs:caseopt (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.c | 72 int caseopt = SMB_CS_NONE; in smbfs_fullpath() local 77 caseopt |= SMB_CS_UPPER; in smbfs_fullpath() 87 caseopt, NULL); in smbfs_fullpath() 121 name, nmlen, caseopt, NULL); in smbfs_fullpath()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_subr.h | 135 const char *src, int len, int caseopt, int *lenp); 137 const char *src, int caseopt);
|
H A D | smb_subrs.c | 1009 int size, int caseopt, int *lenp) in smb_put_dmem() argument 1068 int caseopt) in smb_put_dstring() argument 1077 error = smb_put_dmem(mbp, vcp, src, len, caseopt, NULL); in smb_put_dstring()
|