Home
last modified time | relevance | path

Searched refs:READ_CONTROL (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/smbsrv/
H A Dntaccess.h95 #define READ_CONTROL (0x00020000L) macro
103 #define STANDARD_RIGHTS_READ (READ_CONTROL)
104 #define STANDARD_RIGHTS_WRITE (READ_CONTROL)
105 #define STANDARD_RIGHTS_EXECUTE (READ_CONTROL)
109 READ_CONTROL |\
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c72 uint32_t access = READ_CONTROL; in smb_access_generic_to_file()
982 FILE_WRITE_ATTRIBUTES | SYNCHRONIZE | READ_CONTROL)) == 0) && in smb_open_attr_only()
H A Dsmb_fsops.c950 access |= READ_CONTROL; in smb_fsop_getattr()
1978 access = READ_CONTROL; in smb_fsop_aclread()
2162 READ_CONTROL); in smb_fsop_sdread()
2480 *eaccess = READ_CONTROL | FILE_READ_EA | FILE_READ_ATTRIBUTES; in smb_fsop_eaccess()
/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl241 * READ_CONTROL standard right and whatever policy rights are required.