Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetdfs.ndl317 * dfs_path.
322 IN REFERENCE LPTSTR dfs_path;
335 * dfs_path. When applied to the last storage in a volume, removes
341 IN REFERENCE LPTSTR dfs_path;
359 IN REFERENCE LPTSTR dfs_path;
381 IN REFERENCE LPTSTR dfs_path;
393 * Get information about all of the volumes in the DFS. dfs_path is
419 IN REFERENCE LPTSTR dfs_path;
433 IN REFERENCE LPTSTR dfs_path;
470 * Get information about all of the volumes in the DFS. dfs_path is
[all …]
/illumos-gate/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.c865 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()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dfs.c629 smb_dfs_referrals_get(smb_request_t *sr, char *dfs_path, dfs_reftype_t reftype, in smb_dfs_referrals_get() argument
636 req.rq_path = dfs_path; in smb_dfs_referrals_get()