Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ioctl.c47 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 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_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_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_flush.c28 uint16_t StructSize; in smb2_flush() local
40 &StructSize, /* w */ in smb2_flush()
45 if (rc || StructSize != 24) in smb2_flush()
H A Dsmb2_oplock.c48 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 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
44 &StructSize, /* w */ in smb2_set_info()
53 if (rc || StructSize != 33) in smb2_set_info()
H A Dsmb2_query_info.c32 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 Dsmb2_change_notify.c40 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 Dsmb2_write.c32 uint16_t StructSize; in smb2_write() local
55 &StructSize, /* w */ in smb2_write()
68 if (StructSize != 49) in smb2_write()
H A Dsmb2_query_dir.c86 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 Dsmb2_lock.c55 uint16_t StructSize; in smb2_lock() local
65 &StructSize, /* w */ in smb2_lock()
70 if (rc || StructSize != 48) in smb2_lock()
H A Dsmb2_read.c151 uint16_t StructSize; in smb2_read() local
176 &StructSize, /* w */ in smb2_read()
190 if (StructSize != 49) in smb2_read()
H A Dsmb2_create.c109 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 Dsmb2_smb.c806 uint16_t StructSize = 57; // [MS-SMB2] in smb2_smb_ntcreate() local
823 mb_put_uint16le(mbp, StructSize); in smb2_smb_ntcreate()
872 if (mbp->mb_count < (StructSize + SMB2_HDRLEN)) in smb2_smb_ntcreate()
890 error = md_get_uint16le(mdp, &StructSize); in smb2_smb_ntcreate()
891 if (StructSize != 89) { in smb2_smb_ntcreate()