Home
last modified time | relevance | path

Searched refs:dfs_path_parse (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.h75 uint32_t dfs_path_parse(dfs_path_t *, const char *, uint32_t);
H A Dnetdfs.c214 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 Ddfs.c873 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