Searched refs:SMB_SDT_OPS (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dispatch.c | 149 { "SmbCreateDirectory", SMB_SDT_OPS(create_directory), /* 0x00 000 */ 151 { "SmbDeleteDirectory", SMB_SDT_OPS(delete_directory), /* 0x01 001 */ 153 { "SmbOpen", SMB_SDT_OPS(open), /* 0x02 002 */ 155 { "SmbCreate", SMB_SDT_OPS(create), /* 0x03 003 */ 157 { "SmbClose", SMB_SDT_OPS(close), /* 0x04 004 */ 159 { "SmbFlush", SMB_SDT_OPS(flush), /* 0x05 005 */ 161 { "SmbDelete", SMB_SDT_OPS(delete), /* 0x06 006 */ 163 { "SmbRename", SMB_SDT_OPS(rename), /* 0x07 007 */ 165 { "SmbQueryInformation", SMB_SDT_OPS(query_information), /* 0x08 008 */ 167 { "SmbSetInformation", SMB_SDT_OPS(set_information), /* 0x09 009 */ [all …]
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 141 #define SMB_SDT_OPS(NAME) \ macro
|