Searched refs:SMB_STREAM_PREFIX (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_vops.h | 52 #define SMB_STREAM_PREFIX "SUNWsmb" macro 53 #define SMB_STREAM_PREFIX_LEN (sizeof (SMB_STREAM_PREFIX) - 1)
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 1060 "%s%s", SMB_STREAM_PREFIX, stream_name); in smb_vop_stream_lookup() 1100 "%s%s", SMB_STREAM_PREFIX, stream_name); in smb_vop_stream_create() 1128 "%s%s", SMB_STREAM_PREFIX, stream_name); in smb_vop_stream_remove()
|
H A D | smb_odir.c | 399 (void) snprintf(pattern, sizeof (pattern), "%s*", SMB_STREAM_PREFIX); in smb_odir_openat() 718 if (strncmp(odirent->od_name, SMB_STREAM_PREFIX, in smb_odir_read_streaminfo()
|