Searched refs:unc_path (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/common/smbsrv/ |
H A D | smb_string.c | 475 unc->unc_path = strchr(unc->unc_share, '/'); in smb_unc_init() 476 if ((p = unc->unc_path) == NULL) in smb_unc_init() 479 unc->unc_path++; in smb_unc_init() 483 if ((p = strchr(unc->unc_path, '\0')) != NULL) { in smb_unc_init()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_tree.c | 227 char *unc_path = sr->sr_tcon.path; in smb_tree_connect_core() local 232 (void) smb_strlwr(unc_path); in smb_tree_connect_core() 234 if ((name = smb_tree_get_sharename(unc_path)) == NULL) { in smb_tree_connect_core() 235 smb_tree_log(sr, unc_path, "invalid UNC path"); in smb_tree_connect_core() 1040 smb_tree_get_sharename(const char *unc_path) in smb_tree_get_sharename() argument 1042 const char *sharename = unc_path; in smb_tree_get_sharename()
|
H A D | smb_trans2_dfs.c | 223 if (unc.unc_path != NULL) { in smb_dfs_get_reftype()
|
H A D | smb_pathname.c | 1104 linkpath = unc.unc_path; in smb_pathname_dfs_preprocess()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.c | 901 if (!dfs_namespace_findlink(unc->unc_share, unc->unc_path, in dfs_get_referrals() 909 unc->unc_server, unc->unc_share, unc->unc_path); in dfs_get_referrals() 964 path->p_type = (unc->unc_path != NULL) in dfs_path_parse() 971 if ((unc->unc_path == NULL) || (*unc->unc_path == '\0')) in dfs_path_parse() 975 "%s/%s", rootdir, unc->unc_path); in dfs_path_parse() 979 if (unc->unc_path == NULL) in dfs_path_parse()
|
H A D | netdfs.c | 220 status = smb_name_validate_rpath(path.p_unc.unc_path); in netdfs_s_add() 237 path.p_unc.unc_path, DFS_OBJECT_LINK); in netdfs_s_add() 291 path.p_unc.unc_path); in netdfs_s_remove() 1360 (void) strlcpy(relpath, unc->unc_path, DFS_PATH_MAX); in netdfs_path_remove()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | string.h | 150 char *unc_path; member
|