Searched refs:dfs_path (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | netdfs.ndl | 315 * 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_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.h | 45 typedef struct dfs_path { struct
|
H A D | netdfs.c | 189 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 D | dfs.c | 865 dfs_get_referrals(const char *dfs_path, dfs_reftype_t reftype, in dfs_get_referrals() argument 873 status = dfs_path_parse(&path, dfs_path, DFS_OBJECT_ANY); in dfs_get_referrals() 890 (void) strlcpy(referrals->i_uncpath, dfs_path, DFS_PATH_MAX); in dfs_get_referrals() 936 dfs_path_parse(dfs_path_t *path, const char *dfs_path, uint32_t path_type) in dfs_path_parse() argument 946 rc = smb_unc_init(dfs_path, unc); in dfs_path_parse()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dfs.c | 491 smb_dfs_referrals_get(smb_request_t *sr, char *dfs_path, dfs_reftype_t reftype, in smb_dfs_referrals_get() argument 498 req.rq_path = dfs_path; in smb_dfs_referrals_get()
|