Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ioctl.h41 #define SMB_IOC_BASE (('S' << 16) | ('B' << 8)) macro
43 #define SMB_IOC_CONFIG _IOW(SMB_IOC_BASE, 1, int)
44 #define SMB_IOC_START _IOW(SMB_IOC_BASE, 2, int)
45 #define SMB_IOC_GMTOFF _IOW(SMB_IOC_BASE, 3, int)
46 #define SMB_IOC_SHARE _IOW(SMB_IOC_BASE, 4, int)
47 #define SMB_IOC_UNSHARE _IOW(SMB_IOC_BASE, 5, int)
48 #define SMB_IOC_NUMOPEN _IOW(SMB_IOC_BASE, 6, int)
49 #define SMB_IOC_SVCENUM _IOW(SMB_IOC_BASE, 7, int)
52 #define SMB_IOC_STOP _IOW(SMB_IOC_BASE, 10, int)
53 #define SMB_IOC_EVENT _IOW(SMB_IOC_BASE, 11, int)
[all …]