Home
last modified time | relevance | path

Searched refs:dfs_path (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Dnetdfs.ndl315 * dfs_path.
320 IN REFERENCE LPTSTR dfs_path;
333 * dfs_path. When applied to the last storage in a volume, removes
339 IN REFERENCE LPTSTR dfs_path;
357 IN REFERENCE LPTSTR dfs_path;
379 IN REFERENCE LPTSTR dfs_path;
391 * Get information about all of the volumes in the DFS. dfs_path is
417 IN REFERENCE LPTSTR dfs_path;
431 IN REFERENCE LPTSTR dfs_path;
468 * Get information about all of the volumes in the DFS. dfs_path is
[all …]
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.h45 typedef struct dfs_path { struct
H A Dnetdfs.c189 const char *uncpath = (const char *)param->dfs_path; in netdfs_s_add()
261 const char *uncpath = (const char *)param->dfs_path; 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()
426 (void) strlcpy(info.i_uncpath, (char *)param->dfs_path, in netdfs_s_getinfo()
H A Ddfs.c866 dfs_get_referrals(const char *dfs_path, dfs_reftype_t reftype, in dfs_get_referrals() argument
874 status = dfs_path_parse(&path, dfs_path, DFS_OBJECT_ANY); in dfs_get_referrals()
891 (void) strlcpy(referrals->i_uncpath, dfs_path, DFS_PATH_MAX); in dfs_get_referrals()
937 dfs_path_parse(dfs_path_t *path, const char *dfs_path, uint32_t path_type) in dfs_path_parse() argument
947 rc = smb_unc_init(dfs_path, unc); in dfs_path_parse()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_trans2_dfs.c487 smb_dfs_referrals_get(smb_request_t *sr, char *dfs_path, dfs_reftype_t reftype, in smb_dfs_referrals_get() argument
494 req.rq_path = dfs_path; in smb_dfs_referrals_get()