Searched refs:unc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c1173 smb_unc_t *unc; local
1178 unc = &path->p_unc;
1180 rc = smb_unc_init(dfs_path, unc);
1190 if (dfs_ns_path(unc->unc_share, rootdir, DFS_PATH_MAX, ns_type)
1192 smb_unc_free(unc);
1197 path->p_type = (unc->unc_path != NULL)
1204 if ((unc->unc_path == NULL) || (*unc->unc_path == '\0'))
1208 "%s/%s", rootdir, unc->unc_path);
1212 if (unc
1941 dfs_path_remove(smb_unc_t *unc, uint32_t ns_type) argument
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c304 smbfs_ctx_parseunc(struct smb_ctx *ctx, const char *unc, argument
325 (void) strlcpy(tmp, unc, sizeof (tmp));

Completed in 166 milliseconds