/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_ioctl.c | 47 uint16_t StructSize; in smb2_ioctl() local 59 &StructSize, /* w */ in smb2_ioctl() 72 if (rc || StructSize != 57) in smb2_ioctl() 192 StructSize = 49; in smb2_ioctl() 195 StructSize, /* w */ in smb2_ioctl()
|
H A D | smb2_echo.c | 25 uint16_t StructSize; in smb2_echo() local 34 &StructSize, /* w */ in smb2_echo() 38 if (StructSize != 4) in smb2_echo()
|
H A D | smb2_tree_disconn.c | 25 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 D | smb2_logoff.c | 25 uint16_t StructSize; in smb2_logoff() local 34 &StructSize, /* w */ in smb2_logoff() 38 if (StructSize != 4) in smb2_logoff()
|
H A D | smb2_flush.c | 28 uint16_t StructSize; in smb2_flush() local 40 &StructSize, /* w */ in smb2_flush() 45 if (rc || StructSize != 24) in smb2_flush()
|
H A D | smb2_oplock.c | 48 uint16_t StructSize; in smb2_oplock_break_ack() local 55 rc = smb_mbc_decodef(&sr->smb_data, "w", &StructSize); in smb2_oplock_break_ack() 59 if (StructSize == SSZ_LEASE) { in smb2_oplock_break_ack() 63 if (StructSize != SSZ_OPLOCK) in smb2_oplock_break_ack() 225 uint16_t StructSize; in smb2_oplock_break_notification() local 257 StructSize = 24; in smb2_oplock_break_notification() 262 StructSize, /* w */ in smb2_oplock_break_notification()
|
H A D | smb2_close.c | 27 uint16_t StructSize; in smb2_close() local 39 &StructSize, /* w */ in smb2_close() 46 if (StructSize != 24) in smb2_close()
|
H A D | smb2_set_info.c | 28 uint16_t StructSize; in smb2_set_info() local 44 &StructSize, /* w */ in smb2_set_info() 53 if (rc || StructSize != 33) in smb2_set_info()
|
H A D | smb2_query_info.c | 32 uint16_t StructSize; in smb2_query_info() local 48 &StructSize, /* w */ in smb2_query_info() 59 if (rc || StructSize != 41) in smb2_query_info()
|
H A D | smb2_change_notify.c | 40 uint16_t StructSize; in smb2_change_notify() local 54 &StructSize, /* w */ in smb2_change_notify() 61 if (rc || StructSize != 32) in smb2_change_notify()
|
H A D | smb2_write.c | 32 uint16_t StructSize; in smb2_write() local 55 &StructSize, /* w */ in smb2_write() 68 if (StructSize != 49) in smb2_write()
|
H A D | smb2_query_dir.c | 86 uint16_t StructSize; in smb2_query_dir() local 105 &StructSize, /* w */ in smb2_query_dir() 114 if (rc || StructSize != 33) in smb2_query_dir() 275 StructSize = 9; in smb2_query_dir() 281 StructSize, /* w */ in smb2_query_dir()
|
H A D | smb2_lock.c | 55 uint16_t StructSize; in smb2_lock() local 65 &StructSize, /* w */ in smb2_lock() 70 if (rc || StructSize != 48) in smb2_lock()
|
H A D | smb2_read.c | 151 uint16_t StructSize; in smb2_read() local 176 &StructSize, /* w */ in smb2_read() 190 if (StructSize != 49) in smb2_read()
|
H A D | smb2_create.c | 109 uint16_t StructSize; in smb2_create() local 148 &StructSize, /* w */ in smb2_create() 163 if (rc != 0 || StructSize != 57) in smb2_create()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb2_smb.c | 839 uint16_t StructSize = 57; // [MS-SMB2] in smb2_smb_ntcreate() local 856 mb_put_uint16le(mbp, StructSize); in smb2_smb_ntcreate() 905 if (mbp->mb_count < (StructSize + SMB2_HDRLEN)) in smb2_smb_ntcreate() 923 error = md_get_uint16le(mdp, &StructSize); in smb2_smb_ntcreate() 924 if (StructSize != 89) { in smb2_smb_ntcreate()
|