Home
last modified time | relevance | path

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

/titanic_54/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_oplock.c32 uint16_t StructSize; in smb2_oplock_break_ack() local
42 &StructSize, /* w */ in smb2_oplock_break_ack()
47 if (rc || StructSize != 24) in smb2_oplock_break_ack()
88 StructSize = 24; in smb2_oplock_break_ack()
91 StructSize, /* w */ in smb2_oplock_break_ack()
113 uint16_t StructSize; in smb2_oplock_break_notification() local
142 StructSize = 24; in smb2_oplock_break_notification()
147 StructSize, /* w */ in smb2_oplock_break_notification()
H A Dsmb2_lock.c47 uint16_t StructSize; in smb2_lock() local
58 &StructSize, /* w */ in smb2_lock()
63 if (rc || StructSize != 48) in smb2_lock()
140 StructSize = 4; in smb2_lock()
143 StructSize); /* w */ in smb2_lock()
158 uint16_t StructSize; in smb2_lock_async() local
169 &StructSize, /* w */ in smb2_lock_async()
174 if (rc || StructSize != 48) in smb2_lock_async()
192 StructSize = 4; in smb2_lock_async()
195 StructSize); /* w */ in smb2_lock_async()
H A Dsmb2_change_notify.c39 uint16_t StructSize; in smb2_change_notify() local
53 &StructSize, /* w */ in smb2_change_notify()
60 if (rc || StructSize != 32) in smb2_change_notify()
87 uint16_t StructSize; in smb2_change_notify_async() local
102 &StructSize, /* w */ in smb2_change_notify_async()
109 if (rc || StructSize != 32) in smb2_change_notify_async()
H A Dsmb2_echo.c25 uint16_t StructSize; in smb2_echo() local
34 &StructSize, /* w */ in smb2_echo()
38 if (StructSize != 4) in smb2_echo()
H A Dsmb2_logoff.c25 uint16_t StructSize; in smb2_logoff() local
34 &StructSize, /* w */ in smb2_logoff()
38 if (StructSize != 4) in smb2_logoff()
H A Dsmb2_tree_disconn.c25 uint16_t StructSize; in smb2_tree_disconn() local
34 &StructSize, /* w */ in smb2_tree_disconn()
38 if (StructSize != 4) in smb2_tree_disconn()
H A Dsmb2_flush.c27 uint16_t StructSize; in smb2_flush() local
39 &StructSize, /* w */ in smb2_flush()
46 if (StructSize != 24) in smb2_flush()
H A Dsmb2_ioctl.c60 uint16_t StructSize; in smb2_ioctl() local
70 &StructSize, /* w */ in smb2_ioctl()
83 if (rc || StructSize != 57) in smb2_ioctl()
185 StructSize = 49; in smb2_ioctl()
188 StructSize, /* w */ in smb2_ioctl()
H A Dsmb2_close.c27 uint16_t StructSize; in smb2_close() local
39 &StructSize, /* w */ in smb2_close()
46 if (StructSize != 24) in smb2_close()
H A Dsmb2_set_info.c28 uint16_t StructSize; in smb2_set_info() local
45 &StructSize, /* w */ in smb2_set_info()
54 if (rc || StructSize != 33) { in smb2_set_info()
H A Dsmb2_query_info.c28 uint16_t StructSize; in smb2_query_info() local
45 &StructSize, /* w */ in smb2_query_info()
56 if (rc || StructSize != 41) { in smb2_query_info()
H A Dsmb2_write.c28 uint16_t StructSize; in smb2_write() local
50 &StructSize, /* w */ in smb2_write()
63 if (StructSize != 49) in smb2_write()
H A Dsmb2_read.c29 uint16_t StructSize; in smb2_read() local
50 &StructSize, /* w */ in smb2_read()
63 if (StructSize != 49) in smb2_read()
H A Dsmb2_query_dir.c70 uint16_t StructSize; in smb2_query_dir() local
89 &StructSize, /* w */ in smb2_query_dir()
98 if (rc || StructSize != 33) in smb2_query_dir()
251 StructSize = 9; in smb2_query_dir()
256 StructSize, /* w */ in smb2_query_dir()
H A Dsmb2_create.c77 uint16_t StructSize; in smb2_create() local
110 &StructSize, /* w */ in smb2_create()
125 if (rc != 0 || StructSize != 57) in smb2_create()