Searched refs:StructSize (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_echo.c25 uint16_t StructSize; local
34 &StructSize, /* w */
38 if (StructSize != 4)
46 4, /* StructSize */ /* w */
H A Dsmb2_logoff.c25 uint16_t StructSize; local
34 &StructSize, /* w */
38 if (StructSize != 4)
50 4, /* StructSize */ /* w */
H A Dsmb2_tree_disconn.c25 uint16_t StructSize; local
34 &StructSize, /* w */
38 if (StructSize != 4)
52 4, /* StructSize */ /* w */
H A Dsmb2_flush.c27 uint16_t StructSize; local
39 &StructSize, /* w */
46 if (StructSize != 24)
62 4, /* StructSize */ /* w */
H A Dsmb2_oplock.c32 uint16_t StructSize; local
42 &StructSize, /* w */
47 if (rc || StructSize != 24)
88 StructSize = 24;
91 StructSize, /* w */
113 uint16_t StructSize; local
142 StructSize = 24;
147 StructSize, /* w */
H A Dsmb2_change_notify.c39 uint16_t StructSize; local
53 &StructSize, /* w */
60 if (rc || StructSize != 32)
87 uint16_t StructSize; local
102 &StructSize, /* w */
109 if (rc || StructSize != 32)
139 9, /* StructSize */ /* w */
H A Dsmb2_lock.c47 uint16_t StructSize; local
58 &StructSize, /* w */
63 if (rc || StructSize != 48)
140 StructSize = 4;
143 StructSize); /* w */
158 uint16_t StructSize; local
169 &StructSize, /* w */
174 if (rc || StructSize != 48)
192 StructSize = 4;
195 StructSize); /*
[all...]
H A Dsmb2_close.c27 uint16_t StructSize; local
39 &StructSize, /* w */
46 if (StructSize != 24)
78 60, /* StructSize */ /* w */
H A Dsmb2_query_info.c28 uint16_t StructSize; local
45 &StructSize, /* w */
56 if (rc || StructSize != 41) {
136 9, /* StructSize */ /* w */
H A Dsmb2_set_info.c28 uint16_t StructSize; local
45 &StructSize, /* w */
54 if (rc || StructSize != 33) {
115 2); /* StructSize */ /* w */
H A Dsmb2_ioctl.c60 uint16_t StructSize; local
70 &StructSize, /* w */
83 if (rc || StructSize != 57)
185 StructSize = 49;
188 StructSize, /* w */
H A Dsmb2_read.c29 uint16_t StructSize; local
50 &StructSize, /* w */
63 if (StructSize != 49)
139 17, /* StructSize */ /* w */
H A Dsmb2_write.c28 uint16_t StructSize; local
50 &StructSize, /* w */
63 if (StructSize != 49)
152 17, /* StructSize */ /* w */
H A Dsmb2_query_dir.c70 uint16_t StructSize; local
89 &StructSize, /* w */
98 if (rc || StructSize != 33)
251 StructSize = 9;
256 StructSize, /* w */
H A Dsmb2_create.c77 uint16_t StructSize; local
110 &StructSize, /* w */
125 if (rc != 0 || StructSize != 57)
378 89, /* StructSize */ /* w */

Completed in 66 milliseconds