Searched refs:SMB_SDT_OPS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dispatch.c | 150 { "SmbCreateDirectory", SMB_SDT_OPS(create_directory), /* 0x00 000 */ 152 { "SmbDeleteDirectory", SMB_SDT_OPS(delete_directory), /* 0x01 001 */ 154 { "SmbOpen", SMB_SDT_OPS(open), /* 0x02 002 */ 156 { "SmbCreate", SMB_SDT_OPS(create), /* 0x03 003 */ 158 { "SmbClose", SMB_SDT_OPS(close), /* 0x04 004 */ 160 { "SmbFlush", SMB_SDT_OPS(flush), /* 0x05 005 */ 162 { "SmbDelete", SMB_SDT_OPS(delete), /* 0x06 006 */ 164 { "SmbRename", SMB_SDT_OPS(rename), /* 0x07 007 */ 166 { "SmbQueryInformation", SMB_SDT_OPS(query_information), /* 0x08 008 */ 168 { "SmbSetInformation", SMB_SDT_OPS(set_information), /* 0x09 009 */ [all …]
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 162 #define SMB_SDT_OPS(NAME) \ macro
|