Searched refs:dfs_path_parse (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.h | 75 uint32_t dfs_path_parse(dfs_path_t *, const char *, uint32_t);
|
H A D | netdfs.c | 214 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK); in netdfs_s_add() 276 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK); in netdfs_s_remove() 329 status = dfs_path_parse(&path, (const char *)param->dfs_path, in netdfs_s_setinfo() 402 status = dfs_path_parse(&path, (const char *)param->dfs_path, in netdfs_s_getinfo()
|
H A D | dfs.c | 873 status = dfs_path_parse(&path, dfs_path, DFS_OBJECT_ANY); in dfs_get_referrals() 936 dfs_path_parse(dfs_path_t *path, const char *dfs_path, uint32_t path_type) in dfs_path_parse() function
|