Searched refs:SMB_IOC_BASE (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_ioctl.h | 39 #define SMB_IOC_BASE (('S' << 16) | ('B' << 8)) macro 41 #define SMB_IOC_CONFIG _IOW(SMB_IOC_BASE, 1, int) 42 #define SMB_IOC_START _IOW(SMB_IOC_BASE, 2, int) 43 #define SMB_IOC_GMTOFF _IOW(SMB_IOC_BASE, 3, int) 44 #define SMB_IOC_SHARE _IOW(SMB_IOC_BASE, 4, int) 45 #define SMB_IOC_UNSHARE _IOW(SMB_IOC_BASE, 5, int) 46 #define SMB_IOC_NUMOPEN _IOW(SMB_IOC_BASE, 6, int) 47 #define SMB_IOC_SVCENUM _IOW(SMB_IOC_BASE, 7, int) 48 #define SMB_IOC_FILE_CLOSE _IOW(SMB_IOC_BASE, 8, int) 49 #define SMB_IOC_SESSION_CLOSE _IOW(SMB_IOC_BASE, 9, int) [all …]
|