Home
last modified time | relevance | path

Searched refs:smb_unc_init (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/smbsrv/
H A Dstring.h154 int smb_unc_init(const char *, smb_unc_t *);
/titanic_50/usr/src/common/smbsrv/
H A Dsmb_string.c437 smb_unc_init(const char *path, smb_unc_t *unc) in smb_unc_init() function
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dmapfile-vers397 smb_unc_init;
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dfs.c224 if (smb_unc_init(path, &unc) != 0) in smb_dfs_get_reftype()
H A Dsmb_pathname.c1115 if ((rc = smb_unc_init(path, &unc)) != 0) in smb_pathname_dfs_preprocess()
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c946 rc = smb_unc_init(dfs_path, unc); in dfs_path_parse()