Searched refs:SMB_SDT_OPS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c150 { "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_informatio
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h163 #define SMB_SDT_OPS(NAME) \ macro

Completed in 60 milliseconds