Searched refs:t_volume (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsinfo.c | 243 length = smb_wcequiv_strlen(tree->t_volume); in smb_com_trans2_query_fs_information() 248 rc = smb_msgbuf_encode(&mb, "U", tree->t_volume); in smb_com_trans2_query_fs_information() 256 length = strlen(tree->t_volume); in smb_com_trans2_query_fs_information() 258 fsid.val[0], length, tree->t_volume); in smb_com_trans2_query_fs_information() 269 length = smb_wcequiv_strlen(tree->t_volume); in smb_com_trans2_query_fs_information() 272 length = strlen(tree->t_volume); in smb_com_trans2_query_fs_information() 284 tree->t_volume); in smb_com_trans2_query_fs_information()
|
H A D | smb_find.c | 267 (void) strncpy(name, tree->t_volume, sizeof (name)); in smb_com_search()
|
H A D | smb_tree.c | 1099 (void) strlcpy(tree->t_volume, s, SMB_VOLNAMELEN); in smb_tree_get_volname() 1103 name = tree->t_volume; in smb_tree_get_volname()
|
H A D | smb_session.c | 1036 if (smb_strcasecmp(tree->t_volume, name, 0) == 0) { in smb_session_lookup_volume()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1062 char t_volume[SMB_VOLNAMELEN]; member
|
/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 1144 mdb_printf("Volume: %s\n", tree->t_volume); in smb_dcmd_tree()
|