Searched defs:dfs_path (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.h | 45 typedef struct dfs_path { struct
|
H A D | dfs.c | 859 * DFS_REFERRAL_ROOT then dfs_path should point to a namespace 860 * root. If it is DFS_REFERRAL_LINK then dfs_path should CONTAIN 865 dfs_get_referrals(const char *dfs_path, dfs_reftype_t reftype, argument 873 status = dfs_path_parse(&path, dfs_path, DFS_OBJECT_ANY); 890 (void) strlcpy(referrals->i_uncpath, dfs_path, DFS_PATH_MAX); 922 * Takes a DFS path in UNC format (dfs_path) and parse it into a dfs_path_t 936 dfs_path_parse(dfs_path_t *path, const char *dfs_path, uint32_t path_type) argument 946 rc = smb_unc_init(dfs_path, unc);
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dfs.c | 312 * that the two "dfs_path" after the last entry is shared between 319 * dfs_path 320 * dfs_path 491 smb_dfs_referrals_get(smb_request_t *sr, char *dfs_path, dfs_reftype_t reftype, argument 498 req.rq_path = dfs_path;
|
Completed in 79 milliseconds