Home
last modified time | relevance | path

Searched refs:uncpath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c762 char uncpath[DFS_PATH_MAX]; in dfs_cache_add_byname() local
770 (void) snprintf(uncpath, DFS_PATH_MAX, "\\\\%s\\%s", in dfs_cache_add_byname()
772 return (dfs_cache_add_byunc(uncpath, si.shr_path, type)); in dfs_cache_add_byname()
781 (void) strsubst(uncpath, '/', '\\'); in dfs_cache_add_byname()
783 return (dfs_cache_add_byunc(uncpath, fspath, type)); in dfs_cache_add_byname()
1091 char uncpath[DFS_PATH_MAX]; in dfs_namespace_cache() local
1120 dfs_cache_populate(uncpath, si.shr_path); in dfs_namespace_cache()
1694 char uncpath[DFS_PATH_MAX]; in dfs_cache_populate() local
1714 (void) snprintf(uncpath, DFS_PATH_MAX, "%s\\%s", unc_prefix, in dfs_cache_populate()
1718 dfs_cache_populate(uncpath, fspath); in dfs_cache_populate()
[all …]
H A Dnetdfs.c189 const char *uncpath = (const char *)param->dfs_path; in netdfs_s_add() local
214 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK); in netdfs_s_add()
261 const char *uncpath = (const char *)param->dfs_path; in netdfs_s_remove() local
276 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK); in netdfs_s_remove()